Friday, March 14, 2014

Python libraries


Long time no c ... :)  I know.
lets get back to business.
I have had interesting issues with my python scripting . thought of sharing one of them.
I was asked to create a plot for application performance comparison across multiple platforms. this turned out to be a tricky one as I hardly worked on graphs.

To my surprise, i found an easy and interesting library for this.

matplotlib.pyplot

amazing tool. very user friendly. here is the link to the same with few examples.

http://matplotlib.org/index.html

happy scripting :)