Wow! That does a great job. It would still be great to have it built into the plot3d and implicit_plot3d commands so that it is more friendly and intuitive.
calc314 (May 10 '12)| I'd like to color a 3d plot based on z-level. I think this is easy to do in Maple or Mathematica, but I've been searching the web for help on doing this in Sage and can't find anything to help with plot3d or implicit_plot3d. Here's the implicit_plot3d I'm using. Also, are there color maps in Sage that produce plots with colors and lighting similar to the default in Mathematica? |
| I asked a similar question about using a colormap for implicit_plot3d almost a year ago, and it is still open. @schilly did show how to use matplotlib colormaps for
And, as @jason-grout said, you can see all of the available colormaps with If you do figure out some way to use colormaps with implicit 3d plots, I would love to hear about it! Wow! That does a great job. It would still be great to have it built into the plot3d and implicit_plot3d commands so that it is more friendly and intuitive. calc314 (May 10 '12) |
| Have a look at this. Is this what you are looking for? You can run matplotlib scripts in sage. http://matplotlib.sourceforge.net/examples/mplot3d/surface3d_demo.html That code does produce some good looking plots. However, it is too involved for me to use with calculus students without writing some sort of wrapper for it. Also, I definitely cannot take this as a solution to a colleague who is not an expert programmer. Are there simpler options to get this result? calc314 (May 10 '12) |
Asked: May 09 '12
Seen: 286 times
Last updated: May 10 '12
powered by ASKBOT version 0.7.22
Copyright Sage, 2010. Some rights reserved under creative commons license.
Niles also eventually opened up the possibly relevant http://trac.sagemath.org/sage_trac/ticket/12212
kcrisman (Feb 24)