Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #1442
| Received | by 10.66.85.130 with SMTP id h2mr7856561paz.8.1351442264424; Sun, 28 Oct 2012 09:37:44 -0700 (PDT) |
|---|---|
| Received | by 10.68.234.41 with SMTP id ub9mr6410822pbc.11.1351442264406; Sun, 28 Oct 2012 09:37:44 -0700 (PDT) |
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!nntp.club.cc.cmu.edu!newsfeed.news.ucla.edu!usenet.stanford.edu!kr7no16180412pbb.0!news-out.google.com!6ni32220pbd.1!nntp.google.com!kr7no16180405pbb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail |
| Newsgroups | comp.graphics.apps.gnuplot |
| Date | Sun, 28 Oct 2012 09:37:44 -0700 (PDT) |
| Complaints-To | groups-abuse@google.com |
| Injection-Info | glegroupsg2000goo.googlegroups.com; posting-host=99.17.198.5; posting-account=uTXsOwoAAADMNvNrTY3ov0gcSKovQPVS |
| NNTP-Posting-Host | 99.17.198.5 |
| User-Agent | G2/1.0 |
| MIME-Version | 1.0 |
| Message-ID | <2c174863-e68d-4c1b-b310-75da21b94488@googlegroups.com> (permalink) |
| Subject | this should not be so difficult ? |
| From | jfstanton@gmail.com |
| Injection-Date | Sun, 28 Oct 2012 16:37:44 +0000 |
| Content-Type | text/plain; charset=ISO-8859-1 |
| Xref | csiph.com comp.graphics.apps.gnuplot:1442 |
Show key headers only | View raw
To reduce my problem down to something very simple, I have created the input file (called 'in' below): 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 — Next in thread | Find similar
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