-
-
Notifications
You must be signed in to change notification settings - Fork 79
Closed
Description
Perhaps this is redundant as it may be stemming from issues similar to #118 #114 but I wanted to mention it in case it is not. When I create a subplot and then try to edit it using the functionality outlined in docs, this does not work. It used to work on Julia 0.6.4 (and still works on that version).
simple example
a1 = plot(1:10)
b1 = plot(10:-1:1)
p = [a1;b1]
p.plot.layout["showlegend"] =false;
still shows the legend.
Using Julia v1.1 on Windows 64 & PlotlyJS v0.12.3
Metadata
Metadata
Assignees
Labels
No labels