Show predefined parametric functions from HPlotMX
Code: "canvas3D_mx1.py". Programming language: Python DMelt Version 1. Last modified: 05/09/2015. License: Pro
https://datamelt.org/code/cache/canvas3D_mx1_4635.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.