| 342 | --------------------------------------------------------------------------------------------------- |
| 343 | == Boost.Plot == |
| 344 | * '''Author(s):''' Jacob Voytko & Paul A. Bristow |
| 345 | * '''Version:''' v0 |
| 346 | * '''State:''' Under development, especially documentation, but usable. |
| 347 | * '''Last upload:''' Jan 2009 |
| 348 | * '''Links:''' [https://svn.boost.org/svn/boost/sandbox/SOC/2007/visualization Boost Plot] |
| 349 | * '''Description:''' Provides a way of plotting simple 1 and 2D graphs in Scalable Vector Graphic (svg) format directly from C++ code. The graphs are high quality when displayed on a wide variety of display sizes, from mobile phone to big screen, or when printed, but the graph files are tiny and fast enough to be done in near real-time. Fine control of appearance is provided in C++ (but with defaults and optional scaling of axes) so graphs can be produced in a very few lines of code. Current documentation is a mess but Very much improved documentation is nearly complete using Doxygen: meanwhile there are lots of examples. |