Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #661

Re: Hiding/displaying "with labels" labels?

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 2011-11-03 10:06 -0700
Organization gnuplot development team
Message-ID <j8uhn8$2qq$1@dont-email.me> (permalink)
References <8739e542je.fsf@wivenhoe.ul.ie>

Followups directed to: comp.graphics.apps.gnuplot

Show all headers | 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 | NextPrevious in thread | Next in thread | Find similar


Thread

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