Re: [Matplotlib-users] distribution plots

2011-09-10 Thread Eric Firing
On 09/10/2011 07:57 PM, xyz wrote: > Hello, > How is it possible to paint this kind graph > http://pcp.oxfordjournals.org/content/52/2/274 with Matplotlib? Your link leads to a journal abstract, not to a graph. There are several figures in the paper. It looks like any of them could be made wit

[Matplotlib-users] distribution plots

2011-09-10 Thread xyz
Hello, How is it possible to paint this kind graph http://pcp.oxfordjournals.org/content/52/2/274 with Matplotlib? Thank you in advance. Cheers, Michal -- Using storage to extend the benefits of virtualization and iSCS

[Matplotlib-users] subplot with dict

2011-09-10 Thread xyz
Hello, I do not know how to extract coordinates from a dict in order to paint all three graphs: from pprint import pprint import matplotlib.pyplot as plt fig = plt.figure() data = {}# dict could contains more date, depends from the user input #d1, d2, d3, are labels data['d1'] = {1:2,2: