Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Matplotlib is a good way to plot results from Python. One issue however, is that anyone you share your code with will also need to install it. You'll need to pick the installer depending on your Python version. Use the following commands to check your Python version:

import sys
print sys.version

You can download Matplotlib from here. Here is a brief tutorial.

Personally, I prefer to write my results to a CSV file, and then use a custom made excel workbook (with macros) to import and graph those CSV results. This makes it easier to edit your graphs for a report.