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

add_{hline,vline,hrect,vrect} and add_{shape,image,annotation} to multiple facets, squashed #2840

Merged
merged 8 commits into from
Oct 22, 2020

Commits on Oct 16, 2020

  1. Configuration menu
    Copy the full SHA
    ad54177 View commit details
    Browse the repository at this point in the history
  2. Remove mystery file

    nicholas-esterer committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    a7d95be View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. Removed dash link

    nicholas-esterer committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    6a86381 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

  1. Configuration menu
    Copy the full SHA
    be7eb0f View commit details
    Browse the repository at this point in the history
  2. Improved domain referenced objects docs

    In particular, added example for layout images, showing how their
    position can reference an axis domain.
    nicholas-esterer committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    0c5126c View commit details
    Browse the repository at this point in the history
  3. _add_annotation_like now accepts exclude_empty_subplots argument

    but this has broken all of the tests.
    nicholas-esterer committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    00eca47 View commit details
    Browse the repository at this point in the history
  4. exclude_empty_subplots for add_{shape,annotation,layout_image,trace}

    These will by default add their respective graph object to all subplots
    but if exclude_empty_subplots is True, they will only add the graph
    object to those subplots that already have traces on them.
    nicholas-esterer committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    9cc5777 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. python2 syntax fix

    nicholas-esterer committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    e2f18b1 View commit details
    Browse the repository at this point in the history