Menu

Home

Artur Glavic
Project Admins:

Welcome

Plot.py Logo

to the Wiki of my software project plot.py.

This Wiki is intended to help you with the usage of this program, problems with the installation and to post Bugs or ideas for new features. Please help me with your feedback and by posting information in this wiki, so others can benefit from your knowledge, too. To make any changes here, you will have to register as a user.

You can add content and links to new Wiki pages on any page (except this one).

What is this project?

The Plot.py project tries to supply an easy to use measurement data visualization and treatment framework being easy to use while keeping the freedom for advanced users to execute additional data treatment algorithms. The program is build on a object oriented modular basis to provide the possibility of including new data types very easily.

The main pillars to achieve this goal are a physical property data type implementation, array based data analysis and data plotting functionality. The data analysis is mostly build on the python standards numpy and scipy which gives a large variety of easy to use functions. The interpreter language python provides the possibility for interactive code evaluation. The data model is a numpy ndarray derived class connecting dimension and unit as well as error values with the data. This allows e.g. automatic error propagation, making user defined data treatment even easier. Last but not least the visualization is made using the popular gnuplot software. This can give users full control to add custom design to their plots.

Important Pages

[Installation instructions]
[Usage]
[Troubleshooting]
[FAQ]

Downloads

Version info etc.

The Plot.py software is distributed under the GNU General Public License (v3) and thus free to redistribute and change for your own purpose. If you like to acknowledge the effort put into the software you can [cite] it in your publication/thesis.

Development Profiling

PyVmMonitor is being used to support the development of this project: http://pyvmmonitor.com


Related

Wiki: FAQ
Wiki: Installation instructions
Wiki: Troubleshooting
Wiki: Usage