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


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

Re: multiplot & SVG term mouse

From sfeam <sfeam@users.sourceforge.net>
Newsgroups comp.graphics.apps.gnuplot
Subject Re: multiplot & SVG term mouse
Followup-To comp.graphics.apps.gnuplot
Date 2011-12-31 09:31 -0800
Organization gnuplot development team
Message-ID <jdngte$70o$1@dont-email.me> (permalink)
References <4eff0174$0$6901$e4fe514c@news2.news.xs4all.nl>

Followups directed to: comp.graphics.apps.gnuplot

Show all headers | View raw


Alex van der Spek wrote:

> Using a binary snapshot of 4.5 on Win Vista. Try this:
> 
> +++++++++++++++++++++++++++
> set term svg fixed mouse
> set out 'try.svg'
> set multiplot layout 2,1
> unset key
> plot x
> set key default
> plot sin(x),cos(x)
> unset multiplot
> set out
> ++++++++++++++++++++++++++++
> 
> The mouse coordinates in the upper panel are not relative to the upper
> plot y scale. This was expected.
> 
> Clicking the 'green' key legend label turns the cos(x) plot off, this
> was expected. However, clicking the 'red' legend label turns the x
> plot in the upper panel off, this was NOT expected. Don't know if this
> is a bug, I thought I should report it anyway.

I believe that bug was fixed earlier this month.
Your binary snapshot may be older than the fix.

Back to comp.graphics.apps.gnuplot | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

multiplot & SVG term mouse "Alex van der Spek" <zdoor@xs4all.nl> - 2011-12-31 13:35 +0100
  Re: multiplot & SVG term mouse sfeam <sfeam@users.sourceforge.net> - 2011-12-31 09:31 -0800
    Re: multiplot & SVG term mouse "Alex van der Spek" <zdoor@xs4all.nl> - 2012-01-01 13:44 +0100

csiph-web