Version 0 of Plots and charts

Updated 2004-02-12 10:22:29

Arjen Markus (12 february 2004)

On the basis of the script I presented at A simple slipchart, I have worked out a small library for inclusion in Tklib.

The library provides simple plotting and charting facilities:

  • XY-plots
  • Stripcharts
  • Polar plots
  • Isometric plots (useful for small-scale geographic maps or drawings)
  • Barcharts (horizontal and vertical bars)
  • Timecharts (for timeschedules for instance)
  • Piecharts

The code is a bit large for the Wiki - some 2000 lines including the comments.

So: until it is nicely incorporated in Tklib, just let me know and I will send it to you.


[ Category Graphics ]