Carlo Monjaraz
Carlo Monjaraz
Hi, I cant save the plots to PDF or PNG accounting for additional parameters of the plot: ``` GR.plot(rand(50,3), xlabel="Q_Y", ylabel="Q_Z", title="Rel. error ", size=(1600,800)) GR.savefig("test.png") ``` In the gksqt...
Hello, I tested to read a mesh with C3D20 elements without success, having the error: `ERROR: LoadError: MethodError: no method matching element_has_type(::Type{Val{:C3D20}}) Closest candidates are: element_has_type(::Type{Val{:C3D4}}) at /home/monjaraz/.julia/packages/AbaqusReader/5egCd/src/parse_mesh.jl:8 element_has_type(::Type{Val{:C3D8}}) at...