Re: [matplotlib-devel] Incorporating TikZ into Matplotlib

2015-05-13 Thread Benjamin Reedlunn
har <mistersh...@gmail.com> wrote:Do you have the code that you used to draw the arrowhead?  I'm up to date now on the development workflow (http://matplotlib.org/devel/gitwash/development_workflow.html), so I'm ready to start working.Thanks,NeilOn Wed, May 13, 2015 at 9:10 PM, Benjamin

Re: [matplotlib-devel] Produce text runs in the postscript backend

2015-02-19 Thread Benjamin Reedlunn
I am in favor of such a change. I also have rcParams['pdf.fonttype'] = 42, so I can use Adobe Illustrator to tweak my mpl generated plots. Changing a word in Illustrator becomes quite a pain when every glyph is a separate text box. -Ben Reedlunn On Feb 18, 2015, at 8:52 AM, Eric Moore wrote

[matplotlib-devel] bbox images move when figure is saved to pdf

2015-01-20 Thread Benjamin Reedlunn
I wondered if someone could take a look at Issue #3918 (https://github.com/matplotlib/matplotlib/issues/3918). As you can see in my last two posts, everything works fine if I have one bbox image or if I don't save as a pdf. However, if I have two bbox images, the images move when I save as a

[matplotlib-devel] Code Review Request

2014-04-18 Thread Benjamin Reedlunn
tcaswell suggested (https://github.com/matplotlib/matplotlib/issues/2972) I put together this example when I realized the difference between interpolation = 'none' and interpolation = 'nearest' in imshow(). The docstring for imshow() mentions this difference, but pictures are worth a thousand w