SVGChart icon indicating copy to clipboard operation
SVGChart copied to clipboard

Copy Old PPlot Documentation

Open davecom opened this issue 6 years ago • 3 comments

First, check the license and then see if the old documentation can be copied over to this repository.

davecom avatar Jul 03 '19 03:07 davecom

That would be good. I'm trying to set axis limits via:

pplot.mYAxisSetup.SetMax(0.2f);

It compiles , but has no effect. Better Documentation would be great ;-)

phkahler avatar Mar 04 '21 17:03 phkahler

Hi @phkahler,

You can find the existing documentation here: http://pplot.sourceforge.net

It's very possible of course that something is just not working right in this fork. It's alpha quality at best.

David

davecom avatar Mar 05 '21 03:03 davecom

Hi @phkahler,

I added an example program in the Examples directory that shows how to setup the axes.

Best, David

davecom avatar Mar 07 '21 01:03 davecom