-
-
Notifications
You must be signed in to change notification settings - Fork 8.1k
fixed ordering of lightness plots and changed from getting lightness … #5591
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
Conversation
…from CIELAB to CAM02-UCS colorspace
|
Nice can you add the install of colorspacious to our .travis.yml file here We are building the docs on Travis so we need the dependencies there too |
|
Can we use |
|
I haven't done this before — do I just add a line of |
|
Thanks, Adding colorspacious to line 81 should be enough. I.e. it should read: |
|
You can ignore the AppVeyor thing. This is fallout from #5595 |
DOC: fixed ordering of lightness plots
|
@kthyng Thanks! |
DOC: fixed ordering of lightness plots Conflicts in .travis.yml Merged to install maximal number of packages
|
backported to 1.5.0-doc as c234879 |
|
I have another PR (#5611) to address @jenshnielsen suggestion to use colorspacious, etc. |
|
What's the mechanism for updating the documentation on the website? The old inverted image is still being shown on the Choosing Colormaps page. |
|
The dev-docs are built automatically from master every time we push to it and are hosted at http://matplotlib.org/devdocs/users/colormaps.html Updating the main page is a manual process which no one has done yet. We are going to do a 1.5.1 release this week which will include the updated plots. |
|
@tacaswell Thanks, that's good to know |
…from CIELAB to CAM02-UCS colorspace. This is to address issue #3791.