Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #1432
| From | sfeam <sfeam@users.sourceforge.net> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: hexadecimal mouse position? |
| Followup-To | comp.graphics.apps.gnuplot |
| Date | 2012-10-25 16:57 -0700 |
| Organization | gnuplot development team |
| Message-ID | <k6cjli$dbv$1@dont-email.me> (permalink) |
| References | <32a20a28-9c24-4ab2-8f2d-67d7ac3c5a74@googlegroups.com> |
Followups directed to: comp.graphics.apps.gnuplot
Paul Li wrote: > Hi, > > I am plotting a set of 2-D points where the Y-coordinates in hex. Is it > possible to format the current mouse position so that its Y-coordinate is > displayed in hex as well? set mouse format "%x" or if you want to keep x coordinates in decimal set mouse format "%g %x" But not all terminal types can handle this (for example svg cannot).
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Next in thread | Find similar
hexadecimal mouse position? Paul Li <paulli25.li@gmail.com> - 2012-10-25 16:37 -0700
Re: hexadecimal mouse position? sfeam <sfeam@users.sourceforge.net> - 2012-10-25 16:57 -0700
Re: hexadecimal mouse position? Paul Li <paulli25.li@gmail.com> - 2012-10-26 09:44 -0700
Re: hexadecimal mouse position? sfeam <sfeam@users.sourceforge.net> - 2012-10-26 11:35 -0700
Re: hexadecimal mouse position? Paul Li <paulli25.li@gmail.com> - 2012-11-06 12:14 -0800
csiph-web