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

Make colormap handling consistent and allow discrete mapping #2483

Merged
merged 25 commits into from
Mar 29, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
3457908
Add function to list available colormaps
philippjfr Mar 24, 2018
efdde38
Add option for symmetric colorscale
philippjfr Mar 24, 2018
4ea5b5a
Added option to control color_levels
philippjfr Mar 24, 2018
4f0a03e
Add support for explicit cmap dictionary in mpl
philippjfr Mar 25, 2018
811ff06
Small bug fix for bokeh function palettes
philippjfr Mar 25, 2018
c9f1ece
Defined HTML colors in HoloViews
philippjfr Mar 25, 2018
aa55697
Add support for interpolating bokeh colormaps
philippjfr Mar 25, 2018
13587c8
Added Styling_Plots user guide
philippjfr Mar 25, 2018
bd7adbb
Cleaned up flakes
philippjfr Mar 25, 2018
33bb211
Cleaned up colormap handling and added colorcet
philippjfr Mar 27, 2018
922b83b
Deleted HTML_COLORS (only require MPL_COLORS)
philippjfr Mar 27, 2018
0a69d52
Backward compatibility changes
philippjfr Mar 27, 2018
b3c0fef
Updated unit test
philippjfr Mar 27, 2018
48bcd7c
Registered transparent nan color alias and made it Image/QuadMesh def…
philippjfr Mar 27, 2018
b0cbc08
Use COLOR_ALIASES consistently in bokeh
philippjfr Mar 28, 2018
a68cc8b
Revised Styling_Plots user guide
philippjfr Mar 28, 2018
5cc3637
Extended default cycle
philippjfr Mar 28, 2018
83b2736
Fix for inverted bokeh colormaps and matplotlib Colormap instances
philippjfr Mar 28, 2018
073c1bc
Do not include colorcet colormaps in matplotlib list
philippjfr Mar 28, 2018
3968a35
Made categorical colormapping equivalent in matplotlib
philippjfr Mar 28, 2018
15ba1aa
Further work on bokeh/mpl colormapping consistency and unit tests
philippjfr Mar 28, 2018
4582996
Added ColorbarPlot tests
philippjfr Mar 28, 2018
7de20cb
Fixed flakes
philippjfr Mar 28, 2018
52e6e21
Made a pass through Styling_Plots.ipynb
jbednar Mar 28, 2018
637e46b
Removed deprecated colormaps from lists
jbednar Mar 28, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions doc/user_guide/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ These guides provide detail about specific additional features in HoloViews:
* `Installing and Configuring HoloViews <Installing_and_Configuring.html>`_
Additional information about installation and configuration options.

* `Styling Plots <Styling_Plots.html>`_
How to control common styling options including color/style cycles and colormapping.

* `Plotting with Bokeh <Plotting_with_Bokeh.html>`_
Styling options and unique `Bokeh <bokeh.pydata.org>`_ features such as plot tools and using bokeh models directly.

Expand Down Expand Up @@ -119,6 +122,7 @@ These guides provide detail about specific additional features in HoloViews:
Working with large data <Large_Data>
Working with streaming data <Streaming_Data>
Creating interactive dashboards <Dashboards>
Styling Plots <Styling_Plots>
Plotting with Bokeh <Plotting_with_Bokeh>
Deploying Bokeh Apps <Deploying_Bokeh_Apps>
Plotting with matplotlib <Plotting_with_Matplotlib>
Expand Down
Loading