File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed
Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,9 @@ Please see : http://colormap.readthedocs.io/ for an up-to-date documentation.
1717.. image :: https://static.pepy.tech/personalized-badge/colormap?period=month&units=international_system&left_color=black&right_color=orange&left_text=Downloads
1818 :target: https://pepy.tech/project/colormap
1919
20+ .. image :: http://readthedocs.org/projects/colormap/badge/?version=main
21+ :target: http://colormap.readthedocs.org/en/latest/?badge=main
22+ :alt: Documentation Status
2023
2124
2225
Original file line number Diff line number Diff line change @@ -148,6 +148,18 @@ visualise colormaps
148148 >>> plot_category(' qualitative' )
149149
150150
151+ Visualise existing colormap
152+ -----------------------------
153+
154+ .. plot ::
155+ :include-source:
156+ :width: 80%
157+
158+ >>> from colormap import plot_colormap,
159+ >>> plot_colormap(" viridis" )
160+
161+
162+
151163
152164Create a linear colormap
153165-------------------------------
Original file line number Diff line number Diff line change @@ -48,8 +48,8 @@ matplotlib = [
4848 {version = " ^3" , python =" <3.12" },
4949]
5050numpy = [
51- {version = " ^2" , python =" ^3.9 " },
52- {version = " <2," , python =" <=3.9 " }
51+ {version = " ^2" , python =" ^3.10 " },
52+ {version = " <2," , python =" <3.10 " }
5353]
5454importlib_resources = [
5555 {version = " >6" , python =" >=3.9,<=3.10" }
You can’t perform that action at this time.
0 commit comments