Index of class methods


A
axes [Grace.grace_view]
gv#axes ~num:n ~xmin:x1 ~xmax:x2 ~ymin:y1 ~ymax:y2 ~xtick:xt ~ytick:yt () sets the boundaries and tick marks of a graph's axes, on the xmgrace viewport associated with grace_view gv.

E
exec [Grace_proc.grace_process]
gp#exec s works like send, but also flushes the buffer for immediate execution.
exec [Grace.grace_view]
gv#exec s sends s as a raw command string to the xmgrace process associated with grace_view gv.
exit [Grace_proc.grace_process]
gp#exit () causes the xmgrace process associated with grace_process gp to terminate.

F
flush [Grace_proc.grace_process]
gp#flush () causes all buffered command strings to be immediately processed by xmgrace.

L
label [Grace.grace_view]
gv#label lt t sets the label of type lt to the text t for a graph belonging to the viewport associated with grace_view gv.

M
multiplot [Grace.grace_view]
gv#multiplot ~rows:r ~cols:c ~offset:o ~hgap:h ~vgap:v () rearranges the viewport associated with grace_view gv, into a table with r rows and c columns.

P
plot [Grace.grace_view]
gv#plot x y plots an array of y values against an array of x values, using the xmgrace viewport associated with grace_view gv.
plot_many [Grace.grace_view]
gv#plot_many x y plots each of the rows of y vs.
print [Grace.grace_view]
gv#print () prints to the default output device driver.

R
redraw [Grace.grace_view]
gv#redraw () causes the xmgrace process associated with grace_view gv to render its viewport.

S
send [Grace_proc.grace_process]
gp#send s sends command string s to the xmgrace process associated with grace_process gp.
set_auto_redraw [Grace.grace_view]
gv#set_auto_redraw tf sets the value of auto_redraw to tf for grace_view gv.