Scientific graphics plotting package implemented as a Yorick interface to PLplot. So you get the power and ease-of-use of Yorick combined with the high-quality scientific-plotting API of PLplot
Be the first to post a text review of yPlot. Rate and review a project by clicking thumbs up or thumbs down in the right column.
Yorick is a high-level scientific programming language that is easy to learn, and yplot is a Yorick extension that gives Yorick users access to the PLplot library for their plotting needs. The principal changes for the yplot-1.2.0 release are it has been updated to work with yorick-2.1.05 (the standard yorick version deployed, for example, on all modern versions of Debian and Ubuntu), a new CMake-based build system has been deployed, and as a result an ordinary autoloaded yplot extension to yorick is built rather than the special yplot and yplotl executables of the past. Testing shows yPlot-1.2.0 works well with the latest PLplot-5.9.0 that has been released as well as svn versions of PLplot that are precursors to the forthcoming PLplot-5.9.1 release. Access this new version of yplot at http://sourceforge.net/project/showfiles.php?group_id=15416 and build, install, and test it following the instructions in the INSTALL file.
------------------------------------------------------------------------ r198 | airwin | 2008-08-23 10:42:31 -0700 (Sat, 23 Aug 2008) | 5 lines Changed paths: M /trunk/CMakeLists.txt Serialize yplot.so and 70yplot.i creation so the latter does not interfere with the former for parallel builds. Set up cpack to create source tarballs using "make package_source". ------------------------------------------------------------------------ r197 | airwin | 2008-08-23 09:16:59 -0700 (Sat, 23 Aug 2008) | 6 lines Changed paths: M /trunk/doc/ytut.tex Many spelling tweaks resulting from ispell. Some reorganization and many other tweaks resulting from a critical read-through. ------------------------------------------------------------------------ r196 | airwin | 2008-08-23 09:13:43 -0700 (Sat, 23 Aug 2008) | 2 lines Changed paths: M /trunk/doc/plpoin.i M /trunk/doc/plsym.i Remove Id data since this shows up in the ytut.ps.gz result. ------------------------------------------------------------------------ r195 | airwin | 2008-08-22 10:34:39 -0700 (Fri, 22 Aug 2008) | 3 lines Changed paths: M /trunk/CMakeLists.txt M /trunk/doc/CMakeLists.txt Use EXAMPLES_DIR and DOC_DIR variables (and the existing Y_SITE variable) to specify all install locations. ------------------------------------------------------------------------ r194 | airwin | 2008-08-22 10:10:07 -0700 (Fri, 22 Aug 2008) | 3 lines Changed paths: M /trunk/ANNOUNCE M /trunk/CHANGES M /trunk/DEVICES M /trunk/README M /trunk/www/index.html M /trunk/yplot.lsm Update information in these files in preparation for the forthcoming 1.2.0 release. ------------------------------------------------------------------------ r193 | airwin | 2008-08-19 10:58:54 -0700 (Tue, 19 Aug 2008) | 2 lines Changed paths: M /trunk/doc/x01.i M /trunk/doc/x03.i M /trunk/doc/x04.i M /trunk/doc/x05.i M /trunk/doc/x08.i Delete inappropriate svn:executable property ------------------------------------------------------------------------ r192 | airwin | 2008-08-19 10:46:18 -0700 (Tue, 19 Aug 2008) | 3 lines Changed paths: M /trunk/INSTALL Clarify directions and also prepare for 1.2.0 release by referring to that release, specifically. ------------------------------------------------------------------------ r191 | airwin | 2008-08-18 15:39:21 -0700 (Mon, 18 Aug 2008) | 2 lines Changed paths: M /trunk/doc/CMakeLists.txt A /trunk/doc/Makefile.examples A /trunk/doc/yplot_configure.i.in Install tree examples Makefile and (configured) yplot_configure.i ------------------------------------------------------------------------ r190 | airwin | 2008-08-18 14:43:18 -0700 (Mon, 18 Aug 2008) | 2 lines Changed paths: M /trunk/doc/CMakeLists.txt Install complete set of examples. ------------------------------------------------------------------------ r189 | airwin | 2008-08-18 13:42:36 -0700 (Mon, 18 Aug 2008) | 7 lines Changed paths: M /trunk/doc/CMakeLists.txt Use more appropriate name for *.aux file used for cmp in recursive latex build. Install everything required to re-generate ytut.dvi and ytut.ps.gz from install tree. ------------------------------------------------------------------------ r188 | airwin | 2008-08-18 13:40:11 -0700 (Mon, 18 Aug 2008) | 2 lines Changed paths: M /trunk/CMakeLists.txt set VERSION information that is needed for each release. ------------------------------------------------------------------------ r187 | airwin | 2008-08-18 10:51:35 -0700 (Mon, 18 Aug 2008) | 2 lines Changed paths: M /trunk/doc/CMakeLists.txt Use add_dependencies to straighten out parallel build issue. ------------------------------------------------------------------------ r186 | airwin | 2008-08-18 10:28:38 -0700 (Mon, 18 Aug 2008) | 2 lines Changed paths: M /trunk/doc/CMakeLists.txt DOCUMENTATION_DEPENDS logic fix ------------------------------------------------------------------------ r185 | airwin | 2008-08-18 10:19:22 -0700 (Mon, 18 Aug 2008) | 2 lines Changed paths: M /trunk/doc/CMakeLists.txt Recursive build of ytut.dvi ------------------------------------------------------------------------ r184 | airwin | 2008-08-18 09:58:27 -0700 (Mon, 18 Aug 2008) | 2 lines Changed paths: M /trunk/CMakeLists.txt Get USE_Y_SITE option to work properly by spelling it properly. ------------------------------------------------------------------------ r183 | airwin | 2008-08-17 06:33:31 -0700 (Sun, 17 Aug 2008) | 2 lines Changed paths: M /trunk/doc/CMakeLists.txt Documentation build (not complete, yet). ------------------------------------------------------------------------ r182 | airwin | 2008-08-17 06:32:37 -0700 (Sun, 17 Aug 2008) | 2 lines Changed paths: M /trunk/doc/ytut.tex Document new build and use procedure. ------------------------------------------------------------------------ r181 | airwin | 2008-08-17 06:31:43 -0700 (Sun, 17 Aug 2008) | 2 lines Changed paths: M /trunk/INSTALL Tweak. ------------------------------------------------------------------------ r180 | airwin | 2008-08-15 11:04:31 -0700 (Fri, 15 Aug 2008) | 3 lines Changed paths: M /trunk/doc/x11.i Must autoload yplot (with plparseopts command) before referring to yplot variable DRAW_LINEXY. ------------------------------------------------------------------------ r179 | airwin | 2008-08-13 22:56:44 -0700 (Wed, 13 Aug 2008) | 7 lines Changed paths: A /trunk/doc/CMakeLists.txt Initial commit of CMakeLists.txt file to help build and install the dynamic documentation files. STATUS: Many of the PostScript demo results now build correctly, but there is more work to do to complete this. ------------------------------------------------------------------------ r178 | airwin | 2008-08-13 22:51:19 -0700 (Wed, 13 Aug 2008) | 3 lines Changed paths: M /trunk/CMakeLists.txt Re-indent following emacs cmake mode rules. Install static documentation files. ------------------------------------------------------------------------ r177 | airwin | 2008-08-13 13:06:46 -0700 (Wed, 13 Aug 2008) | 2 lines Changed paths: M /trunk/pplot.c M /trunk/read.c Cleanups to get rid of all warnings other than "may be uninitialized" ------------------------------------------------------------------------ r176 | airwin | 2008-08-13 09:32:58 -0700 (Wed, 13 Aug 2008) | 2 lines Changed paths: D /trunk/.cvsignore D /trunk/doc/.cvsignore D /trunk/www/.cvsignore Remove .cvsignore files which are not needed by svn. ------------------------------------------------------------------------ r175 | airwin | 2008-08-13 09:19:21 -0700 (Wed, 13 Aug 2008) | 5 lines Changed paths: M /trunk/yplot_doc.sh Generate documentation using yorick rather than yplot. No plotting facilities are needed for this task so we should have made this change long since, but the change is now mandatory since yplot no longer exists as a separate executable. ------------------------------------------------------------------------ r174 | airwin | 2008-07-17 13:58:33 -0700 (Thu, 17 Jul 2008) | 3 lines Changed paths: M /trunk/INSTALL Better instructions about how to enable the yorick extension that gets built by "make" and installed by "make install". ------------------------------------------------------------------------ r173 | airwin | 2008-07-17 13:00:40 -0700 (Thu, 17 Jul 2008) | 12 lines Changed paths: M /trunk/CMakeLists.txt Implement USE_Y_SITE option. If that option is turned ON, then the Yorick Y_SITE prefix is used to install the three key files (yplot.so, yplot.i, and 70yplot.i) that implement the yplot extension of yorick. If that option is turned OFF (the default) those three key files are installed using the ${CMAKE_INSTALL_PREFIX}/lib/yorick prefix instead. The advantage of the latter course is you don't have to have access to the root account to install the yplot extension to Yorick (depending on how you have set CMAKE_INSTALL_PREFIX). The disadvantage is you must use Yorick's add_y_home function to add ${CMAKE_INSTALL_PREFIX}/lib/yorick to Yorick's normal Y_SITE to enable the yplot extension of Yorick. ------------------------------------------------------------------------ r172 | airwin | 2008-07-17 12:12:32 -0700 (Thu, 17 Jul 2008) | 3 lines Changed paths: M /trunk/yplot.i Drop all -i options from the command line so they don't mess up the PLplot version of plparseopts. ------------------------------------------------------------------------ r171 | airwin | 2008-07-15 21:30:25 -0700 (Tue, 15 Jul 2008) | 3 lines Changed paths: M /trunk/INSTALL New instructions and comments about the dynamical plug-in mechanism that is now being used to extend yorick with yplot commands. ------------------------------------------------------------------------ r170 | airwin | 2008-07-15 20:05:35 -0700 (Tue, 15 Jul 2008) | 2 lines Changed paths: M /trunk/CMakeLists.txt Get rid of debug output of YPLOT_EXTENSION_FILES_DEPENDS. ------------------------------------------------------------------------ r169 | airwin | 2008-07-15 20:03:05 -0700 (Tue, 15 Jul 2008) | 9 lines Changed paths: M /trunk/CMakeLists.txt A /trunk/create_autoload.py D /trunk/main.c Move from standalone executable to dynamically loaded plug-in. Debian bug workaround not needed for this method so get rid of it as well as main.c (which was required only for the workaround). Implement autoloading (which is needed if you don't want the dynamically loaded plug-in method to be a pain). ------------------------------------------------------------------------ r168 | airwin | 2008-07-15 11:14:00 -0700 (Tue, 15 Jul 2008) | 3 lines Changed paths: M /trunk/CMakeLists.txt Reorganize to do almost everything at run time so that can handle file dependencies properly. ------------------------------------------------------------------------ r167 | airwin | 2008-07-14 16:30:11 -0700 (Mon, 14 Jul 2008) | 3 lines Changed paths: M /trunk/INSTALL Add a note about the equivalence of the new yplot command to the old yplotl command. ------------------------------------------------------------------------ r166 | airwin | 2008-07-14 16:12:57 -0700 (Mon, 14 Jul 2008) | 2 lines Changed paths: M /trunk/doc Empty the svn:ignore property in expectation of a clean source tree. ------------------------------------------------------------------------ r165 | airwin | 2008-07-14 16:11:18 -0700 (Mon, 14 Jul 2008) | 2 lines Changed paths: M /trunk Empty the svn:ignore property in expectation of a clean build tree. ------------------------------------------------------------------------ r164 | airwin | 2008-07-14 16:09:19 -0700 (Mon, 14 Jul 2008) | 2 lines Changed paths: M /trunk/INSTALL New directions based on the new CMake-based build system. ------------------------------------------------------------------------ r163 | airwin | 2008-07-14 15:21:22 -0700 (Mon, 14 Jul 2008) | 11 lines Changed paths: D /trunk/yplot_instructions.i D /trunk/yplotl_instructions.i yplot_instructions.i is not required any more since I am dropping forced portrait mode in favour of simply using the -portrait option to yplot. yplotl_instructions.i is not required any more since its default landscape instructions have already been incorporated into yplot.i. Both files had introductory lines which were related to yorick-1.5.x, but that is not supported any more, and yplot is now built on top of yorick-2.x, instead using the plug-in command. ------------------------------------------------------------------------ r162 | airwin | 2008-07-14 15:16:24 -0700 (Mon, 14 Jul 2008) | 9 lines Changed paths: M /trunk/yplot.i Switch to new plug-in style for Yorick-2. Implement default landscape startup following what was done with soon-to-be-removed yplotl_instructions.i. Call to PLplot's deprecated plParseOpts changed to c_plparseopts to get rid of deprecation warnings. ------------------------------------------------------------------------ r161 | airwin | 2008-07-14 15:10:53 -0700 (Mon, 14 Jul 2008) | 3 lines Changed paths: A /trunk/yplot.i (from /trunk/yplot_body.i:156) D /trunk/yplot_body.i rename yplot_body.i to yplot.i in preparation for new yplot which defaults to landscape mode just like PLplot. ------------------------------------------------------------------------ r160 | airwin | 2008-07-14 15:07:24 -0700 (Mon, 14 Jul 2008) | 2 lines Changed paths: D /trunk/Makefile.build.in D /trunk/configure.ac Remove autoconf-based build system. ------------------------------------------------------------------------ r159 | airwin | 2008-07-14 14:30:36 -0700 (Mon, 14 Jul 2008) | 6 lines Changed paths: A /trunk/main.c This file is copied from Yorick source (play/unix/pmain.c) as a temporary measure to help work around the Debian bug which is caused by stripping /usr/lib/yorick/lib/main.o in error, see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=490597 ------------------------------------------------------------------------ r158 | airwin | 2008-07-14 14:26:39 -0700 (Mon, 14 Jul 2008) | 3 lines Changed paths: M /trunk/pplot.c Change to the more standard PLplot #include style. The new CMake-based build system for yplot handles this #include style with no problem. ------------------------------------------------------------------------ r157 | airwin | 2008-07-14 14:22:08 -0700 (Mon, 14 Jul 2008) | 2 lines Changed paths: A /trunk/CMakeLists.txt A /trunk/cmake A /trunk/cmake/modules A /trunk/cmake/modules/FindPkgConfig.cmake A /trunk/find_Y_SITE.i Initial commit of cmake-based build system for yplot. ------------------------------------------------------------------------ r156 | airwin | 2007-03-25 11:27:20 -0700 (Sun, 25 Mar 2007) | 2 lines Changed paths: M /trunk/www/index.html Enter news item about conversion to subversion.
------------------------------------------------------------------------ r198 | airwin | 2008-08-23 10:42:31 -0700 (Sat, 23 Aug 2008) | 5 lines Changed paths: M /trunk/CMakeLists.txt Serialize yplot.so and 70yplot.i creation so the latter does not interfere with the former for parallel builds. Set up cpack to create source tarballs using "make package_source". ------------------------------------------------------------------------ r197 | airwin | 2008-08-23 09:16:59 -0700 (Sat, 23 Aug 2008) | 6 lines Changed paths: M /trunk/doc/ytut.tex Many spelling tweaks resulting from ispell. Some reorganization and many other tweaks resulting from a critical read-through. ------------------------------------------------------------------------ r196 | airwin | 2008-08-23 09:13:43 -0700 (Sat, 23 Aug 2008) | 2 lines Changed paths: M /trunk/doc/plpoin.i M /trunk/doc/plsym.i Remove Id data since this shows up in the ytut.ps.gz result. ------------------------------------------------------------------------ r195 | airwin | 2008-08-22 10:34:39 -0700 (Fri, 22 Aug 2008) | 3 lines Changed paths: M /trunk/CMakeLists.txt M /trunk/doc/CMakeLists.txt Use EXAMPLES_DIR and DOC_DIR variables (and the existing Y_SITE variable) to specify all install locations. ------------------------------------------------------------------------ r194 | airwin | 2008-08-22 10:10:07 -0700 (Fri, 22 Aug 2008) | 3 lines Changed paths: M /trunk/ANNOUNCE M /trunk/CHANGES M /trunk/DEVICES M /trunk/README M /trunk/www/index.html M /trunk/yplot.lsm Update information in these files in preparation for the forthcoming 1.2.0 release. ------------------------------------------------------------------------ r193 | airwin | 2008-08-19 10:58:54 -0700 (Tue, 19 Aug 2008) | 2 lines Changed paths: M /trunk/doc/x01.i M /trunk/doc/x03.i M /trunk/doc/x04.i M /trunk/doc/x05.i M /trunk/doc/x08.i Delete inappropriate svn:executable property ------------------------------------------------------------------------ r192 | airwin | 2008-08-19 10:46:18 -0700 (Tue, 19 Aug 2008) | 3 lines Changed paths: M /trunk/INSTALL Clarify directions and also prepare for 1.2.0 release by referring to that release, specifically. ------------------------------------------------------------------------ r191 | airwin | 2008-08-18 15:39:21 -0700 (Mon, 18 Aug 2008) | 2 lines Changed paths: M /trunk/doc/CMakeLists.txt A /trunk/doc/Makefile.examples A /trunk/doc/yplot_configure.i.in Install tree examples Makefile and (configured) yplot_configure.i ------------------------------------------------------------------------ r190 | airwin | 2008-08-18 14:43:18 -0700 (Mon, 18 Aug 2008) | 2 lines Changed paths: M /trunk/doc/CMakeLists.txt Install complete set of examples. ------------------------------------------------------------------------ r189 | airwin | 2008-08-18 13:42:36 -0700 (Mon, 18 Aug 2008) | 7 lines Changed paths: M /trunk/doc/CMakeLists.txt Use more appropriate name for *.aux file used for cmp in recursive latex build. Install everything required to re-generate ytut.dvi and ytut.ps.gz from install tree. ------------------------------------------------------------------------ r188 | airwin | 2008-08-18 13:40:11 -0700 (Mon, 18 Aug 2008) | 2 lines Changed paths: M /trunk/CMakeLists.txt set VERSION information that is needed for each release. ------------------------------------------------------------------------ r187 | airwin | 2008-08-18 10:51:35 -0700 (Mon, 18 Aug 2008) | 2 lines Changed paths: M /trunk/doc/CMakeLists.txt Use add_dependencies to straighten out parallel build issue. ------------------------------------------------------------------------ r186 | airwin | 2008-08-18 10:28:38 -0700 (Mon, 18 Aug 2008) | 2 lines Changed paths: M /trunk/doc/CMakeLists.txt DOCUMENTATION_DEPENDS logic fix ------------------------------------------------------------------------ r185 | airwin | 2008-08-18 10:19:22 -0700 (Mon, 18 Aug 2008) | 2 lines Changed paths: M /trunk/doc/CMakeLists.txt Recursive build of ytut.dvi ------------------------------------------------------------------------ r184 | airwin | 2008-08-18 09:58:27 -0700 (Mon, 18 Aug 2008) | 2 lines Changed paths: M /trunk/CMakeLists.txt Get USE_Y_SITE option to work properly by spelling it properly. ------------------------------------------------------------------------ r183 | airwin | 2008-08-17 06:33:31 -0700 (Sun, 17 Aug 2008) | 2 lines Changed paths: M /trunk/doc/CMakeLists.txt Documentation build (not complete, yet). ------------------------------------------------------------------------ r182 | airwin | 2008-08-17 06:32:37 -0700 (Sun, 17 Aug 2008) | 2 lines Changed paths: M /trunk/doc/ytut.tex Document new build and use procedure. ------------------------------------------------------------------------ r181 | airwin | 2008-08-17 06:31:43 -0700 (Sun, 17 Aug 2008) | 2 lines Changed paths: M /trunk/INSTALL Tweak. ------------------------------------------------------------------------ r180 | airwin | 2008-08-15 11:04:31 -0700 (Fri, 15 Aug 2008) | 3 lines Changed paths: M /trunk/doc/x11.i Must autoload yplot (with plparseopts command) before referring to yplot variable DRAW_LINEXY. ------------------------------------------------------------------------ r179 | airwin | 2008-08-13 22:56:44 -0700 (Wed, 13 Aug 2008) | 7 lines Changed paths: A /trunk/doc/CMakeLists.txt Initial commit of CMakeLists.txt file to help build and install the dynamic documentation files. STATUS: Many of the PostScript demo results now build correctly, but there is more work to do to complete this. ------------------------------------------------------------------------ r178 | airwin | 2008-08-13 22:51:19 -0700 (Wed, 13 Aug 2008) | 3 lines Changed paths: M /trunk/CMakeLists.txt Re-indent following emacs cmake mode rules. Install static documentation files. ------------------------------------------------------------------------ r177 | airwin | 2008-08-13 13:06:46 -0700 (Wed, 13 Aug 2008) | 2 lines Changed paths: M /trunk/pplot.c M /trunk/read.c Cleanups to get rid of all warnings other than "may be uninitialized" ------------------------------------------------------------------------ r176 | airwin | 2008-08-13 09:32:58 -0700 (Wed, 13 Aug 2008) | 2 lines Changed paths: D /trunk/.cvsignore D /trunk/doc/.cvsignore D /trunk/www/.cvsignore Remove .cvsignore files which are not needed by svn. ------------------------------------------------------------------------ r175 | airwin | 2008-08-13 09:19:21 -0700 (Wed, 13 Aug 2008) | 5 lines Changed paths: M /trunk/yplot_doc.sh Generate documentation using yorick rather than yplot. No plotting facilities are needed for this task so we should have made this change long since, but the change is now mandatory since yplot no longer exists as a separate executable. ------------------------------------------------------------------------ r174 | airwin | 2008-07-17 13:58:33 -0700 (Thu, 17 Jul 2008) | 3 lines Changed paths: M /trunk/INSTALL Better instructions about how to enable the yorick extension that gets built by "make" and installed by "make install". ------------------------------------------------------------------------ r173 | airwin | 2008-07-17 13:00:40 -0700 (Thu, 17 Jul 2008) | 12 lines Changed paths: M /trunk/CMakeLists.txt Implement USE_Y_SITE option. If that option is turned ON, then the Yorick Y_SITE prefix is used to install the three key files (yplot.so, yplot.i, and 70yplot.i) that implement the yplot extension of yorick. If that option is turned OFF (the default) those three key files are installed using the ${CMAKE_INSTALL_PREFIX}/lib/yorick prefix instead. The advantage of the latter course is you don't have to have access to the root account to install the yplot extension to Yorick (depending on how you have set CMAKE_INSTALL_PREFIX). The disadvantage is you must use Yorick's add_y_home function to add ${CMAKE_INSTALL_PREFIX}/lib/yorick to Yorick's normal Y_SITE to enable the yplot extension of Yorick. ------------------------------------------------------------------------ r172 | airwin | 2008-07-17 12:12:32 -0700 (Thu, 17 Jul 2008) | 3 lines Changed paths: M /trunk/yplot.i Drop all -i options from the command line so they don't mess up the PLplot version of plparseopts. ------------------------------------------------------------------------ r171 | airwin | 2008-07-15 21:30:25 -0700 (Tue, 15 Jul 2008) | 3 lines Changed paths: M /trunk/INSTALL New instructions and comments about the dynamical plug-in mechanism that is now being used to extend yorick with yplot commands. ------------------------------------------------------------------------ r170 | airwin | 2008-07-15 20:05:35 -0700 (Tue, 15 Jul 2008) | 2 lines Changed paths: M /trunk/CMakeLists.txt Get rid of debug output of YPLOT_EXTENSION_FILES_DEPENDS. ------------------------------------------------------------------------ r169 | airwin | 2008-07-15 20:03:05 -0700 (Tue, 15 Jul 2008) | 9 lines Changed paths: M /trunk/CMakeLists.txt A /trunk/create_autoload.py D /trunk/main.c Move from standalone executable to dynamically loaded plug-in. Debian bug workaround not needed for this method so get rid of it as well as main.c (which was required only for the workaround). Implement autoloading (which is needed if you don't want the dynamically loaded plug-in method to be a pain). ------------------------------------------------------------------------ r168 | airwin | 2008-07-15 11:14:00 -0700 (Tue, 15 Jul 2008) | 3 lines Changed paths: M /trunk/CMakeLists.txt Reorganize to do almost everything at run time so that can handle file dependencies properly. ------------------------------------------------------------------------ r167 | airwin | 2008-07-14 16:30:11 -0700 (Mon, 14 Jul 2008) | 3 lines Changed paths: M /trunk/INSTALL Add a note about the equivalence of the new yplot command to the old yplotl command. ------------------------------------------------------------------------ r166 | airwin | 2008-07-14 16:12:57 -0700 (Mon, 14 Jul 2008) | 2 lines Changed paths: M /trunk/doc Empty the svn:ignore property in expectation of a clean source tree. ------------------------------------------------------------------------ r165 | airwin | 2008-07-14 16:11:18 -0700 (Mon, 14 Jul 2008) | 2 lines Changed paths: M /trunk Empty the svn:ignore property in expectation of a clean build tree. ------------------------------------------------------------------------ r164 | airwin | 2008-07-14 16:09:19 -0700 (Mon, 14 Jul 2008) | 2 lines Changed paths: M /trunk/INSTALL New directions based on the new CMake-based build system. ------------------------------------------------------------------------ r163 | airwin | 2008-07-14 15:21:22 -0700 (Mon, 14 Jul 2008) | 11 lines Changed paths: D /trunk/yplot_instructions.i D /trunk/yplotl_instructions.i yplot_instructions.i is not required any more since I am dropping forced portrait mode in favour of simply using the -portrait option to yplot. yplotl_instructions.i is not required any more since its default landscape instructions have already been incorporated into yplot.i. Both files had introductory lines which were related to yorick-1.5.x, but that is not supported any more, and yplot is now built on top of yorick-2.x, instead using the plug-in command. ------------------------------------------------------------------------ r162 | airwin | 2008-07-14 15:16:24 -0700 (Mon, 14 Jul 2008) | 9 lines Changed paths: M /trunk/yplot.i Switch to new plug-in style for Yorick-2. Implement default landscape startup following what was done with soon-to-be-removed yplotl_instructions.i. Call to PLplot's deprecated plParseOpts changed to c_plparseopts to get rid of deprecation warnings. ------------------------------------------------------------------------ r161 | airwin | 2008-07-14 15:10:53 -0700 (Mon, 14 Jul 2008) | 3 lines Changed paths: A /trunk/yplot.i (from /trunk/yplot_body.i:156) D /trunk/yplot_body.i rename yplot_body.i to yplot.i in preparation for new yplot which defaults to landscape mode just like PLplot. ------------------------------------------------------------------------ r160 | airwin | 2008-07-14 15:07:24 -0700 (Mon, 14 Jul 2008) | 2 lines Changed paths: D /trunk/Makefile.build.in D /trunk/configure.ac Remove autoconf-based build system. ------------------------------------------------------------------------ r159 | airwin | 2008-07-14 14:30:36 -0700 (Mon, 14 Jul 2008) | 6 lines Changed paths: A /trunk/main.c This file is copied from Yorick source (play/unix/pmain.c) as a temporary measure to help work around the Debian bug which is caused by stripping /usr/lib/yorick/lib/main.o in error, see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=490597 ------------------------------------------------------------------------ r158 | airwin | 2008-07-14 14:26:39 -0700 (Mon, 14 Jul 2008) | 3 lines Changed paths: M /trunk/pplot.c Change to the more standard PLplot #include style. The new CMake-based build system for yplot handles this #include style with no problem. ------------------------------------------------------------------------ r157 | airwin | 2008-07-14 14:22:08 -0700 (Mon, 14 Jul 2008) | 2 lines Changed paths: A /trunk/CMakeLists.txt A /trunk/cmake A /trunk/cmake/modules A /trunk/cmake/modules/FindPkgConfig.cmake A /trunk/find_Y_SITE.i Initial commit of cmake-based build system for yplot. ------------------------------------------------------------------------ r156 | airwin | 2007-03-25 11:27:20 -0700 (Sun, 25 Mar 2007) | 2 lines Changed paths: M /trunk/www/index.html Enter news item about conversion to subversion.
Be the first person to add a text review.
Copyright © 2010 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?
Thanks for your review!
Get credit for your review by logging in via OpenID. Click your account provider: