stip / svg_plot

Plot data in SVG format using C++ library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

svg_plot

Plot data in SVG format using C++ library.

With just a few lines of C++ code, the SVG_plot C++ library allows plotting of data (held in STL containers like vector and map), to be output as Scalable Vector Graphic files that can be viewed by all modern browsers.

1D, 2D and Boxplots can be produced, and there are a myriad of options to control appearance.

The plots are very high quality and can be expanded without loss of quality (no pixelation!) but are tiny, (compared to a Microsoft Excel plot, for example) and are easily and highly compressible, making them suitable for real-time transmission and update.

The SVG_plot project was originally written by Jake Voytko in 2007 as a Boost-sponsored Google Summer of Code project in 2007. It has been maintained and enhanced since then in Boost Sandbox, but is judged unsuitable for a Boost Library, so now being made more widely available here.

Version 2 adds representation of uncertainty estimates as numbers and zones.

Boost License.

About

Plot data in SVG format using C++ library.

License:Boost Software License 1.0


Languages

Language:C++ 99.8%Language:Batchfile 0.2%Language:HTML 0.0%Language:CSS 0.0%