![]() |
Home | Libraries | People | FAQ | More |
Copyright © 2007 Jake Voytko
Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
Table of Contents
svg_1d_plot Public Interfacesvg_2d_plot Public Interface![]() |
Note |
|---|---|
These blocks typically go into more detail about an explanation given above. | |
![]() |
Tip |
|---|---|
These blocks contain information that you may find helpful while coding. | |
![]() |
Important |
|---|---|
These contain information that is imperative to understanding a concept. Failure to follow these blocks will likely result in undesired behavior. Read all of these you find. | |
![]() |
Warning |
|---|---|
It is imperative that you follow these. Failure to do so will lead to incorrect, and likely undesired, results in the plot | |
And the first admonishment I will use is as follows:
![]() |
Important |
|---|---|
This is not currently a Boost library. It is a GSoC project whose mentor organization is Boost. | |
The first task when dealing with numerical data is to plot it. Humans have a fantastic capacity for visual understanding, and merely looking at data organized in one, two, or three dimensions allows us to see relations not otherwise visible in a list of numbers. Computers, however, deal with information numerically, and C++ and the STL do not currently offer a way to bridge the gap. This library allows the user to easily plot data stored in STL containers with (hopefully!) minimal intervention.
This project is focused on using STL containers in order to graph data on a one-dimensional and two-dimensional (and if time allows, 3D!) plot. The plot will currently be written in an SVG image, compliant with the standard. The goals of the project are as follows:
svg
class that can be extended to fully support the standard
![]() |
Note |
|---|---|
I have only a student's grasp of C++, so if you have a suggestion to help me with design or implementation, email me at jakevoytko (at) gmail (dot) com | |
Last revised: July 31, 2007 at 01:11:42 GMT |