boomslang is a thin layer over matplotlib that simplifies creation of common plots.
Developer comments
I created Boomslang to decrease the amount of boilerplate code I had to write when producing graphs for research papers. Boomslang treats data and plots separately and encapsulates them both in objects, giving the programmer the ability to author modular, re-usable graphing code.
Getting Started
To get started, check out the GettingStarted wiki page. To see some examples of Boomslang in action, check out Examples.
Staying Up-To-Date
Users of Boomslang are encouraged to subscribe to the boomslang-users mailing list (http://groups.google.com/group/boomslang-users). Feature suggestions and bugs can be filed using the Issues tab above.
Product's homepage
Requirements:
· Python