Closed ko56 closed 7 years ago
using Plots plotly() scatter(rand(10,6), layout=(3,2), link=:all)
It does work with pyplot().
This appears to be a problem with Plots.jl
I would recommend posting over there.
using Plots plotly() scatter(rand(10,6), layout=(3,2), link=:all)
The y axes are not identical.
It does work with pyplot().