Skip to content

Subplot layout editing issues #277

@ezgikurt

Description

@ezgikurt

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions