Welcome to project Plotmeister!
Plotmeister is a collection of tools to plot all your ASCII data that you want to plot.
Plotmeister, WTF?
In short:
- a data parser,
- a data plotter,
- and a data visualizer.
Why and when should I care?
- You have a text data in different formats and you want to extract some values, e.g., you want to plot some access statistics of your Apache web server.
- Plotmeister contains a data parser that YOU can easily customize to parse YOUR data. Thus, you don't have to write yet another parser every time you want to plot something.
- The Plotmeister tools are chainable, i.e., you can modify your original data and perform some computation on the data. This is pretty neat when you want to embed parsing and plotting data in some script, or in a make process.
