Boost logo

Boost :

Subject: Re: [boost] [time series] What happened to this library?
From: Max (loadcom_at_[hidden])
Date: 2009-02-05 00:25:56


>
> Well not directly - *Users of data*, including time_series data may like
to
> be able to *plot* their data.
>
> If data is in a STL container convertible to double, say
>
> multimap <double, double> values;
>
> Then something like
>
> svg_1d_plot my_plot;
>
> my_plot.title("My Stuff").autoscale(true);
>
> myplot.plot(values, "My series");
>
> myplot.write("myplot.svg");
>
> should give you a neatish graph.
>

Sounds interesting.

B/Rgds
Max


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk