Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #1443
| Path | csiph.com!usenet.pasdenom.info!gegeweb.org!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail |
|---|---|
| From | sfeam <sfeam@users.sourceforge.net> |
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: this should not be so difficult ? |
| Followup-To | comp.graphics.apps.gnuplot |
| Date | Sun, 28 Oct 2012 10:23:49 -0700 |
| Organization | gnuplot development team |
| Lines | 40 |
| Message-ID | <k6jpn8$8al$1@dont-email.me> (permalink) |
| References | <2c174863-e68d-4c1b-b310-75da21b94488@googlegroups.com> |
| Reply-To | sfeam@users.sourceforge.net |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset="ISO-8859-1" |
| Content-Transfer-Encoding | 7Bit |
| Injection-Date | Sun, 28 Oct 2012 17:23:52 +0000 (UTC) |
| Injection-Info | mx04.eternal-september.org; posting-host="de68407e1e0278021e2f738a9cf7b10c"; logging-data="8533"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18/H73GJ6KzzDkOuD7CCvmJ" |
| User-Agent | KNode/4.4.9 |
| Cancel-Lock | sha1:7hxye9cS0TdUA8EZkeL8euFAjBo= |
| Xref | csiph.com comp.graphics.apps.gnuplot:1443 |
Followups directed to: comp.graphics.apps.gnuplot
Show key headers only | View raw
jfstanton@gmail.com wrote: > > To reduce my problem down to something very simple, I have created > the input file (called 'in' below) What task are you trying to accomplish? > : > > set term x11 persist > set view 0,0 > set pm3d > set palette > splot x**2+y**2 > > If I go into gnuplot and type > > load 'in' > > everything works just fine. If, on the other hand, I execute > > gnuplot < in > > everything works EXCEPT that the association of mouse position with > plot coordinates is lost. It simply displays x=0 and y=0 in the > lower-left corner and has no response at all when I move the mouse. > However, if I change this to a one dimensional plot > > set term x11 persist > plot x**2 > > then the mousing business works either way I invoke the file. > > Help!!!! I am running gnuplot 4.6.0 on a MBP...
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
this should not be so difficult ? jfstanton@gmail.com - 2012-10-28 09:37 -0700
Re: this should not be so difficult ? sfeam <sfeam@users.sourceforge.net> - 2012-10-28 10:23 -0700
Re: this should not be so difficult ? John Stanton <jfstanton@gmail.com> - 2012-10-29 10:14 -0700
Re: this should not be so difficult ? sfeam <sfeam@users.sourceforge.net> - 2012-10-29 11:17 -0700
Re: this should not be so difficult ? John Stanton <jfstanton@gmail.com> - 2012-10-29 11:35 -0700
csiph-web