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

Fix ColorScale presentation when specified as string #1089

Merged

Commits on Aug 3, 2018

  1. Added tests for colorscales specified as a string

    Added tests checking that a colorscale specified as a string is returned correctly. Previously it had been returned as a tuple of 1-tuples. e.g. "Viridis" -> (('V',), ('i',), ('r',), ('i',), ('d',), ('i',), ('s',)). Catches plotly#1087.
    ivirshup committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    66b6782 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5aff631 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2018

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