Boost logo

Boost-Commit :

From: pbristow_at_[hidden]
Date: 2008-05-24 12:20:44


Author: pbristow
Date: 2008-05-24 12:20:43 EDT (Sat, 24 May 2008)
New Revision: 45713
URL: http://svn.boost.org/trac/boost/changeset/45713

Log:
Revised for major update of 1D, 2D and Boxplot
Text files modified:
   sandbox/SOC/2007/visualization/boost/svg_plot/show_2d_settings.hpp | 4 ++++
   1 files changed, 4 insertions(+), 0 deletions(-)

Modified: sandbox/SOC/2007/visualization/boost/svg_plot/show_2d_settings.hpp
==============================================================================
--- sandbox/SOC/2007/visualization/boost/svg_plot/show_2d_settings.hpp (original)
+++ sandbox/SOC/2007/visualization/boost/svg_plot/show_2d_settings.hpp 2008-05-24 12:20:43 EDT (Sat, 24 May 2008)
@@ -226,6 +226,10 @@
 
   cout << "x_max " << plot.x_max() << endl;
   cout << "x_min " << plot.x_min() << endl;
+ cout << "x_autoscale " << plot.x_autoscale() << endl;
+ cout << "y_autoscale " << plot.y_autoscale() << endl;
+ cout << "xy_autoscale " << plot.xy_autoscale() << endl;
+ cout << "x_autoscale_check_limits " << plot.autoscale_check_limits() << endl;
 
   cout << "x_axis_on " << plot.x_axis_on() << endl;
   cout << "x_axis_color() " << plot.x_axis_color() << endl;


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk