Tag: plotting
-
Creating plots within a script
—
by
Currently, the Muk3D plot window can’t be automated and any actions done with the plot won’t be recorded in script. To get around this, Muk3D’s Python API has a class that allows for the creation of plots within a script. The plotting engine used is called Matplotlib and documentation for it can be found here.…
