Show predefined parametric functions from HPlotMX
Source code name: "canvas3D_mx1.py"
Programming language: Python
Topic: Plots/3D
DMelt Version 1. Last modified: 05/09/2015. License: Pro
https://datamelt.org/code/cache/canvas3D_mx1_2043.py
To run this script using the DMelt IDE, copy the above URL link to the menu [File]→[Read script from URL] of the DMelt IDE.



from jhplot  import *

c1 =HPlotMX("vmm3d.surface.parametric.Paraboloid")
c1.visible()

# export to some image (png,eps,pdf,jpeg...)
# c1.export(Editor.DocMasterName()+".png");


You see the box below because you did not login.