Skip to content

Plot brushing API in Express #993

Open
@gshotwell

Description

@gshotwell

Currently the brush options are defined in ui.output_plot() so it doesn't seem like plot brushing can be used in Express.

 ui.output_plot("plot1", click=True, dblclick=True, hover=True, brush=True)
 

Maybe we should pass these options through @render.plot() instead so they work in express.

Related to #975.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions