INCLAN Graphics: plot frame: Difference between revisions

From CYANA Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
== Synopsis ==
== Synopsis ==


'''plot frame xtext='''''xtext''''' ytext='''''ytext''''' tics='''''ticaxes'' labels='''''labelaxes''''' ygap=''Δy'' '''panel='''''panel'' '''grid zero
'''plot frame xtext='''''xtext'' '''ytext='''''ytext'' '''tics='''''ticaxes'' '''labels='''''labelaxes'' '''ygap='''''Δy'' '''panel='''''panel'' '''grid zero'''


== Description ==
== Description ==

Revision as of 15:14, 13 August 2009

Synopsis

plot frame xtext=xtext ytext=ytext tics=ticaxes labels=labelaxes ygap=Δy panel=panel grid zero

Description

Draws a rectangular frame with corners (X0,Y0), (X1,Y0), (X1,Y1) and (X0,Y1). Subsequently produced graphics is clipped on the borders of the frame. The x- and y-axes are labeled with the titles xtext and ytext, respectively. The parameter tics and labels determines whether tics and numeric labels are drawn. The possible values for ticaxes and labelaxes are:

 off     No labels or tics.
 x       Labels or tics only on the x-axis.
 y       Labels or tics only on the y-axis.
 x,y     Label or tics on both axes (default).

If the option grid is present, a fine grid is drawn. If the option zero is present, fine lines will be drawn along x=0 and y=0 (if they fall within the frame).