|
From: Tatsuro M. <tma...@ya...> - 2008-02-09 11:52:03
|
Dear Ethan Merritt
I have built the gnuplot-4.3 downloaded yesterday.
The snapshot is
***************
G N U P L O T
Version 4.3 patchlevel 0
last modified February 2008
System: MS-Windows 32 bit
Copyright (C) 1986 - 1993, 1998, 2004, 2007, 2008
Thomas Williams, Colin Kelley and many others
********************
However, mouse zooming for 2D and mouse rotation for 3D were not possible
if they were plotted from the octave-MSVC-2.9.16.
(Todat I am in home, I do not have octave-mingw-2.9.17. SO I used octave-MSVC-2.9.16 instead.)
2D
plot (1:100)
3D
z = [0:0.05:5];
plot3 (cos(2*pi*z), sin(2*pi*z), z, ";helix;");
For 3d mouse rotation mark when press mouse left button was appreared but it I could not rotate the
plots.
Any suggestions ?
Regards
Tatsuro
For 3D
--- Tatsuro MATSUOKA <tma...@ya...> wrote:
> Dear Ethan Merritt
>
> Thank you for your information.
>
> So I have to build it by myself.
> I have never built wgnuplot from source but I'll try it.
> (Unlike the cygwin, it seem to be difficult for me.
> The cygwin cvs gnuplot can be easily built by anyone.)
>
> Thaks again!!
>
> Regards
>
> Tatsuro
>
>
>
>
> On Thursday 07 February 2008 02:30, Tatsuro MATSUOKA wrote:
> > Dear Ethan Merritt
> >
> > I have tested gragh plotting by a cvs(08-02-02) version (4.3) of pgnuplot+wgnuplot using a
> little
> bit
> > old octave (2.9.17, which does not send binary data from pipe).
> >
> > (CVS wgnuplot was downloades from the following
> > http://www.ring.gr.jp/pub/text/TeX/ptex-win32/utils/ )
>
> That executable was built from the June 2007 source tree.
> Therefore it is from before the change you ask about.
> The "refresh" command and mousing of in-line data are not present
> in that executable. Normal mousing and zoom works OK in that
> wgnuplot.exe, at least when I run it using linux+wine.
>
> Ethan
>
>
>
> --------------------------------------
> Easy + Joy + Powerful = Yahoo! Bookmarks x Toolbar
> http://pr.mail.yahoo.co.jp/toolbar/
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> gnuplot-beta mailing list
> gnu...@li...
> https://lists.sourceforge.net/lists/listinfo/gnuplot-beta
>
--------------------------------------
Easy + Joy + Powerful = Yahoo! Bookmarks x Toolbar
http://pr.mail.yahoo.co.jp/toolbar/
|