some updates to the webpage
[PyX.git] / examples / 3dgraphs / surface.txt
blob368b49d99610ed90aae49d2e29bafa7374d89b1a
1 Simple 3d surface
3 This first simple example provides data for the x, y and z coordinates. PyX
4 creates a rectangular grid from the data from the first two coordinates without
5 relying on a special ordering of the data. ...
7 ! In this example we turn off the other two axes x2 and y2, which would be
8 plotted on the opposite side of the bottom horizontal plane. The data are
9 plotted prior to the axes by the dodata call.
11 ! A missing point will create a hole in the surface.
13 !! The underlying rectangular grid is created by the gridpos style. By changing
14 its parameters you can also create the base rectangular grid from others than
15 the first two coordinates.