Cryplot::Plot3D
Inherits Cryplot::BasePlot / Reference / Object
Class used to create a 3D plot containing graphical elements
Constructors
Instance methods
Set the default width of boxes in plots containing boxes (in absolute mode). In absolute mode, a unit width is equivalent to one unit of length along the x axis.
Set the default width of boxes in plots containing boxes (in relative mode). In relative mode, a unit width is equivalent to setting the boxes side by side.
Draw a curve with given values at xcol and ycol columns in file name.
Draw a curve with given x,y and z vectors.
Draw a curve with points with given values at xcol and ycol columns in file name.
Draw a curve with points with given x,y and z vectors.
Draw dots with given values at xcol and ycol columns in file name.
Draw a histogram with given values at ycol column in file name.
Draw impulses with given values at xcol and ycol columns in file name.
Draw points with given values at xcol and ycol columns in file name.
Draw a 3D surface with mesh from x, y, z data.
Draw plot object with given style and given vectors (e.g., plot.draw("lines", x, y)).
Draw plot object with given style and given vectors (e.g., plot.draw("lines", x, y)).
Set the label of the x-axis and return a reference to the corresponding specs object.
Set the x-range of the plot (also possible with empty values or autoscale options (e.g. "", "*")).
Return the specifications of the grid lines along major xtics on the bottom axis.
Return the specifications of the grid lines along major xtics on the top axis.
Return the specifications of the grid lines along minor xtics on the bottom axis.
Return the specifications of the grid lines along minor xtics on the top axis.
Set the label of the y-axis and return a reference to the corresponding specs object.
Set the y-range of the plot (also possible with empty values or autoscale options (e.g. "", "*")).
Return the specifications of the grid lines along major ytics on the left axis.
Return the specifications of the grid lines along major ytics on the right axis.
Return the specifications of the grid lines along minor ytics on the left axis.
Return the specifications of the grid lines along minor ytics on the right axis.
Set the label of the z-axis and return a reference to the corresponding specs object.
Set the z-range of the plot (also possible with empty values or autoscale options (e.g. "", "*")).