next up previous contents index
Next: 5.4.3 Specialized 2D Plottings Up: 5.4 2D Plotting Previous: 5.4.1 Basic 2D Plotting

5.4.2 Captions and Presentation

We have seen that it is possible to control the tics on the axes, choose the size of the rectangle for the plotand add a grid. This operation can be prepared once and then used for a sequence of different plots. One of the most useful aspect is to get graduations by choosing the number of graduations and getting rounded numbers.

rect=[-%pi,-1,%pi,1];
tics=[2,10,4,10];
plotframe(rect,tics,[%t,%t],...
['Plot with grids and automatic bounds','angle','velocity']);


next up previous contents index
Next: 5.4.3 Specialized 2D Plottings Up: 5.4 2D Plotting Previous: 5.4.1 Basic 2D Plotting
Scilab Group