Skip to content

Workflow for displaying multiple small graphs in notebook with expansion/details on click #393

@cailiang9

Description

@cailiang9

For example: assume each row can show 3 figures (maybe we can also adjust the number for very big displays), the output could be like:

fig0 fig1 fig2
fig3 fig4 fig5
fig6 ...

when we click a figure, it can expand to 100% in width.

This is very important for dense experiment work, such as CNN (Deep learning). We can plot neuron weights for many neurons (a heatmap for each neuron) easily. And we don't lose global views.

We don't use subplot because it needs to determine the numbers first and we need to hold the handle of a panel. (We don't like too much intrusive code in the framework for assist purpose)

Do you think it can be integrated?

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