|
From: Tatsuro M. <tma...@ya...> - 2010-04-26 01:29:11
|
--- Jon <dev...@gm...> wrote:
> I don't know which version is for the wgnuplot, but I installed it within
> last year. I issued command "reset xy" and it complained error, and, two
> crossing lines like some reference lines shown on the graph, any commands
> before issuing this command worked fine, thus I don't think the phenomonon
> is related to them.
In opening wgnuplot command window, you can see
*******************************************************
G N U P L O T
Version 4.4 patchlevel 0
last modified March 2010
System: MS-Windows 32 bit
Copyright (C) 1986-1993, 1998, 2004, 2007-2010
Thomas Williams, Colin Kelley and many others
gnuplot home: http://www.gnuplot.info
faq, bugs, etc: type "help seeking-assistance"
immediate help: type "help"
plot window: hit 'h'
Terminal type set to 'windows'
*******************************************************
G N U P L O T
Version 4.4 patchlevel 0
The above example shows the version of the gnuplot is 4.4.0.
You can also see
show version
at gnuplot command prompt
Version number is very important for discussions.
> btw, wgnuplot does not seem to support '!cd ...' these kind of command to
> run msdos commands within the input panel, meanwhile, when clicking on chdir
> button, what comes out is the default directory of binaries, is there way to
> remember the most recently quitted directory as the current directory?
> Thanks for any hint,
>
'!cd ...' ! is not needed. The command cd is internal one.
For example
cd 'c:\data\example'
Please do not forget path should quoted by ' (single quotation mark).
Regards
Tatsuo
> 2010/4/25 Hans-Bernhard Br将モker <HBB...@t-...>
>
> > Jon wrote:
> >
> >> I don't know how to correct this command, I then issued 'reset x' and
> >> 'reset
> >> y', but does not help,
> >>
> >
> > Nothing likely will until you help others help you, by providing more
> > precise information. The complete sequence of commands needed to reproduce
> > the bug, e.g.
> >
> >
> > the gnuplot version is actually for windows version, wguplot, thus I don't
> >> know whether it is appropriate to post my question here,
> >>
> >
> > wgnuplot is not a version, it's the name of the executable. The version is
> > what it prints as you start it.
> >
> >
> >
> ------------------------------------------------------------------------------
> _______________________________________________
> gnuplot-info mailing list
> gnu...@li...
> https://lists.sourceforge.net/lists/listinfo/gnuplot-info
>
--------------------------------------
Get the new Internet Explorer 8 optimized for Yahoo! JAPAN
http://pr.mail.yahoo.co.jp/ie8/
|