04ca400c90
- added: proc catlines; proc tree; proc image. - deprecated: server-side image maps (use client-side instead); definition of categories within proc areadef (use proc categories instead); proc print. - discontinued attributes: proc processdata's stack; proc usedata's element, proc getdata's rotate, and proc defineunits (use the $changeunits() function instead). - proc rangebar has been renamed proc boxplot and there are major functionality changes. Any script that uses proc rangebar will need maintenance. - rewrite of parser. - many bugfixes. For complete list, see http://ploticus.sourceforge.net/doc/news.html.
8 lines
369 B
Text
8 lines
369 B
Text
+++ pltestsuite/run_all_scripts.orig 2008-09-03 00:45:57.000000000 -0500
|
|
--- pltestsuite/run_all_scripts 2008-09-03 00:46:11.000000000 -0500
|
|
@@ -1,3 +1,3 @@
|
|
DEV=
|
|
-echo "bigcsv.pl ----"; pl bigcsv.pl $DEV
|
|
-echo "windbarbs.pl ----"; pl windbarbs.pl $DEV
|
|
+echo "bigcsv.pl ----"; ploticus bigcsv.pl $DEV
|
|
+echo "windbarbs.pl ----"; ploticus windbarbs.pl $DEV
|