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

4.13 Plotting

27AE9 ('IDPAR) ( → id )
Puts ID PPAR unevaluated on the stack.
--
<REF>TEXT:Reserved|PPAR
2799A (ID_PPAR) ID PPAR
2F162 CHECKPICT ( → )
Checks size of GBUFF. If it is smaller than 131x64 sets GBUFF back to its default size (131x64).
2EF06 CKPICT ( xPICT → )
Checks for user word xPICT on level 1. Errors (SETTYPEERR) if there is another object.
2F258 PICTRCL ( xPICT → grob )
Does CKPICT, then recalls GBUFF and does TOTEMPOB.
2F355 MAKEPVARS ( → {} )
Creates the default PPAR variable in the current directory and returns its value.
--
<REF>TEXT:Reserved|PPAR
2F163 CHECKPVARS ( → {} )
Recalls contents of PPAR in current path to stack. Creates PPAR in current directory if non-existent. Errors "Invalid PPAR" if existing PPAR is invalid.
--
<REF>TEXT:Reserved|PPAR
2F33D GETPARAM ( # → ob )
Extracts the #th item from PPAR. No error checking!
--
<REF>TEXT:Reserved|PPAR
2F0FF GETXMIN ( → % )
Recalls XMIN from the PPAR list if existent. If not, the default PPAR is created in the current directory.
--
<REF>TEXT:Reserved|PPAR
2F366 PUTXMIN ( % → )
Sets a new value for XMIN. PPAR is created if necessary.
--
<REF>TEXT:Reserved|PPAR
2F0FE GETXMAX ( → % )
Recalls XMAX from the PPAR list if existent. If not, the default PPAR is created in the current directory.
--
<REF>TEXT:Reserved|PPAR
2F365 PUTXMAX ( % → )
Sets a new value for XMAX. PPAR is created if necessary.
--
<REF>TEXT:Reserved|PPAR
2F100 GETYMIN ( → % )
Recalls YMIN from the PPAR list if existent. If not, the default PPAR is created in the current directory.
--
<REF>TEXT:Reserved|PPAR
2F368 PUTYMIN ( % → )
Sets a new value for YMIN. PPAR is created if necessary.
--
<REF>TEXT:Reserved|PPAR
2F10E GETYMAX ( → % )
Recalls YMAX from the PPAR list if existent. If not, the default PPAR is created in the current directory.
--
<REF>TEXT:Reserved|PPAR
2F367 PUTYMAX ( % → )
Sets a new value for YMAX. PPAR is created if necessary.
--
<REF>TEXT:Reserved|PPAR
2F107 GETPMIN&MAX ( → C% C% )
--
Returns PMIN and PMAX.
--
<REF>TEXT:Reserved|PPAR
2EEF2 PUTINDEP ( ID → )
Internal xINDEP if the arg is an ID.
2EEF3 PUTINDEPLIST ( {} → )
Internal xINDEP if the arg is a list.
2F0E8 INDEPVAR ( → id )
Recalls the independent variable. If a list, extract first element.
:: GETINDEP DUPTYPELIST? ?CARCOMP ;
2F106 GETINDEP ( → id )
( → {} )
Recalls the independent variable field in PPAR.
--
<REF>TEXT:Reserved|PPAR
2EEF5 GETPTYPE ( → name )
Recalls the plot type using GETPARAM.
--
<REF>TEXT:Reserved|PPAR
2EEF6 PUTPTYPE ( name → )
Sets a new plot type. PPAR is created if necessary.
--
<REF>TEXT:Reserved|PPAR
2F10D GETRES ( → % )
Recalls the plot resolution using GETPARAM.
--
<REF>TEXT:Reserved|PPAR
2EEF4 PUTRES ( % → )
Set new plot resolution. PPAR is created if necessary.
--
<REF>TEXT:Reserved|PPAR
2F33E GETSCALE ( → % %' )
Recalls the plot scale parameters.
--
<REF>TEXT:Reserved|PPAR
2EEF1 PUTSCALE ( % %' → )
Set new plot scale. PPAR is created if necessary.
--
<REF>TEXT:Reserved|PPAR
2EEEF AUTOSCALE ( → )
Internal AUTO.
2EF60 DOGRAPHIC ( → )
Sets the scroll mode of PICTURE and is essentially the same as { } PVIEW.
2F109 GETXPOS
2F007 getxpos
2F340 GETYPOS
2F008 getypos
25ECF EQUATION ( → ob T )
( → F )
Recall the current equation, stored in the 'EQ' variable, and TRUE. If there is no 'EQ' variable on the path, just returns FALSE.
2F339 GetEqN ( #n → ob T )
( #n → NULL$ F )
Get the #nth equation, if EQ is a list of equations.
25EB5 DORCLE ( → ob )
Recalls the contents of the EQ variable, errors if it does not exist.
25EB6 DOSTOE ( ob → )
Stores ob into the variable EQ.
2F297 XEQPURGEPICT ( xPICT → )
If object in level one is xPICT, erases the graphic display. Otherwise, errors.
00113 CRER
2F328 CROSSMARKON
2EEFA CROSS_HAIRS
2EEFB CROSS_OFF
2F105 GDISPCENTER ( → )
Moves to center of graphics display
2F10A GetRes
2EEF8 HSCALE
2EEF7 VSCALE
2F35E PLOTERR
2F35F PlotOneMore?
2F0C5 PLOTPREP
2EF01 DOPX>C ( { hxs hxs' } → C% )
Converts a list of two hex strings into a complex number. Used for plotting coordinates. Inverse operation is DOC>PX.
2EF02 DOC>PX ( C% → { hxs hxs' } )
Converts a complex coordinate point into list of two HXS numbers. Inverse operation is DOPX>C.


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

This document was generated by Carsten Dominik on May, 30 2005 using texi2html