Elan Ernest

Results 33 comments of Elan Ernest

pdfSam: Blured hatching ![image](https://user-images.githubusercontent.com/23121882/46347228-1a3f4100-c64b-11e8-985b-95c82ef2f4d6.png) Adobe Acrobat: No hatching at all ![image](https://user-images.githubusercontent.com/23121882/46347264-422ea480-c64b-11e8-9d09-0a9c6b999d79.png) SumatraPDF: No hatching + some white lines ![image](https://user-images.githubusercontent.com/23121882/46347337-786c2400-c64b-11e8-895e-13caab845f6c.png) Strikingly, the shared *hatch_demo-PDF-1.5.pdf* looks perfect in all tested pdf viewers...

I see, that means that it's not enough to just change the version, but to convert it to svg first and then save to pdf again. (Did you try with...

Good to know that it doesn't depend on the pdf version. It means that this is purely a problem of the pdf backend. For a workaround one can indeed use...

I think there is a fundamental difference between macOS and the rest of the world (or between HighDPI and high dpi). Macs may scale the dpi, effectively showing the application...

Reopening, because this is surely a desireable feature, given that matplotlib goes through all the trouble of using different dpi values on different levels, but apparently only mac users will...

Just to be clear, spyder does not change any matplotlib variables. The issue for spyder being mentionned in this thread is because their interface is based on QT as well,...

As commented here, one can turn the use of tex off for the `ScalarFormatter` such that the set font is used for the labels as well. ax.xaxis.get_major_formatter()._usetex = False ax.yaxis.get_major_formatter()._usetex...

The ticklabels do use tex, because `text.usetex=True` is set. But they are not rendered in math mode (i.e. the `$` are removed). Hence they use the same font used by...

In this issue, there is no math mode text used. Hence this would solve this issue.

@StevenLi-DS Concerning the error one would need a verifiable example. If it persists, please open a new issue (and fill in the complete form). Reopening this, because this is a...