From: Eric F. <ef...@ha...> - 2012-09-03 02:17:15
|
Michiel, In the 4th comment on https://github.com/matplotlib/matplotlib/issues/786 I give a little example illustrating a macosx bug: it seems that when drawing a path, the linewidth, which is specified in points, is not interpreted correctly unless the figure.dpi has exactly the right value. For a high dpi, as in the example I gave, all lines are too thin, but text is still scaled correctly, and the general layout is correct. Will you be able to take a look? We are trying to get out a release soon, so it would be nice to have this fixed. Thank you. Eric |