From: <hez...@us...> - 2010-04-16 22:35:58
|
Revision: 10917 http://plplot.svn.sourceforge.net/plplot/?rev=10917&view=rev Author: hezekiahcarty Date: 2010-04-16 22:35:52 +0000 (Fri, 16 Apr 2010) Log Message: ----------- Update README.release for axis labeling and unverisal transform Modified Paths: -------------- trunk/README.release Modified: trunk/README.release =================================================================== --- trunk/README.release 2010-04-16 22:34:38 UTC (rev 10916) +++ trunk/README.release 2010-04-16 22:35:52 UTC (rev 10917) @@ -163,6 +163,8 @@ 1.1 Make PLplot aware of LC_NUMERIC locale 1.2 Linear gradients have been implemented 1.3 Cairo Windows driver implemented +1.4 Custom axis labeling implemented +1.5 Universal coordinate transform implemented 2. Changes relative to PLplot 5.8.0 (the previous stable release) @@ -206,6 +208,8 @@ 2.36 Make PLplot aware of LC_NUMERIC locale 2.37 Linear gradients have been implemented 2.38 Cairo Windows driver implemented +2.39 Custom axis labeling implemented +2.40 Universal coordinate transform implemented 0. Tests made for release 5.9.6 @@ -349,6 +353,21 @@ interactive cairo driver for Windows similar to xcairo on Linux. Work to improve its functionality is ongoing. +1.4 Custom axis labeling implemented + +Axis text labels can now be customized using the new plslabelfunc function. +This allows a user to specify what text should be draw at a given position +along a plot axis. Example 19 has been updated to illustrate this function's +use through labeling geographic coordinates in degrees North, South, East and +West. + +1.5 Universal coordinate transform implemented + +A custom coordinate transformation function can be set using plstransform. +This transformation function affects all subsequent plot function calls which +work with plot window coordinates. Testing and refinement of this support is +ongoing. + 2. Changes relative to PLplot 5.8.0 (the previous stable release) 2.1 All autotools-related files have now been removed @@ -915,3 +934,18 @@ interactive cairo driver for Windows similar to xcairo on Linux. Work to improve its functionality is ongoing. +2.39 Custom axis labeling implemented + +Axis text labels can now be customized using the new plslabelfunc function. +This allows a user to specify what text should be draw at a given position +along a plot axis. Example 19 has been updated to illustrate this function's +use through labeling geographic coordinates in degrees North, South, East and +West. + +2.40 Universal coordinate transform implemented + +A custom coordinate transformation function can be set using plstransform. +This transformation function affects all subsequent plot function calls which +work with plot window coordinates. Testing and refinement of this support is +ongoing. + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |