manpagez: man pages & more
info gnuplot
Home | html | info | man
[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

3.27.3 splot surfaces

‘splot‘ can display a surface as a collection of points, or by connecting those points. As with ‘plot‘, the points may be read from a data file or result from evaluation of a function at specified intervals, see isosamples. The surface may be approximated by connecting the points with straight line segments, see surface, in which case the surface can be made opaque with ‘set hidden3d.‘ The orientation from which the 3d surface is viewed can be changed with view.

Additionally, for points in a grid format, ‘splot‘ can interpolate points having a common amplitude (see contour) and can then connect those new points to display contour lines, either directly with straight-line segments or smoothed lines (see cntrparam). Functions are already evaluated in a grid format, determined by isosamples and samples, while file data must either be in a grid format, as described in data-file, or be used to generate a grid (see dgrid3d).

Contour lines may be displayed either on the surface or projected onto the base. The base projections of the contour lines may be written to a file, and then read with ‘plot‘, to take advantage of ‘plot‘’s additional formatting capabilities.


[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

This document was generated on February 28, 2014 using texi2html 5.0.

© manpagez.com 2000-2024
Individual documents may contain additional copyright information.