Re: [matplotlib-devel] Misalignment imshow vs. grid lines

2012-10-30 Thread Maciek Dems
e(n+1), np.arange(n+1), Z, cmap='gray', vmin=0) plt.xticks(np.arange(n)) plt.yticks(np.arange(n)) plt.grid(ls='solid') plt.show() The results (some manual zooming) are attached and also available here: http://dems.art.pl/files/imshow.png http://dems

Re: [matplotlib-devel] Patch: more Pythonic rc handling

2012-07-11 Thread Maciek Dems
Dnia wtorek, 10 lipca 2012 21:32:40 Maciek Dems pisze: > In the attachment I include a path to the current git main repo, which > enables this way of handling RC properties. I would appreciate very much if > they were reviewed and included in the next release of Matplotlib (the >

[matplotlib-devel] Patch: more Pythonic rc handling

2012-07-10 Thread Maciek Dems
properties. I would appreciate very much if they were reviewed and included in the next release of Matplotlib (the patch is not particularly large). Best regrds, Maciek -- Maciek Dems http://dems.art.pl/>From a829a9d17f9c302e44309219b29855c9bafdacbd Mon Sep 17 00: