JuliaPlots / Plots.jl

Powerful convenience for Julia visualizations and data analysis
https://docs.juliaplots.org
Other
1.84k stars 358 forks source link

The overlapping colorbars when plotting subplots. (PlotlyJS backend) #694

Open bluehope opened 7 years ago

bluehope commented 7 years ago

Vz_i, Vy_i , Vx_i are 2-d matries. The colorbars are overlapped as below. (PlotlyJS backend)

screenshot 2017-02-22 13 36 15

Would there be any workaround for this problem? It would be nice to have colorbar separately for each subplots.

Thanks

mkborregaard commented 7 years ago

This is backend-specific. gr will not give you a colorscale at all. plotlyjs has an issue with always showing the colorscale. pyplot will give you what you are requesting.