Tagged Questions
7
votes
1answer
132 views
How to draw dash-dotted curves using MetaPost?
Is it possible to (easily) draw dash-dotted curves in MetaPost, i.e. curves that alternate between a dash and a dot?
For either dashed or dotted curves, I use the draw command and end it with dashed ...
7
votes
3answers
304 views
Which plotting tool is more likely to stay stable in the basics: MetaPost, PStricks or pgfplots?
I have been looking at the three (major ?) tools---MetaPost, PStricks or pgfplots for plotting data together with LaTeX. My experience is this:
MetaPost code can demand lots of lines for simple ...