Re: [PATCH v2.11.1] High-resolution PS plotting
Bill Allombert <[email protected]>
| Newsgroups | gmane.comp.mathematics.pari.devel |
|---|---|
| Message-ID | <20191110172750.ddjrur7wwxdhtyjf@yellowpig> |
On Thu, Oct 17, 2019 at 05:09:42AM +0200, Ilya Zakharevich wrote:
> static void
> @@ -2174,30 +2176,69 @@ rect2ps_i(GEN w, GEN x, GEN y, PARI_plot
> PARI_plot U;
> pari_str S;
> double xs = 0.65, ys = 0.65;
> + int rescale = 1;
> + const char *extra = "";
> if (T) /* res wrt T dimens */
> {
> if (plotps)
> xs = ys = 1;
Hello Ilya,
Did you test your patch with Configure --graph=ps ?
Cheers,
Bill