|
From: Ethan M. <merritt@u.washington.edu> - 2010-02-07 19:08:56
|
On Sunday 07 February 2010, Benjamin Lindner wrote:
> 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).
Very good.
> I also added the keyboard shortcut Ctrl+C for copying to clipboard.
Er...
Ctrl+C is currently documented as having another, quite different meaning.
True, it apparently isn't working properly under Windows,
but re-assigning it to "copy to clipboard" further confuses the issue.
Actually, now that I think about it...
Is it possible that the reason Ctrl+C is having problems is that
some layer is trying to interpret it as "copy" at the same time
another layer is trying to interpret it as "break to command line"?
Should we give up on trying to make Ctrl-C == "break to command line"
work under Windows?
Ethan
>
> benjamin
>
>
>
|