Re: [PATCH v2.11.1] High-resolution PS plotting
Bill Allombert <[email protected]>
| Newsgroups | gmane.comp.mathematics.pari.devel |
|---|---|
| Message-ID | <20191017102827.kjbgu3x3jpg46y5q@yellowpig> |
On Thu, Oct 17, 2019 at 05:09:42AM +0200, Ilya Zakharevich wrote: > After the high-quality plotting was removed from gp/PARI (around v2.0.22, > IIRC), only very rough hardcopy plots are available.¹⁾ > > ¹⁾ Math::Pari comes with patches which restore this functionality, up > to v2.3.* of GP/PARI. > > The main problems are: > > • Very low resolution (worse than VGA; causes “staircases” everywhere); > • Spurious spikes (due to very high default value of the miter-limit in > Postscript); Note that you can create SVG now with plotexport. Cheers, Bill.