summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/metapost/context
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-09-28 22:45:20 +0000
committerKarl Berry <karl@freefriends.org>2012-09-28 22:45:20 +0000
commite607bebc2513cccf4c6a8f2d26c06d60933682de (patch)
treefef288f89313c143b66bbdaac2d5e9df97e8a5c9 /Master/texmf-dist/metapost/context
parentc954ba7a2ddb829c997db2e90c6629c766738900 (diff)
context-gnuplot (28sep12)
git-svn-id: svn://tug.org/texlive/trunk@27837 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/metapost/context')
-rw-r--r--Master/texmf-dist/metapost/context/third/gnuplot/mp-gnuplot.mp6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/metapost/context/third/gnuplot/mp-gnuplot.mp b/Master/texmf-dist/metapost/context/third/gnuplot/mp-gnuplot.mp
index e49ce2c9428..5d645c4fe23 100644
--- a/Master/texmf-dist/metapost/context/third/gnuplot/mp-gnuplot.mp
+++ b/Master/texmf-dist/metapost/context/third/gnuplot/mp-gnuplot.mp
@@ -74,11 +74,11 @@ boolean context_gnuplot ; context_gnuplot := true;
%
% linecap := butt; ???
picture gp_dash_lt[];
- gp_dash_lt[-3] := dashpattern(off 1) scaled (gp_scale_dashlength*gp_dashlength); % TODO: test!!!
- gp_dash_lt[-2] := dashpattern(on 1) scaled (gp_scale_dashlength*gp_dashlength);
+ gp_dash_lt[-3] := dashpattern(on 0 off 1) scaled (gp_scale_dashlength*gp_dashlength); % TODO: this is wrong anyway; it should generate an XORed line
+ gp_dash_lt[-2] := dashpattern();
% for axes
gp_dash_lt[-1] := dashpattern(on 2 off 1) scaled (gp_scale_dashlength*gp_dashlength);
- gp_dash_lt[0] := dashpattern(on 1) scaled (gp_scale_dashlength*gp_dashlength);
+ gp_dash_lt[0] := dashpattern();
gp_dash_lt[1] := dashpattern(on 4 off 2) scaled (gp_scale_dashlength*gp_dashlength);
gp_dash_lt[2] := dashpattern(on 2 off 3) scaled (gp_scale_dashlength*gp_dashlength);
gp_dash_lt[3] := dashpattern(on 1 off 1.5) scaled (gp_scale_dashlength*gp_dashlength);