Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #661
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail |
|---|---|
| From | sfeam <sfeam@users.sourceforge.net> |
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: Hiding/displaying "with labels" labels? |
| Followup-To | comp.graphics.apps.gnuplot |
| Date | Thu, 03 Nov 2011 10:06:45 -0700 |
| Organization | gnuplot development team |
| Lines | 24 |
| Message-ID | <j8uhn8$2qq$1@dont-email.me> (permalink) |
| References | <8739e542je.fsf@wivenhoe.ul.ie> |
| Reply-To | sfeam@users.sourceforge.net |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset="ISO-8859-1" |
| Content-Transfer-Encoding | 7Bit |
| Injection-Date | Thu, 3 Nov 2011 17:06:48 +0000 (UTC) |
| Injection-Info | mx04.eternal-september.org; posting-host="joalffpZlyHxFtpFd/PRrw"; logging-data="2906"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX195n7LkbenyIra4SeNvH54c" |
| User-Agent | KNode/4.4.9 |
| Cancel-Lock | sha1:yh0+28geMAyo9oaP9QR/fYJCcAU= |
| Xref | x330-a1.tempe.blueboxinc.net comp.graphics.apps.gnuplot:661 |
Followups directed to: comp.graphics.apps.gnuplot
Show key headers only | View raw
Brendan Halpin wrote: > I occasionally use 'splot "..." u 1:2:3:4 with labels' to plot data > clouds with informative tags. However, the labels get in the way when > trying to see the structure of the cloud. Is there a way of turning them > on and off (in the wxt terminal) without replotting? That is a recent feature that is so far implemented only for HTML5 canvas and svg terminals (and maybe for "set term win"?). It's on the wishlist for wxt and x11 but I don't know that anyone is actively working on it. > Better still, is there a way of getting the mouseover behaviour to > display the (otherwise hidden) label on a point-by-point basis? Interesting idea. The thing is that currently "mouseover" is only available in the context of a web browser. The wxt and x11 terminals do not offer any way to trigger a mouse event other than clicking. So it would be relatively easy to implement for svg and canvas output, but we're missing a necessary infrastructure to do that in a wxt window. > Brendan
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Next in thread | Find similar
Hiding/displaying "with labels" labels? brendan.halpin@ul.ie (Brendan Halpin) - 2011-11-03 16:02 +0000
Re: Hiding/displaying "with labels" labels? sfeam <sfeam@users.sourceforge.net> - 2011-11-03 10:06 -0700
Re: Hiding/displaying "with labels" labels? brendan.halpin@ul.ie (Brendan Halpin) - 2011-11-03 17:09 +0000
Re: Hiding/displaying "with labels" labels? sfeam <sfeam@users.sourceforge.net> - 2011-11-09 16:57 -0800
csiph-web