Skip to content

Bokeh ColumnDataSource from user input #951

Open
@ahartikainen

Description

@ahartikainen

To enable linked brushing, we need an option for a user to input ColumnDataSource object which contains the needed data. This will also enable to combine different plot types.

We need to be explicit what different kinds of ColumnDataSources we need. At least we have

  • mcmc sample
  • density (from mcmc sample)
  • observed (no chain, draw)

Ideally we would like to have some default fields for good hover tooltip. (Like information for draw, chain, variable name(?); dims + coords)

https://docs.bokeh.org/en/1.4.0/docs/reference/models/sources.html

https://docs.bokeh.org/en/1.4.0/docs/user_guide/data.html

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