plotly / Plotly.jl

A Julia interface to the plot.ly plotting library and cloud services
Other
96 stars 15 forks source link

'link' attribute doesn't seem to work (julia 0.6) #35

Closed ko56 closed 7 years ago

ko56 commented 7 years ago

using Plots plotly() scatter(rand(10,6), layout=(3,2), link=:all)

The y axes are not identical.

It does work with pyplot().

sglyon commented 7 years ago

This appears to be a problem with Plots.jl

I would recommend posting over there.