-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyqwt3d-examples.ht
96 lines (81 loc) · 2.12 KB
/
pyqwt3d-examples.ht
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
Title: PyQwt3D Examples
<h1>PyQwt3D Examples</h1>
<h5><a href="examples3d/Grab.py.html">Grab.py</a> demonstrates</h5>
<ul>
<li>
how to save the QwtPlot3D widgets to EPS, PDF, PNG,
<a href="examples3d/TestNumPy.ps">PS (example)</a>, and
<a href="examples3d/TestNumPy.svg">SVG (example)</a> files.
</li>
</ul>
<p>
<a href="http://qwtplot3d.sourceforge.net/web/navigation/pdf.html">
Micha Bieber's comparison of gl2ps vector output formats</a>
helps you to make your choice. The SVG format handles text approximately
as well as the PDF format.
</p>
<p>
Note:
<ul>
<li>
saving to a SVG file requires at least PyQwt3D-0.1.5.
</li>
<li>
the pixmap images look even better with a truetype font than with the
default Courier font.
</li>
</ul>
</p>
<h5><a href="examples3d/SimplePlot.py.html">SimplePlot.py</a>
demonstrates</h5>
<ul>
<li>
how to subclass the Function and SurfacePlot classes
</li>
</ul>
<p><img alt="SimplePlot Widget" src="examples3d/SimplePlot.png"
width=600 height=400 border=1>
</p>
<h5><a href="examples3d/TestNumPy.py.html">TestNumPy.py</a>
demonstrates</h5>
<ul>
<li>
how to fill a NumPy array for use with the SurfacePlot class.
</li>
<li>
how to enable tracing of the SIP generated bindings; this is useful when
you start to write your own SIP interface specification files.
</li>
</ul>
<p><img alt="DataPlot Widget" src="examples3d/TestNumPy.png"
width=600 height=400 border=1>
</p>
<h5><a href="examples3d/ParametricSurfaceDemo.py.html">ParametricSurfaceDemo.py</a>
demonstrates</h5>
<ul>
<li>
how to subclass the ParametricSurface and SurfacePlot classes
</li>
</ul>
<p><img alt="DataPlot Widget" src="examples3d/ParametricSurfaceDemo.png"
width=600 height=400 border=1>
</p>
<h5><a href="examples3d/EnrichmentDemo.py.html">EnrichmentDemo.py</a>
demonstrates</h5>
<ul>
<li>
how to subclass the VertexEnrichment class
</li>
<li>
how to use the Qwt3D.OpenGL module
</li>
</ul>
<p><img alt="Enrichment Demo Widget" src="examples3d/EnrichmentDemo0.png"
width=562 height=400 border=1>
</p>
<!--
Local Variables:
mode: HTML
fill-column: 79
End:
-->