Bill Allombert on Sun, 10 Nov 2019 18:27:52 +0100


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: [PATCH v2.11.1] High-resolution PS plotting


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