You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you point us to an example in the PGF Manual of an example of what you would like? Typically, we use image plots or contour plots to represent scalar functions of two variables.
Ah, okay. I think it would be fairly easy to add. Just create a mutable struct Surface in plots.jl with the relevant fields. Then add function plot(p::Surface) to PGFPlots.jl with implementation similar to that of Contour. Pull requests are welcome.
Will there be any support for surface or mesh plots? How might this best be accomplished?
The text was updated successfully, but these errors were encountered: