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