Skip to content

Guide positioning issues with multiple colorbars/legend #1235

@cpsievert

Description

@cpsievert

Seems to mostly be a problem when colorbar is attached to a z attribute

subplot(
  plot_ly(z = ~volcano),
  plot_ly(x = 1:10, y = 1:10, color = factor(1:10))
)

subplot(
  plot_ly(z = ~volcano),
  plot_ly(x = 1:10, y = 1:10, color = 1:10)
)

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