|
From: Ethan M. <merritt@u.washington.edu> - 2010-08-07 21:35:28
|
On Tuesday 03 August 2010, Shigeharu TAKENO wrote:
> shige 08/03 2010
> ----------------
>
> In enhanced mode for x11 term, the following commands
>
> set ylabel '{/Symbol=20 x}'
> set xlabel 'sin' font ',14'
> plot sin(x) notitle
>
> put the xlabel of "Symbol" font, but other terminals (post,wxt,
> svg,emf) put xlabels of default font.
>
> This may be fixed by the following patch.
Thank you for the bug report.
Your test case does indeed reveal a problem.
Unfortunately, on my computer the patch does not fix it.
Maybe we need a corresponding change in gplt_x11?
Ethan
>
> ----- From here -----
> --- term/x11.trm.ORG 2010-08-03 16:43:40.000000000 +0900
> +++ term/x11.trm 2010-08-03 16:47:29.000000000 +0900
> @@ -1828,6 +1828,7 @@
> PRINT3("Tu%04d%04d%s\n", 0, (int)ENHx11_base, enhanced_text);
>
> ENHx11_opened_string = FALSE;
> + X11_set_font("");
> }
> }
>
> ----- To here -----
>
> +========================================================+
> Shigeharu TAKENO NIigata Institute of Technology
> kashiwazaki,Niigata 945-1195 JAPAN
> sh...@ie... TEL(&FAX): +81-257-22-8161
> +========================================================+
>
> ------------------------------------------------------------------------------
> The Palm PDK Hot Apps Program offers developers who use the
> Plug-In Development Kit to bring their C/C++ apps to Palm for a share
> of $1 Million in cash or HP Products. Visit us here for more details:
> http://p.sf.net/sfu/dev2dev-palm
> _______________________________________________
> gnuplot-beta mailing list
> gnu...@li...
> https://lists.sourceforge.net/lists/listinfo/gnuplot-beta
>
|