Skip to content
#

julia-language

julia logo

Julia is a high-level dynamic programming language designed to address the needs of high-performance numerical analysis and computational science. It provides a sophisticated compiler, distributed parallel execution, numerical accuracy, and an extensive mathematical function library.

Here are 570 public repositories matching this topic...

julia
AshtonSBradley
AshtonSBradley commented Oct 24, 2020

In UnicodePlots.jl, there is a heatmap() command that seems to work well, but is absent from Plots.jl:

julia> heatmap([x^2+y^2 for x in LinRange(-10,10,100), y in LinRange(-10,10,100)])
ERROR: The backend must not support the series type Val{:heatmap}, and there isn't a series recipe defined.

Is it possible to add it?

JonasIsensee
JonasIsensee commented Aug 25, 2020

The standard API, @load does not handle
files with groups in them. (Either skips them or errors)

Instead we could load groups as Dict{String, Any} in the future.

Additionally one could consider modifying the functionality of @save and FileIO.save
to automatically convert nested Dict{String, Any} into groups.

Any thoughts?

ahojukka5
ahojukka5 commented Sep 16, 2019
add_element!(mesh, elid, eltype, connectivity)
Add an element into the mesh. ´elid´ is the element id, ´eltype´ is the type of the element and ´connectivity´ is the connectivity of the element.

At least eltype needs to be defined more precisely. I guess it's a symbol :Seg2, :Tri3 and so on.

Created by Jeff Bezanson, Stefan Karpinski, Viral B. Shah, Alan Edelman

Released February 14, 2012

Organization
JuliaLang
Website
julialang.org
Wikipedia
Wikipedia

Related Topics

language
You can’t perform that action at this time.