summaryrefslogtreecommitdiff
path: root/graphics/asymptote/base/graph_settings.asy
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /graphics/asymptote/base/graph_settings.asy
Initial commit
Diffstat (limited to 'graphics/asymptote/base/graph_settings.asy')
-rw-r--r--graphics/asymptote/base/graph_settings.asy18
1 files changed, 18 insertions, 0 deletions
diff --git a/graphics/asymptote/base/graph_settings.asy b/graphics/asymptote/base/graph_settings.asy
new file mode 100644
index 0000000000..f5d04d0797
--- /dev/null
+++ b/graphics/asymptote/base/graph_settings.asy
@@ -0,0 +1,18 @@
+// Number of function samples.
+int ngraph=100;
+int nCircle=400;
+
+// Number of mesh intervals.
+int nmesh=10;
+
+real ticksize=1mm;
+real Ticksize=2*ticksize;
+real ylabelwidth=2.0;
+real axislabelfactor=1.5;
+real axiscoverage=0.8;
+
+real epsilon=10*realEpsilon;
+
+restricted bool Crop=true;
+restricted bool NoCrop=false;
+