|
From: Tatsuro M. <tma...@ya...> - 2008-02-10 07:10:26
|
Dear Ethan A Merritt
***************
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
Type `help` to access the on-line reference manual.
The gnuplot FAQ is available from
http://www.gnuplot.info/faq/
Send comments and help requests to <gnu...@li...>
Send bug reports and suggestions to <gnu...@li...>
Terminal type set to 'windows'
gnuplot> # Plot data from input stream
gnuplot> plot '-' with lines
input data ('e' ends) > 1 1
input data ('e' ends) > 2 3
input data ('e' ends) > 3 2
input data ('e' ends) > 4 4
input data ('e' ends) > 5 2
input data ('e' ends) > e
gnuplot> refresh
^
invalid command
gnuplot>
*********************************************
For gnuplot for cygwin mentioned the previous mail
gnuplot> # Plot data from input stream
gnuplot> plot '-' with lines
input data ('e' ends) > 1 1
input data ('e' ends) > 2 3
input data ('e' ends) > 3 2
input data ('e' ends) > 4
input data ('e' ends) > 5 5
input data ('e' ends)
????
I have downloaded source yesterday by
export CVSROOT=:pserver:ano...@gn...:/cvsroot/gnuplot
cvs login
cvs -z3 checkout gnuplot
For the cygwin gnuplot, your patch is OK and while for wgnuplot, your patch is not applied.
What's wrong?
Before make,
I did
./prepare
./configure
and
make -C src -f ../config/makefile.mgw
for wgnuplot make.
I think
./configure
does not affect on
make -C src -f ../config/makefile.mgw
If there is the problem, is it in ../config/makefile.mgw???
I'm now very confusing!!!!
Please help me!!
Regards
Tatsuro
--- Ethan A Merritt <merritt@u.washington.edu> wrote:
> # Plot data from input stream
> plot '-' with lines
> 1 1
> 2 3
> 3 2
> 4 4
> 5 2
> e
> refresh
> # Test mousing operations here
> refresh
>
--------------------------------------
Easy + Joy + Powerful = Yahoo! Bookmarks x Toolbar
http://pr.mail.yahoo.co.jp/toolbar/
|