| 1 | initial version |
The function list_plot3d() has options to do that. To learn about this, look at the documentation bt typing:
sage: list_plot3d?
and search for "OPTIONAL KEYWORDS:" and " EXAMPLES:".
For example, you can do:
sage: list_plot3d(M, interpolation_type='spline', degree=3)
| 2 | No.2 Revision |
The function list_plot3d() has options to do that. To learn about this, look at the documentation bt by typing:
sage: list_plot3d?
and search for "OPTIONAL KEYWORDS:" and " EXAMPLES:".
For example, you can do:
sage: list_plot3d(M, interpolation_type='spline', degree=3)
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.