summaryrefslogtreecommitdiff
path: root/graphics/asymptote/doc/png
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-09-18 03:08:21 +0000
committerNorbert Preining <norbert@preining.info>2022-09-18 03:08:21 +0000
commitbaa3e10650110291de10e0e8e6a1e48ac4579afe (patch)
tree8eff974515ba91e538c94002db56558182e59a4e /graphics/asymptote/doc/png
parent9ae94dce28ea17b97ef24019e324353cd6af4dba (diff)
CTAN sync 202209180308
Diffstat (limited to 'graphics/asymptote/doc/png')
-rw-r--r--graphics/asymptote/doc/png/asymptote.info84
1 files changed, 41 insertions, 43 deletions
diff --git a/graphics/asymptote/doc/png/asymptote.info b/graphics/asymptote/doc/png/asymptote.info
index 7bb896355d..7751122789 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.82.
+This file documents 'Asymptote', version 2.83.
<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.82.
+This file documents 'Asymptote', version 2.83.
<https://asymptote.sourceforge.io>
@@ -6606,7 +6606,7 @@ following routines:
pair a=(0,0);
pair b=(2pi,2pi);
- path vector(pair z) {return (0,0)--(sin(z.x),cos(z.y));}
+ path vector(pair z) {return (sin(z.x),cos(z.y));}
add(vectorfield(vector,a,b));
@@ -8255,11 +8255,9 @@ import slopefield;
size(200);
real func(real x) {return 2x;}
-add(slopefield(func,(-3,-3),(3,3),20,Arrow));
+add(slopefield(func,(-3,-3),(3,3),20));
draw(curve((0,0),func,(-3,-3),(3,3)),red);
-
-
[./slopefield1]

@@ -10656,43 +10654,43 @@ Ref: marker244175
Ref: markuniform244529
Ref: errorbars246388
Ref: automatic scaling251517
-Node: palette263227
-Ref: images263345
-Ref: image267641
-Ref: logimage268162
-Ref: penimage269268
-Ref: penfunctionimage269531
-Node: three270303
-Ref: PostScript3D300578
-Node: obj302316
-Node: graph3302565
-Ref: GaussianSurface308308
-Node: grid3309458
-Node: solids310286
-Node: tube311278
-Node: flowchart313550
-Node: contour318193
-Node: contour3324701
-Node: smoothcontour3325013
-Node: slopefield326732
-Node: ode328221
-Node: Options328478
-Ref: configuration file336212
-Ref: settings336212
-Ref: texengines337476
-Ref: convert337476
-Node: Interactive mode340921
-Ref: history343070
-Node: GUI344373
-Node: GUI installation344923
-Node: GUI usage345851
-Node: Command-Line Interface346914
-Node: Language server protocol348356
-Node: PostScript to Asymptote349781
-Node: Help350559
-Node: Debugger352233
-Node: Credits353989
-Node: Index355214
+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

End Tag Table