Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder2.hal-mli.net!news.stack.nl!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: sfeam Newsgroups: comp.graphics.apps.gnuplot Subject: Re: multiplot & SVG term mouse Followup-To: comp.graphics.apps.gnuplot Date: Sat, 31 Dec 2011 09:31:26 -0800 Organization: gnuplot development team Lines: 26 Message-ID: References: <4eff0174$0$6901$e4fe514c@news2.news.xs4all.nl> Reply-To: sfeam@users.sourceforge.net Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit Injection-Date: Sat, 31 Dec 2011 17:31:27 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="3mhAfh4CeAIeL3OKnPexDA"; logging-data="7192"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19UxRZCFcujwEEwd8mvYAn3" User-Agent: KNode/4.4.9 Cancel-Lock: sha1:amb/8PkfkyYOpO9+Vnr7BsVpHFA= Xref: x330-a1.tempe.blueboxinc.net comp.graphics.apps.gnuplot:799 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.