PyQwt3D Examples
Micha Bieber's comparison of gl2ps vector output formats
helps you to make your choice. The SVG format handles text approximately
as well as the PDF format.
Note:
-
saving to a SVG file requires at least PyQwt3D-0.1.5.
-
the pixmap images look even better with a truetype font than with the
default Courier font.
-
how to subclass the Function and SurfacePlot classes
-
how to fill a NumPy array for use with the SurfacePlot class.
-
how to enable tracing of the SIP generated bindings; this is useful when
you start to write your own SIP interface specification files.
-
how to subclass the ParametricSurface and SurfacePlot classes
-
how to subclass the VertexEnrichment class
-
how to use the Qwt3D.OpenGL module
|