Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go.Figure.set_subplots #2866

Merged
merged 5 commits into from
Nov 5, 2020
Merged

go.Figure.set_subplots #2866

merged 5 commits into from
Nov 5, 2020

Commits on Oct 30, 2020

  1. go.Figure now has set_subplots

    Calling `fig.set_subplots(2,3)` works just like fig=make_subplots(2,3).
    Also accepts the same keywords arguments as make_subplots. Fails if fig
    already has subplots.
    
    Tests still need to be added.
    nicholas-esterer committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    9d350bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c006c1f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a62225a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8e23c4 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2020

  1. Configuration menu
    Copy the full SHA
    1816695 View commit details
    Browse the repository at this point in the history