summaryrefslogtreecommitdiff
path: root/graphics/asymptote/doc/png/asymptote.info
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/doc/png/asymptote.info')
-rw-r--r--graphics/asymptote/doc/png/asymptote.info510
1 files changed, 261 insertions, 249 deletions
diff --git a/graphics/asymptote/doc/png/asymptote.info b/graphics/asymptote/doc/png/asymptote.info
index 7751122789..5c0a6ae178 100644
--- a/graphics/asymptote/doc/png/asymptote.info
+++ b/graphics/asymptote/doc/png/asymptote.info
@@ -1,7 +1,7 @@
This is asymptote.info, produced by makeinfo version 6.8 from
asymptote.texi.
-This file documents 'Asymptote', version 2.83.
+This file documents 'Asymptote', version 2.84.
<https://asymptote.sourceforge.io>
@@ -22,7 +22,7 @@ File: asymptote.info, Node: Top, Next: Description, Prev: (dir), Up: (dir)
Asymptote
*********
-This file documents 'Asymptote', version 2.83.
+This file documents 'Asymptote', version 2.84.
<https://asymptote.sourceforge.io>
@@ -371,17 +371,12 @@ File: asymptote.info, Node: Configuring, Next: Search paths, Prev: Microsoft
In interactive mode, or when given the '-V' option (the default when
running 'Asymptote' on a single file under 'MSDOS'), 'Asymptote' will
-automatically invoke the 'PostScript' viewer 'gv' (under 'UNIX') or
-'gsview' (under 'MSDOS') to display graphical output. The 'PostScript'
-viewer should be capable of automatically redrawing whenever the output
-file is updated. The default 'UNIX' 'PostScript' viewer 'gv' supports
-this (via a 'SIGHUP' signal). Version 'gv-3.6.3' or later (from
-<https://ftp.gnu.org/gnu/gv/>) is required for interactive mode to work
-properly. Users of 'ggv' will need to enable 'Watch file' under
-'Edit/PostScript Viewer Preferences'. Users of 'gsview' will need to
-enable 'Options/Auto Redisplay' (however, under 'MSDOS' it is still
-necessary to click on the 'gsview' window; under 'UNIX' one must
-manually redisplay by pressing the 'r' key).
+automatically invoke your 'PostScript' viewer ('evince' under 'UNIX') to
+display graphical output. The 'PostScript' viewer should be capable of
+automatically redrawing whenever the output file is updated. The 'UNIX'
+'PostScript' viewer 'gv' supports this (via a 'SIGHUP' signal). Users
+of 'ggv' will need to enable 'Watch file' under 'Edit/PostScript Viewer
+Preferences'.
Configuration variables are most easily set as 'Asymptote' variables
in an optional configuration file 'config.asy' (*note configuration
@@ -392,7 +387,7 @@ configuration variables under 'UNIX':
import settings;
pdfviewer="acroread";
htmlviewer="google-chrome";
-psviewer="gv";
+psviewer="evince";
display="display";
animate="animate";
gs="gs";
@@ -456,14 +451,14 @@ lists all disabled warnings.
Configuration variables may also be set or overwritten with a
command-line option:
-asy -psviewer=gsview -V venn
+asy -psviewer=evince -V venn
Alternatively, system environment versions of the above configuration
variables may be set in the conventional way. The corresponding
environment variable name is obtained by converting the configuration
variable name to upper case and prepending 'ASYMPTOTE_': for example, to
set the environment variable
-ASYMPTOTE_PSVIEWER="C:\Program Files\Ghostgum\gsview\gsview32.exe";
+ASYMPTOTE_PAPERTYPE="a4";
under 'Microsoft Windows XP':
1. Click on the 'Start' button;
2. Right-click on 'My Computer';
@@ -6470,11 +6465,10 @@ following routines:
// Optionally calculate "optimal" number of bins a la Shimazaki and Shinomoto.
int N=bins(a);
- histogram(a,min(a),max(a),N,normalize=true,low=0,lightred,black,bars=false);
+ histogram(a,min(a),max(a),N,normalize=true,low=0,lightred,black,bars=true);
xaxis("$x$",BottomTop,LeftTicks);
yaxis("$dP/dx$",LeftRight,RightTicks(trailingzero));
-
[./histogram]
@@ -8280,7 +8274,7 @@ Type 'asy -h' to see the full list of command-line options supported by
'Asymptote':
Usage: ../asy [options] [file ...]
-Options (negate by replacing - with -no):
+Options (negate boolean options by replacing - with -no):
-GPUblockSize n Compute shader block size [8]
-GPUcompress Compress GPU transparent fragment counts [false]
@@ -8291,46 +8285,58 @@ Options (negate by replacing - with -no):
-absolute Use absolute WebGL dimensions [false]
-a,-align C|B|T|Z Center, Bottom, Top, or Zero page alignment [C]
-aligndir pair Directional page alignment (overrides align) [(0,0)]
+-animating [false]
-antialias n Antialiasing width for rasterized output [2]
-auto3D Automatically activate 3D scene [true]
-autobillboard 3D labels always face viewer by default [true]
--autoimport string Module to automatically import
+-autoimport str Module to automatically import
-autoplain Enable automatic importing of plain [true]
-autoplay Autoplay 3D animations [false]
-autorotate Enable automatic PDF page rotation [false]
-axes3 Show 3D axes in PDF output [true]
-batchMask Mask fpu exceptions in batch mode [false]
-batchView View output in batch mode [false]
--bw Convert all colors to black and white [false]
+-bw Convert all colors to black and white false
-cd directory Set current directory; command-line only
--cmyk Convert rgb colors to cmyk [false]
--c,-command string Command to autoexecute
--compact Conserve memory at the expense of speed [false]
+-cmyk Convert rgb colors to cmyk false
+-c,-command str Command to autoexecute
+-compact Conserve memory at the expense of speed false
-compress Compress images in PDF output [true]
+-convertOptions str []
-d,-debug Enable debugging messages [false]
-devicepixelratio n Ratio of physical to logical pixels [1]
-digits n Default output file precision [7]
-divisor n Garbage collect using purge(divisor=n) [2]
+-dvipsOptions str []
-dvisvgmMultipleFiles dvisvgm supports multiple files [true]
+-dvisvgmOptions str []
-embed Embed rendered preview image [true]
+-e,-environment Show summary of environment settings; command-line only
-exitonEOF Exit interactive mode on EOF [true]
-fitscreen Fit rendered image to screen [true]
-framedelay ms Additional frame delay [0]
-framerate frames/s Animation speed [30]
--globalread Allow read from other directory [true]
--globalwrite Allow write to other directory [false]
--gray Convert all colors to grayscale [false]
+-glOptions str []
+-globalread Allow read from other directory true
+-globalwrite Allow write to other directory false
+-gray Convert all colors to grayscale false
+-gsOptions str []
-h,-help Show summary of options; command-line only
-historylines n Retain n lines of history [1000]
+-htmlviewerOptions str
+ []
+-hyperrefOptions str [setpagesize=false,unicode,pdfborder=0 0 0]
-ibl Enable environment map image-based lighting [false]
-iconify Iconify rendering window [false]
--image string Environment image name [snowyField]
--imageDir string Environment image library directory [ibl]
+-image str Environment image name [snowyField]
+-imageDir str Environment image library directory [ibl]
-inlineimage Generate inline embedded image [false]
-inlinetex Generate inline TeX code [false]
+-inpipe n Input pipe [-1]
-interactiveMask Mask fpu exceptions in interactive mode [true]
-interactiveView View output in interactive mode [true]
-interactiveWrite Write expressions entered at the prompt to stdout [true]
+-interrupt [false]
-k,-keep Keep intermediate files [false]
-keepaux Keep intermediate LaTeX .aux files [false]
-level n Postscript level [3]
@@ -8349,20 +8355,26 @@ Options (negate by replacing - with -no):
-O,-offset pair PostScript offset [(0,0)]
-f,-outformat format Convert each output file to specified format
-o,-outname name Alternative output directory/filename
+-outpipe n Output pipe [-1]
+-paperheight bp Default page height [0]
+-paperwidth bp Default page width [0]
-p,-parseonly Parse file [false]
-pdfreload Automatically reload document in pdfviewer [false]
+-pdfreloadOptions str []
-pdfreloaddelay usec Delay before attempting initial pdf reload [750000]
+-pdfviewerOptions str []
-position pair Initial 3D rendering screen position [(0,0)]
-prc Embed 3D PRC graphics in PDF output [false]
-prerender resolution Prerender V3D objects (0 implies vector output) [0]
--prompt string Prompt [> ]
--prompt2 string Continuation prompt for multiline input [..]
+-prompt str Prompt [> ]
+-prompt2 str Continuation prompt for multiline input [..]
+-psviewerOptions str []
-q,-quiet Suppress welcome text and noninteractive stdout [false]
-render n Render 3D graphics using n pixels per bp (-1=auto) [-1]
-resizestep step Resize step [1.2]
-reverse reverse 3D animations [false]
--rgb Convert cmyk colors to rgb [false]
--safe Disable system call [true]
+-rgb Convert cmyk colors to rgb false
+-safe Disable system call true
-scroll n Scroll standard output n lines at a time [0]
-shiftHoldDistance n WebGL touch screen distance limit for shift mode [20]
-shiftWaitTime ms WebGL touch screen shift mode delay [200]
@@ -8377,13 +8389,13 @@ Options (negate by replacing - with -no):
-s,-translate Show translated virtual machine code [false]
-twice Run LaTeX twice (to resolve references) [false]
-twosided Use two-sided 3D lighting model for rendering [true]
--u,-user string General purpose user string
--v,-verbose Increase verbosity level (can specify multiple times) [0]
+-u,-user str General purpose user string
+-v,-verbose Increase verbosity level (can specify multiple times) 0
-version Show version; command-line only
-vibrateTime ms WebGL shift mode vibrate duration [25]
-viewportmargin pair Horizontal and vertical 3D viewport margin [(0.5,0.5)]
-wait Wait for child processes to finish before exiting [false]
--warn string Enable warning; command-line only
+-warn str Enable warning; command-line only
-webgl2 Use webgl2 if available [false]
-where Show where listed variables are declared [false]
-wsl Run asy under the Windows Subsystem for Linux. [false]
@@ -8949,9 +8961,9 @@ Index
* ---: Bezier curves. (line 84)
* -=: Self & prefix operators.
(line 6)
-* -c: Options. (line 209)
-* -l: Options. (line 228)
-* -u: Options. (line 219)
+* -c: Options. (line 227)
+* -l: Options. (line 246)
+* -u: Options. (line 237)
* -V: Configuring. (line 6)
* -V <1>: Drawing in batch mode.
(line 16)
@@ -8992,7 +9004,7 @@ Index
(line 53)
* ||: Arithmetic & logical.
(line 51)
-* a4: Configuring. (line 68)
+* a4: Configuring. (line 63)
* abort: Data types. (line 364)
* abs: Data types. (line 65)
* abs <1>: Data types. (line 144)
@@ -9000,7 +9012,7 @@ Index
(line 35)
* abs2: Data types. (line 65)
* abs2 <1>: Data types. (line 144)
-* absolute: Configuring. (line 43)
+* absolute: Configuring. (line 38)
* absolute <1>: three. (line 241)
* accel: Paths and guides. (line 126)
* accel <1>: Paths and guides. (line 132)
@@ -9030,21 +9042,21 @@ Index
* alias: Structures. (line 62)
* alias <1>: Arrays. (line 183)
* Align: label. (line 12)
-* aligndir: Options. (line 201)
+* aligndir: Options. (line 219)
* all: Arrays. (line 350)
* Allow: Pens. (line 363)
* and: Bezier curves. (line 56)
* AND: Arithmetic & logical.
(line 68)
* angle: Data types. (line 73)
-* animate: Configuring. (line 20)
+* animate: Configuring. (line 15)
* animate <1>: Files. (line 159)
* animate <2>: animation. (line 12)
* animation: animation. (line 6)
* animation <1>: animation. (line 6)
* annotate: annotate. (line 6)
* antialias: three. (line 261)
-* antialias <1>: Options. (line 170)
+* antialias <1>: Options. (line 188)
* append: Files. (line 38)
* append <1>: Arrays. (line 39)
* arc: Paths and guides. (line 24)
@@ -9093,12 +9105,12 @@ Index
* asy <1>: Import. (line 106)
* asy-mode: Editing modes. (line 6)
* asy.vim: Editing modes. (line 32)
-* asygl: Configuring. (line 74)
+* asygl: Configuring. (line 69)
* asyinclude: LaTeX usage. (line 45)
* Asymptote Web Application: Description. (line 6)
* asymptote.sty: LaTeX usage. (line 6)
* asymptote.xml: Editing modes. (line 48)
-* ASYMPTOTE_CONFIG: Options. (line 141)
+* ASYMPTOTE_CONFIG: Options. (line 159)
* atan: Mathematical functions.
(line 6)
* aTan: Mathematical functions.
@@ -9113,12 +9125,12 @@ Index
* attach <1>: LaTeX usage. (line 50)
* attach <2>: graph. (line 406)
* autoadjust: three. (line 418)
-* autoimport: Options. (line 137)
+* autoimport: Options. (line 155)
* automatic scaling: graph. (line 710)
* automatic scaling <1>: graph. (line 710)
* axialshade: fill. (line 43)
* axis: graph. (line 924)
-* axis <1>: graph. (line 1007)
+* axis <1>: graph. (line 1006)
* axis <2>: graph3. (line 66)
* axis <3>: graph3. (line 82)
* azimuth: Data types. (line 154)
@@ -9248,7 +9260,7 @@ Index
* CLZ: Arithmetic & logical.
(line 68)
* cm: Figure size. (line 18)
-* cmd: Configuring. (line 35)
+* cmd: Configuring. (line 30)
* cmyk: Pens. (line 38)
* colatitude: Data types. (line 159)
* color: Pens. (line 23)
@@ -9262,7 +9274,7 @@ Index
* comma-separated-value mode: Arrays. (line 382)
* command-line interface: Command-Line Interface.
(line 6)
-* command-line options: Configuring. (line 91)
+* command-line options: Configuring. (line 86)
* command-line options <1>: Options. (line 6)
* comment character: Files. (line 16)
* compass directions: Labels. (line 18)
@@ -9273,14 +9285,14 @@ Index
* conditional: Programming. (line 26)
* conditional <1>: Arithmetic & logical.
(line 61)
-* config: Configuring. (line 74)
-* config <1>: Options. (line 141)
-* configuration file: Configuring. (line 20)
-* configuration file <1>: Options. (line 141)
+* config: Configuring. (line 69)
+* config <1>: Options. (line 159)
+* configuration file: Configuring. (line 15)
+* configuration file <1>: Options. (line 159)
* configuring: Configuring. (line 6)
* conj: Data types. (line 62)
* constructors: Structures. (line 91)
-* context: Options. (line 170)
+* context: Options. (line 188)
* continue: Programming. (line 48)
* continue <1>: Debugger. (line 31)
* contour: contour. (line 6)
@@ -9288,11 +9300,11 @@ Index
* controls: Bezier curves. (line 45)
* controls <1>: three. (line 6)
* controlSpecifier: Paths and guides. (line 396)
-* convert: Configuring. (line 74)
+* convert: Configuring. (line 69)
* convert <1>: Files. (line 159)
* convert <2>: animation. (line 6)
-* convert <3>: Options. (line 170)
-* convertOptions: Options. (line 156)
+* convert <3>: Options. (line 188)
+* convertOptions: Options. (line 174)
* Coons shading: fill. (line 78)
* copy: Arrays. (line 176)
* cos: Mathematical functions.
@@ -9377,7 +9389,7 @@ Index
* directory: Files. (line 26)
* dirSpecifier: Paths and guides. (line 390)
* dirtime: Paths and guides. (line 166)
-* display: Configuring. (line 20)
+* display: Configuring. (line 15)
* do: Programming. (line 48)
* DOSendl: Files. (line 65)
* DOSnewl: Files. (line 65)
@@ -9403,12 +9415,12 @@ Index
* drawing commands: Drawing commands. (line 6)
* drawline: math. (line 9)
* drawtree: drawtree. (line 6)
-* dvips: Configuring. (line 74)
-* dvipsOptions: Options. (line 156)
-* dvisvgm: Configuring. (line 74)
-* dvisvgm <1>: Options. (line 175)
+* dvips: Configuring. (line 69)
+* dvipsOptions: Options. (line 174)
+* dvisvgm: Configuring. (line 69)
+* dvisvgm <1>: Options. (line 193)
* dvisvgmMultipleFiles: GUI installation. (line 20)
-* dvisvgmOptions: Options. (line 156)
+* dvisvgmOptions: Options. (line 174)
* E: Labels. (line 18)
* E <1>: Mathematical functions.
(line 48)
@@ -9444,13 +9456,13 @@ Index
* EndPoint: label. (line 55)
* envelope: Frames and pictures.
(line 25)
-* environment variables: Configuring. (line 95)
+* environment variables: Configuring. (line 90)
* eof: Files. (line 97)
* eof <1>: Arrays. (line 364)
* eol: Files. (line 97)
* eol <1>: Arrays. (line 364)
* EPS: label. (line 78)
-* EPS <1>: Options. (line 170)
+* EPS <1>: Options. (line 188)
* erase: Drawing in interactive mode.
(line 11)
* erase <1>: Data types. (line 257)
@@ -9541,7 +9553,7 @@ Index
* fontsize: Pens. (line 192)
* for: Programming. (line 26)
* format: Data types. (line 290)
-* format <1>: Options. (line 170)
+* format <1>: Options. (line 188)
* forum: Help. (line 6)
* frame: Frames and pictures.
(line 7)
@@ -9570,7 +9582,7 @@ Index
* globalwrite: Files. (line 40)
* globalwrite <1>: Files. (line 154)
* glOptions: three. (line 261)
-* glOptions <1>: Options. (line 156)
+* glOptions <1>: Options. (line 174)
* GNU Scientific Library: Mathematical functions.
(line 48)
* gouraudshade: fill. (line 63)
@@ -9579,7 +9591,7 @@ Index
* graph: graph. (line 6)
* graph3: graph3. (line 6)
* graphic: label. (line 78)
-* graphic <1>: Options. (line 175)
+* graphic <1>: Options. (line 193)
* graphical user interface: GUI. (line 6)
* graphwithderiv: graph. (line 670)
* gray: Pens. (line 25)
@@ -9588,12 +9600,12 @@ Index
* grid: Pens. (line 285)
* grid <1>: graph. (line 766)
* grid3: grid3. (line 6)
-* gs: Configuring. (line 20)
+* gs: Configuring. (line 15)
* GSL: Compiling from UNIX source.
(line 62)
* gsl: Mathematical functions.
(line 48)
-* gsOptions: Options. (line 156)
+* gsOptions: Options. (line 174)
* GUI: GUI. (line 6)
* GUI installation: GUI installation. (line 6)
* GUI usage: GUI usage. (line 6)
@@ -9621,10 +9633,10 @@ Index
* HookHead3: three. (line 622)
* Horizontal: flowchart. (line 77)
* HTML5: three. (line 233)
-* htmlviewer: Configuring. (line 20)
-* htmlviewer <1>: Configuring. (line 43)
-* htmlviewerOptions: Options. (line 156)
-* hyperrefOptions: Options. (line 156)
+* htmlviewer: Configuring. (line 15)
+* htmlviewer <1>: Configuring. (line 38)
+* htmlviewerOptions: Options. (line 174)
+* hyperrefOptions: Options. (line 174)
* hypot: Mathematical functions.
(line 6)
* I: Mathematical functions.
@@ -9642,9 +9654,9 @@ Index
* image: palette. (line 33)
* image <1>: palette. (line 61)
* image-based lighting: three. (line 104)
-* ImageMagick: Configuring. (line 74)
+* ImageMagick: Configuring. (line 69)
* ImageMagick <1>: animation. (line 6)
-* ImageMagick <2>: Options. (line 170)
+* ImageMagick <2>: Options. (line 188)
* images: palette. (line 6)
* implicit casts: Casts. (line 6)
* implicit linear solver: MetaPost. (line 10)
@@ -9753,7 +9765,7 @@ Index
(line 6)
* lastcut: Paths and guides. (line 266)
* lasy-mode: Editing modes. (line 6)
-* latex: Options. (line 170)
+* latex: Options. (line 188)
* LaTeX NFSS fonts: Pens. (line 206)
* LaTeX usage: LaTeX usage. (line 6)
* latexmk: LaTeX usage. (line 30)
@@ -9761,7 +9773,7 @@ Index
* latticeshade: fill. (line 32)
* layer: Drawing commands. (line 16)
* leastsquares: stats. (line 6)
-* leastsquares <1>: graph. (line 948)
+* leastsquares <1>: graph. (line 947)
* Left: graph. (line 269)
* LeftRight: graph. (line 275)
* LeftSide: label. (line 60)
@@ -9780,11 +9792,11 @@ Index
* length <4>: Paths and guides. (line 373)
* length <5>: Arrays. (line 39)
* length <6>: three. (line 556)
-* letter: Configuring. (line 68)
+* letter: Configuring. (line 63)
* lexorder: math. (line 63)
* lexorder <1>: math. (line 66)
* libcurl: Import. (line 94)
-* libgs: Options. (line 175)
+* libgs: Options. (line 193)
* libm routines: Mathematical functions.
(line 6)
* libsigsegv: Functions. (line 100)
@@ -9819,8 +9831,8 @@ Index
* loop: Programming. (line 26)
* LSP: Language server protocol.
(line 6)
-* lualatex: Options. (line 170)
-* luatex: Options. (line 170)
+* lualatex: Options. (line 188)
+* luatex: Options. (line 188)
* MacOS X binary distributions: MacOS X binary distributions.
(line 6)
* MacOS X configuration: Compiling from UNIX source.
@@ -9926,7 +9938,7 @@ Index
* None <1>: draw. (line 26)
* none: Files. (line 65)
* normal: three. (line 542)
-* nosafe: Options. (line 196)
+* nosafe: Options. (line 214)
* NOT: Arithmetic & logical.
(line 68)
* notaknot: graph. (line 36)
@@ -9947,7 +9959,7 @@ Index
* obliqueZ: three. (line 378)
* ode: ode. (line 6)
* offset: Pens. (line 123)
-* offset <1>: Options. (line 201)
+* offset <1>: Options. (line 219)
* OmitTick: graph. (line 223)
* OmitTickInterval: graph. (line 223)
* OmitTickIntervals: graph. (line 223)
@@ -9979,7 +9991,7 @@ Index
* outprefix: Frames and pictures.
(line 91)
* output: Files. (line 38)
-* output <1>: Options. (line 170)
+* output <1>: Options. (line 188)
* OutTicks: graph3. (line 35)
* overloading functions: Functions. (line 55)
* overwrite: Pens. (line 360)
@@ -9992,9 +10004,9 @@ Index
* pair: Figure size. (line 6)
* pair <1>: Data types. (line 46)
* pairs: Arrays. (line 245)
-* paperheight: Configuring. (line 68)
-* papertype: Configuring. (line 68)
-* paperwidth: Configuring. (line 68)
+* paperheight: Configuring. (line 63)
+* papertype: Configuring. (line 63)
+* paperwidth: Configuring. (line 63)
* parallelogram: flowchart. (line 47)
* parametric surface: graph3. (line 99)
* parametrized curve: graph. (line 639)
@@ -10012,11 +10024,11 @@ Index
* patterns: Pens. (line 271)
* patterns <1>: patterns. (line 6)
* PBR: three. (line 74)
-* PDF: Options. (line 170)
-* pdflatex: Options. (line 170)
-* pdfreloadOptions: Options. (line 156)
-* pdfviewer: Configuring. (line 20)
-* pdfviewerOptions: Options. (line 156)
+* PDF: Options. (line 188)
+* pdflatex: Options. (line 188)
+* pdfreloadOptions: Options. (line 174)
+* pdfviewer: Configuring. (line 15)
+* pdfviewerOptions: Options. (line 174)
* pen: Pens. (line 6)
* PenMargin: draw. (line 42)
* PenMargin2: three. (line 638)
@@ -10072,8 +10084,8 @@ Index
* programming: Programming. (line 6)
* pstoedit: PostScript to Asymptote.
(line 6)
-* psviewer: Configuring. (line 20)
-* psviewerOptions: Options. (line 156)
+* psviewer: Configuring. (line 15)
+* psviewerOptions: Options. (line 174)
* pt: Figure size. (line 18)
* public: Structures. (line 6)
* push: Arrays. (line 39)
@@ -10127,7 +10139,7 @@ Index
* rename: Files. (line 156)
* render: three. (line 46)
* render <1>: three. (line 184)
-* render <2>: Options. (line 170)
+* render <2>: Options. (line 188)
* replace: Data types. (line 270)
* resetdefaultpen: Pens. (line 387)
* rest arguments: Rest arguments. (line 6)
@@ -10166,7 +10178,7 @@ Index
* runtime imports: Import. (line 102)
* Russian: Pens. (line 238)
* S: Labels. (line 18)
-* safe: Options. (line 196)
+* safe: Options. (line 214)
* save: Frames and pictures.
(line 288)
* saveline: Files. (line 139)
@@ -10199,8 +10211,8 @@ Index
* self operators: Self & prefix operators.
(line 6)
* sequence: Arrays. (line 118)
-* settings: Configuring. (line 20)
-* settings <1>: Options. (line 141)
+* settings: Configuring. (line 15)
+* settings <1>: Options. (line 159)
* sgn: Mathematical functions.
(line 26)
* shading: fill. (line 32)
@@ -10244,7 +10256,7 @@ Index
* size <4>: Frames and pictures.
(line 74)
* size <5>: three. (line 556)
-* size <6>: Options. (line 170)
+* size <6>: Options. (line 188)
* size3: three. (line 320)
* Slant: label. (line 42)
* slant: Transforms. (line 38)
@@ -10315,9 +10327,9 @@ Index
* surface <3>: three. (line 142)
* surface <4>: graph3. (line 99)
* surface <5>: graph3. (line 128)
-* SVG: Options. (line 175)
+* SVG: Options. (line 193)
* system: Data types. (line 354)
-* system <1>: Options. (line 196)
+* system <1>: Options. (line 214)
* syzygy: syzygy. (line 6)
* tab: Files. (line 65)
* tab completion: Drawing in interactive mode.
@@ -10338,13 +10350,13 @@ Index
* tessellation: three. (line 154)
* tex: Frames and pictures.
(line 305)
-* tex <1>: Options. (line 170)
+* tex <1>: Options. (line 188)
* TeX fonts: Pens. (line 213)
* TeX string: Data types. (line 208)
-* texcommand: Configuring. (line 74)
+* texcommand: Configuring. (line 69)
* TeXHead: draw. (line 26)
* TeXHead3: three. (line 622)
-* texpath: Configuring. (line 74)
+* texpath: Configuring. (line 69)
* texpath <1>: label. (line 113)
* texpreamble: Frames and pictures.
(line 314)
@@ -10448,8 +10460,8 @@ Index
(line 55)
* variable initializers: Variable initializers.
(line 6)
-* vectorfield: graph. (line 1023)
-* vectorfield <1>: graph. (line 1062)
+* vectorfield: graph. (line 1022)
+* vectorfield <1>: graph. (line 1061)
* vectorfield3: graph3. (line 167)
* vectorization: Arrays. (line 343)
* verbatim: Frames and pictures.
@@ -10482,7 +10494,7 @@ Index
* xasy: GUI. (line 6)
* xaxis3: graph3. (line 7)
* xdr: Files. (line 80)
-* xelatex: Options. (line 170)
+* xelatex: Options. (line 188)
* XEquals: graph. (line 265)
* xequals: graph. (line 278)
* xlimits: graph. (line 639)
@@ -10551,146 +10563,146 @@ Node: UNIX binary distributions12610
Node: MacOS X binary distributions13733
Node: Microsoft Windows14321
Node: Configuring15529
-Node: Search paths20144
-Node: Compiling from UNIX source21152
-Node: Editing modes24303
-Node: Git26741
-Node: Uninstall27248
-Node: Tutorial27594
-Node: Drawing in batch mode28441
-Node: Drawing in interactive mode29317
-Node: Figure size30349
-Node: Labels31944
-Node: Paths32772
-Ref: unitcircle33388
-Node: Drawing commands35329
-Node: draw37137
-Ref: arrows38319
-Node: fill43834
-Ref: gradient shading44880
-Node: clip49494
-Node: label50243
-Ref: Label50843
-Node: Bezier curves56700
-Node: Programming60600
-Ref: array iteration62353
-Node: Data types62520
-Ref: format73288
-Node: Paths and guides77734
-Ref: circle77988
-Ref: extension87688
-Node: Pens94498
-Ref: fillrule102189
-Ref: basealign103093
-Ref: transparency106775
-Ref: makepen110369
-Ref: overwrite111253
-Node: Transforms112467
-Node: Frames and pictures114406
-Ref: envelope115564
-Ref: size116657
-Ref: unitsize117644
-Ref: shipout118717
-Ref: filltype121068
-Ref: add124481
-Ref: add about125423
-Ref: tex128453
-Node: Files129348
-Ref: cd130405
-Ref: scroll135307
-Node: Variable initializers138225
-Node: Structures140942
-Node: Operators148519
-Node: Arithmetic & logical148833
-Node: Self & prefix operators151203
-Node: User-defined operators151997
-Node: Implicit scaling152910
-Node: Functions153473
-Ref: stack overflow156590
-Node: Default arguments156872
-Node: Named arguments157628
-Node: Rest arguments160198
-Node: Mathematical functions163319
-Node: Arrays167976
-Ref: sort175415
-Ref: tridiagonal178653
-Ref: solve179884
-Node: Slices184024
-Node: Casts187932
-Node: Import190202
-Node: Static195772
-Node: LaTeX usage198658
-Node: Base modules205174
-Node: plain207651
-Node: simplex208325
-Node: math208598
-Node: interpolate211265
-Node: geometry211544
-Node: trembling212224
-Node: stats212493
-Node: patterns212752
-Node: markers212987
-Node: map214845
-Node: tree215269
-Node: binarytree215449
-Node: drawtree216116
-Node: syzygy216317
-Node: feynman216591
-Node: roundedpath216865
-Node: animation217147
-Ref: animate217568
-Node: embed218680
-Node: slide219634
-Node: MetaPost219965
-Node: babel220681
-Node: labelpath220913
-Node: labelpath3221733
-Node: annotate222044
-Node: CAD222514
-Node: graph222824
-Ref: ticks229983
-Ref: pathmarkers243705
-Ref: marker244175
-Ref: markuniform244529
-Ref: errorbars246388
-Ref: automatic scaling251517
-Node: palette263220
-Ref: images263338
-Ref: image267634
-Ref: logimage268155
-Ref: penimage269261
-Ref: penfunctionimage269524
-Node: three270296
-Ref: PostScript3D300571
-Node: obj302309
-Node: graph3302558
-Ref: GaussianSurface308301
-Node: grid3309451
-Node: solids310279
-Node: tube311271
-Node: flowchart313543
-Node: contour318186
-Node: contour3324694
-Node: smoothcontour3325006
-Node: slopefield326725
-Node: ode328206
-Node: Options328463
-Ref: configuration file336197
-Ref: settings336197
-Ref: texengines337461
-Ref: convert337461
-Node: Interactive mode340906
-Ref: history343055
-Node: GUI344358
-Node: GUI installation344908
-Node: GUI usage345836
-Node: Command-Line Interface346899
-Node: Language server protocol348341
-Node: PostScript to Asymptote349766
-Node: Help350544
-Node: Debugger352218
-Node: Credits353974
-Node: Index355199
+Node: Search paths19748
+Node: Compiling from UNIX source20756
+Node: Editing modes23907
+Node: Git26345
+Node: Uninstall26852
+Node: Tutorial27198
+Node: Drawing in batch mode28045
+Node: Drawing in interactive mode28921
+Node: Figure size29953
+Node: Labels31548
+Node: Paths32376
+Ref: unitcircle32992
+Node: Drawing commands34933
+Node: draw36741
+Ref: arrows37923
+Node: fill43438
+Ref: gradient shading44484
+Node: clip49098
+Node: label49847
+Ref: Label50447
+Node: Bezier curves56304
+Node: Programming60204
+Ref: array iteration61957
+Node: Data types62124
+Ref: format72892
+Node: Paths and guides77338
+Ref: circle77592
+Ref: extension87292
+Node: Pens94102
+Ref: fillrule101793
+Ref: basealign102697
+Ref: transparency106379
+Ref: makepen109973
+Ref: overwrite110857
+Node: Transforms112071
+Node: Frames and pictures114010
+Ref: envelope115168
+Ref: size116261
+Ref: unitsize117248
+Ref: shipout118321
+Ref: filltype120672
+Ref: add124085
+Ref: add about125027
+Ref: tex128057
+Node: Files128952
+Ref: cd130009
+Ref: scroll134911
+Node: Variable initializers137829
+Node: Structures140546
+Node: Operators148123
+Node: Arithmetic & logical148437
+Node: Self & prefix operators150807
+Node: User-defined operators151601
+Node: Implicit scaling152514
+Node: Functions153077
+Ref: stack overflow156194
+Node: Default arguments156476
+Node: Named arguments157232
+Node: Rest arguments159802
+Node: Mathematical functions162923
+Node: Arrays167580
+Ref: sort175019
+Ref: tridiagonal178257
+Ref: solve179488
+Node: Slices183628
+Node: Casts187536
+Node: Import189806
+Node: Static195376
+Node: LaTeX usage198262
+Node: Base modules204778
+Node: plain207255
+Node: simplex207929
+Node: math208202
+Node: interpolate210869
+Node: geometry211148
+Node: trembling211828
+Node: stats212097
+Node: patterns212356
+Node: markers212591
+Node: map214449
+Node: tree214873
+Node: binarytree215053
+Node: drawtree215720
+Node: syzygy215921
+Node: feynman216195
+Node: roundedpath216469
+Node: animation216751
+Ref: animate217172
+Node: embed218284
+Node: slide219238
+Node: MetaPost219569
+Node: babel220285
+Node: labelpath220517
+Node: labelpath3221337
+Node: annotate221648
+Node: CAD222118
+Node: graph222428
+Ref: ticks229587
+Ref: pathmarkers243309
+Ref: marker243779
+Ref: markuniform244133
+Ref: errorbars245992
+Ref: automatic scaling251121
+Node: palette262817
+Ref: images262935
+Ref: image267231
+Ref: logimage267752
+Ref: penimage268858
+Ref: penfunctionimage269121
+Node: three269893
+Ref: PostScript3D300168
+Node: obj301906
+Node: graph3302155
+Ref: GaussianSurface307898
+Node: grid3309048
+Node: solids309876
+Node: tube310868
+Node: flowchart313140
+Node: contour317783
+Node: contour3324291
+Node: smoothcontour3324603
+Node: slopefield326322
+Node: ode327803
+Node: Options328060
+Ref: configuration file336429
+Ref: settings336429
+Ref: texengines337693
+Ref: convert337693
+Node: Interactive mode341138
+Ref: history343287
+Node: GUI344590
+Node: GUI installation345140
+Node: GUI usage346068
+Node: Command-Line Interface347131
+Node: Language server protocol348573
+Node: PostScript to Asymptote349998
+Node: Help350776
+Node: Debugger352450
+Node: Credits354206
+Node: Index355431

End Tag Table