Up to [local] / OpenXM / src / kan96xx / Doc
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.10 / (download) - annotate - [select for diffs], Wed Feb 9 11:44:05 2005 UTC (19 years, 9 months ago) by takayama
Branch: MAIN
CVS Tags: R_1_3_1-2,
RELEASE_1_3_1_13b,
RELEASE_1_2_3_12,
RELEASE_1_2_3,
KNOPPIX_2006,
HEAD,
DEB_REL_1_2_3-9
Changes since 1.9: +6 -2
lines
Diff to previous 1.9 (colored)
Gnuplot is looked for in the $PATH.
Revision 1.9 / (download) - annotate - [select for diffs], Fri Feb 4 11:54:06 2005 UTC (19 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.8: +11 -1
lines
Diff to previous 1.8 (colored)
gnuplot.sync.1 is called to wait for that the gnuplot finishes the given work.
Revision 1.8 / (download) - annotate - [select for diffs], Fri Feb 4 11:25:45 2005 UTC (19 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.7: +2 -1
lines
Diff to previous 1.7 (colored)
Cleaning the fifo before sending commands to gnuplot.
Revision 1.7 / (download) - annotate - [select for diffs], Tue Dec 21 03:25:04 2004 UTC (19 years, 10 months ago) by takayama
Branch: MAIN
Changes since 1.6: +3 -2
lines
Diff to previous 1.6 (colored)
rm fname --> unlink(fname) in order to be OS independent.
Revision 1.6 / (download) - annotate - [select for diffs], Sat Dec 18 01:56:03 2004 UTC (19 years, 10 months ago) by takayama
Branch: MAIN
Changes since 1.5: +17 -5
lines
Diff to previous 1.5 (colored)
Added a workaround for the old cygwin (mkfifo has not been implemented). Manual entries for gnuplot.stop, gnuplot.setenv.
Revision 1.5 / (download) - annotate - [select for diffs], Fri Dec 17 00:13:08 2004 UTC (19 years, 10 months ago) by takayama
Branch: MAIN
Changes since 1.4: +6 -3
lines
Diff to previous 1.4 (colored)
The final modifications (I hope) to use the gnuplot version 4. gnuplot4ox (patched version) --> gnuplot (original version) The building on windows (cygwin) and the package generation for debian have not yet tested.
Revision 1.4 / (download) - annotate - [select for diffs], Thu Dec 16 11:41:58 2004 UTC (19 years, 10 months ago) by takayama
Branch: MAIN
Changes since 1.3: +16 -7
lines
Diff to previous 1.3 (colored)
Gnuplot is called by using popen and fifo. (The bug of the previous commit is fixed.) Example: gnuplot.start(); gnuplot.gnuplot("splot x**2-y**2;"); /* You can change the view point by using the mouse. */ gnuplot.stop();
Revision 1.3 / (download) - annotate - [select for diffs], Thu Dec 16 08:42:14 2004 UTC (19 years, 10 months ago) by takayama
Branch: MAIN
Changes since 1.2: +104 -1
lines
Diff to previous 1.2 (colored)
Calling gnuplot by using mkfifo, popen, ... to enable mouse actions. Ref: gpReadMouseTest.c in gnuplot.info But, there still remains bug to open the fifo file. In order to try the new implementation, try /gnuplot.callingMethod 1 def in gnuplot.sm1
Revision 1.2 / (download) - annotate - [select for diffs], Wed Nov 17 00:28:54 1999 UTC (24 years, 11 months ago) by takayama
Branch: MAIN
CVS Tags: maekawa-ipv6,
RELEASE_20000124,
RELEASE_1_2_2_KNOPPIX_b,
RELEASE_1_2_2_KNOPPIX,
RELEASE_1_2_2,
RELEASE_1_2_1,
RELEASE_1_1_3,
RELEASE_1_1_2
Changes since 1.1: +2 -4
lines
Diff to previous 1.1 (colored)
Change due to gnuplot_forox ---> gnuplot4ox
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Oct 8 02:12:02 1999 UTC (25 years, 1 month ago) by maekawa
Branch: OpenXM
CVS Tags: ALPHA
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
o import OpenXM sources
Revision 1.1 / (download) - annotate - [select for diffs], Fri Oct 8 02:12:02 1999 UTC (25 years, 1 month ago) by maekawa
Branch: MAIN
Initial revision