What steps will reproduce the problem?
- Not applicable
What is the expected output? What do you see instead?
- Not applicable.
What version of the product are you using? On what operating system?
- Gentoo Linux amd64, 2.6.31
Please provide any additional information below.
- I checked out head from svn today (03 Dec 2009) and am finding this code
very useful. After going through the code, I find that all plot functions
use templates for storing data variable; however the [] operator used to
access individual data elements restricts templates to those containers
that define the [] operator (such as std::vector). It might be more useful
if elements are accessed using iterators instead as it will allow use of
greater range of containers.