Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Image options #5469
Conversation
tacaswell
added the
needs_review
label
Nov 12, 2015
mdboom
added this to the
proposed next point release (2.1)
milestone
Nov 18, 2015
|
Only suggestion would be to filter out the |
tacaswell
added needs_revision and removed needs_review
labels
Nov 24, 2015
|
Is there a generic way to get the reverse of a colormap? The current colormap could be a user-defined one, in which case it needs to be available in the combobox, but then the user may pick to use its reversed form instead, in which case I need to generate that colormap on the fly. |
|
There was some discussion of adding such a method, but I don't think it went anywhere. In If the checkbox is going to take more than 15min, I would say skip it for this PR. |
|
I'd say it will :-) (specifically for this part, the rest is not that hard) |
|
Kindly bumping the issue. (If there's no easy way to reverse a cmap I'll skip that functionality for now.) |
|
Seems fine, but this needs a rebase on current master. |
|
Done (with no rebase conflict). |
mdboom
added a commit
that referenced
this pull request
Dec 16, 2015
|
|
mdboom |
590f042
|
anntzer commentedNov 12, 2015
This patch allows the user to interactively set an image's colormap from the "axes and lines (and now images) parameters editor" (in the Qt backend).
Colormaps are listed from those registered with matplotlib.cm. Colorbars seem to be handled properly.
Note: this patch builds onto my previous PR, #5342 (also involving the options editor). If #5342 gets rejected I will split out the specifics of this PR.