Re: [Matplotlib-users] Linewidths in data space?

2013-04-15 Thread Michael Wimmer
an issue ticket for this? (Patches welcome, > too, of course, and I can provide pointers if you want to take this on > yourself...) > > Mike > > On 04/12/2013 05:34 AM, Michael Wimmer wrote: >> I have a collection of Patches and Lines that have their coordinates in >> d

[Matplotlib-users] Linewidths in data space?

2013-04-12 Thread Michael Wimmer
I have a collection of Patches and Lines that have their coordinates in data space, i.e. like in the following example: import matplotlib.pyplot as plt import matplotlib.patches as mpatches import matplotlib.collections as mcollections import matplotlib.lines as mlines fig = plt.figure() ax = fi