-
Notifications
You must be signed in to change notification settings - Fork 63
surface, array, shades=shades has problems. #1507
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Yes... And no, plplot pretends to be able to colorize surfaces, too. Due to clunky documentation the passing of arguments to the plplot function may not be OK. looks like it is related to an ancient plplot's problem with colormaps. |
@jtappin in fact plplot proposes to colorize the mesh, but only as a function of z, in a undescribed manner, but roughly from color0 (bottom) to color255 (top).
the zv=0.5 is to prevent the plplot errors, themselves related to the shade_surf problem #1438 , that I hope to solve soon. |
OK, found a workaround (yet another)... |
That's a pity, though I did rather suspect from the results that I was getting that that would be the case. Thanks for investigating. |
I was actually quite surprised that this even attempted to do anything, but the shades keyword to colour a surface plot clearly has problems.
IDL produces:

GDL produces:
and a lot of error messages like:
I'm guessing that we're pushing plplot over the edge again!
The text was updated successfully, but these errors were encountered: