Add support for plot(x::AMat, y::AMat, z::AMat)
for surface-like seriestypes to GR, pgfplots
#875
Labels
plot(x::AMat, y::AMat, z::AMat)
for surface-like seriestypes to GR, pgfplots
#875
Pyplot and plotlyjs have functionality for passing a meshgrid-matrix as x and y for plotting non-standard surfaces, such as plotting on a sphere. It was added in response to #96 (with this commit ed7cc9b) and in response to #479 (with this commit 5ed913b).
This was also discussed in a spurious bug report #872 .
It would be nice to have this functionality in the other backends too. I can confirm it does not work on GR, and I'll assume not on the other backends either.
The text was updated successfully, but these errors were encountered: