-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Which image formats to build in docs. #6835
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The discussion on #5677 noted that the backport needed to await checking of the svg results. My first random check, http://matplotlib.org/devdocs/examples/lines_bars_and_markers/scatter_with_legend.html, shows a problem. Notice that the legend is plotting the symbol twice with slightly different sizes in the svg, but not in the png. Overall, at this point I suspect that switching to svg is just going to make more work and degraded performance. The only benefit is sharper plots in the web page, compared to the present png. |
On the axisartist page, several axis lines appear to be too thick. This may be an SVG renderer issue. For example, see SVG vs. PNG where the left line appears correct, but the right line is a bit thicker. |
The pcolor images have that unfortunate edge thing that shows up in PDFs, which I don't think is a great thing to show by default. |
On 2016/07/25 10:39 PM, Jens Hedegaard Nielsen wrote:
I think the answer is a clear "No!" I'm inclined to recommend reverting |
Implemented in #6862 |
When I did #6823 and changed the dpi I did not remember that we had merged #5677
which changed the default HTML docs to build svg examples rather than pdf examples. Apparently #5677 was not backported to 2.x
There are several questions.
The text was updated successfully, but these errors were encountered: