$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: pbristow_at_[hidden]
Date: 2008-03-05 11:46:09
Author: pbristow
Date: 2008-03-05 11:46:09 EST (Wed, 05 Mar 2008)
New Revision: 43517
URL: http://svn.boost.org/trac/boost/changeset/43517
Log:
Got poisson distribution to fill right - but a histogram version would be better still. TODO!
Text files modified:
sandbox/math_toolkit/libs/math/doc/sf_and_dist/graphs/dist_graphs.cpp | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
Modified: sandbox/math_toolkit/libs/math/doc/sf_and_dist/graphs/dist_graphs.cpp
==============================================================================
--- sandbox/math_toolkit/libs/math/doc/sf_and_dist/graphs/dist_graphs.cpp (original)
+++ sandbox/math_toolkit/libs/math/doc/sf_and_dist/graphs/dist_graphs.cpp 2008-03-05 11:46:09 EST (Wed, 05 Mar 2008)
@@ -294,7 +294,6 @@
.area_fill(colors[color_index]);
++color_index;
color_index = color_index % (sizeof(colors)/sizeof(colors[0]));
- std::cout << s.line_style() << std::endl; // operator << might be helpful!
}
}
plot.write(file);