summaryrefslogtreecommitdiff
path: root/graphics/asymptote/base/graph_settings.asy
blob: f5d04d0797b72d2be043fd6ce40f35c7886ed111 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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;