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
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
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: