The VRT tests fail because of the PyPlot.jl upgrade to Matplotlib 2.0.
Ok, so I've run the VRT tests locally today and I have found basically two issues for pyplot/matplotlib2:
The colorbar labels are cropped, as can be seen in the following pictures:





Should I create a seperate issue for this?
(probably minor) The display of line styles (dot, dashdot, ...) has changed:

I don't know, if this is a big issue, but in the legend the dashed and dashdotted lines cannot really be identified as such.
cc: @mkborregaard
I've also run into some problems with GR:
Images are displayed transposed. This is probably already known via https://github.com/JuliaPlots/Plots.jl/issues/432

The custom marker shapes are weirdly stretched:

Colorbars are not shown:


In general you should accept the current image unless there's been a
regression. So if it used to be an issue and it's still an issue, no
problem.
On Thu, Mar 16, 2017 at 6:32 PM Daniel Schwabeneder <
[email protected]> wrote:
I've also run into some problems with GR:
1.
Images are displayed transposed. This is probably already known via
#432 https://github.com/JuliaPlots/Plots.jl/issues/432
[image: 6_images]
https://cloud.githubusercontent.com/assets/16589944/24020427/68354150-0a9c-11e7-9f27-57f69bc584e0.png
2.The custom marker shapes are weirdly stretched:
[image: 21_custom_markers]
https://cloud.githubusercontent.com/assets/16589944/24020824/259b7510-0a9e-11e7-80e7-1e6a4d803372.png
3.Colorbars are not shown:
[image: 24_3d]
https://cloud.githubusercontent.com/assets/16589944/24020916/96447dd4-0a9e-11e7-873b-3c8084d755bd.png
[image: 28_heatmap]
https://cloud.githubusercontent.com/assets/16589944/24020928/a449b57a-0a9e-11e7-98ae-d5b4ff47020d.png—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/JuliaPlots/Plots.jl/issues/670#issuecomment-287211233,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AA492hn3UkLkPF6k5_wwKu3R8LsaouwOks5rmbh9gaJpZM4L4QN9
.
As far as I can see there is a regression on all these examples?
Here is my suggestion (needs to be confirmed by @tbreloff as this is just my naive take on it):
Oh and nice work!
OK, of course I will wait for @tbreloff 's advice/confirmation.
In my opinion your suggestions sound very reasonable!
In the meantime I have already found an issue related to the color bar clipping (https://github.com/JuliaPlots/Plots.jl/issues/603). However, I guess this is more general and unrelated to matplotlib2, so I suppose I should still open a new issue?
Not sure, I have a feeling it's the same issue, really.
@tbreloff should @daschw go ahead with the actions I suggested? Or - is it important that all tests pass for the 0.6 transition?
Not sure if this will affect future actions, but I recently submitted PR https://github.com/JuliaPlots/Plots.jl/pull/740.
If it gets merged, all outputs will be shifted a bit:
These changes were necessary to control dpi in a meaningful/intuitive fashion.
Backend maintainers will probably want to re-tweak their outputs to match these re-definitions.
Of course, these changes will affect the pyplot() and gr() outputs as well.
The GR color bar issue is fixed :-) https://github.com/JuliaPlots/Plots.jl/pull/754
It's so weird, though
But not a big problem, agreed. You should probably just accept the image.