Up to [local] / OpenXM_contrib2 / asir2000 / plot
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.10 / (download) - annotate - [select for diffs], Tue Nov 5 02:55:03 2013 UTC (11 years ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b,
HEAD
Changes since 1.9: +3 -2
lines
Diff to previous 1.9 (colored) to selected 1.8 (colored)
Fixed inconsistent returns in various functions which make gcc abort.
Revision 1.9 / (download) - annotate - [select for diffs], Thu Jan 25 16:19:41 2007 UTC (17 years, 9 months ago) by saito
Branch: MAIN
CVS Tags: R_1_3_1-2,
RELEASE_1_2_3_12,
DEB_REL_1_2_3-9
Changes since 1.8: +84 -139
lines
Diff to previous 1.8 (colored)
change eps print subprogram to eps-2. add ctrl flag itvplotsize. (but itvplot not yet commit)
Revision 1.8 / (download) - annotate - [selected], Sat Jul 20 02:28:08 2002 UTC (22 years, 3 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_3,
RELEASE_1_2_2_KNOPPIX_b,
RELEASE_1_2_2_KNOPPIX,
RELEASE_1_2_2,
KNOPPIX_2006
Changes since 1.7: +10 -6
lines
Diff to previous 1.7 (colored)
Added an option (X resource) for generating "upside down" PS file. If plot*upsidedown:on is set as an X resource, the PS file is generated as above.
Revision 1.7 / (download) - annotate - [select for diffs], Thu Jul 11 12:35:03 2002 UTC (22 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.6: +16 -15
lines
Diff to previous 1.6 (colored) to selected 1.8 (colored)
Supporting code for the color Postscript. There still remains a BUG (see ox_plot_xevent.c), but it will work on most PC's.
Revision 1.6 / (download) - annotate - [select for diffs], Thu Jul 11 03:34:34 2002 UTC (22 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.5: +8 -3
lines
Diff to previous 1.5 (colored) to selected 1.8 (colored)
Supporting codes for color Postscript printers (the work has not yet been completed.)
Revision 1.5 / (download) - annotate - [select for diffs], Sat Apr 7 10:53:15 2001 UTC (23 years, 7 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_1
Changes since 1.4: +1 -251
lines
Diff to previous 1.4 (colored) to selected 1.8 (colored)
Removed unused codes for smoothing.
Revision 1.4 / (download) - annotate - [select for diffs], Wed Nov 8 05:49:35 2000 UTC (24 years ago) by takayama
Branch: MAIN
Changes since 1.3: +34 -16
lines
Diff to previous 1.3 (colored) to selected 1.8 (colored)
A simple translation function from bitmap to PS is added.
Revision 1.3 / (download) - annotate - [select for diffs], Tue Oct 24 01:53:53 2000 UTC (24 years ago) by takayama
Branch: MAIN
CVS Tags: maekawa-ipv6
Changes since 1.2: +29 -2
lines
Diff to previous 1.2 (colored) to selected 1.8 (colored)
"method" menu is added to the print button.
Revision 1.2 / (download) - annotate - [select for diffs], Sun Oct 15 10:58:11 2000 UTC (24 years ago) by takayama
Branch: MAIN
Changes since 1.1: +68 -2
lines
Diff to previous 1.1 (colored) to selected 1.8 (colored)
Added coordinate axis for Postscript output for ifplot.
Revision 1.1 / (download) - annotate - [select for diffs], Sun Oct 15 06:56:53 2000 UTC (24 years ago) by takayama
Branch: MAIN
Diff to selected 1.8 (colored)
An algorithm to find curves in bitmap image is implemented. It is used to output PostScript files. There still remain some bugs on user interfaces and treatment of color.