|
From: Benjamin L. <lin...@gm...> - 2010-02-07 18:46:37
|
Tatsuro MATSUOKA wrote:
> Hello
>
> I have tried the patch.
>
> set term windows enhanced font ",14"
> set label 1 "e^{i{/symbol p}} = -1" at graph 0.1,0.5
> plot sin(x) with linespoints, cos(x) with linespoints
>
> worked fine!!!!!!!.
>
>
> However, I have tried
> set xrange [-pi:pi]
> set yrange [-pi:pi]
> splot sin(x*x+y*y)/(x*x+y*y)
>
> was broken as a attachment file.
Thanks for the report.
I modified my patch and now I see the expected behaviour
with plot (lines + image), splot (surface+pm3d).
I also added the keyboard shortcut Ctrl+C for copying to clipboard.
benjamin
|