Continuous Colourmap Fuction
Install
pip install continuous_cmap
How to use
Simple paired colors and splits to generate a continuous colourmap.
hex_list = ['#2AA364', '#F5EB4D', '#9E4229', '#381D02', '#381D02', '#381D02']
float_list=[0, 0.15, .6,.75,.8,1]
cmap_1000 = get_continuous_cmap(hex_list = hex_list, float_list = float_list)
cmap_1000
hex_list = ['#2AA364', '#F5EB4D', '#9E4229', '#381D02', '#381D02']
float_list=[0, 0.65, .75,.8,1]
cmap_1000 = get_continuous_cmap(hex_list = hex_list, float_list = float_list)
cmap_1000
Release files for continuous-cmap 0.0.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| continuous_cmap-0.0.6.tar.gz | 7.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| continuous_cmap-0.0.6-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 15.3 kB
Release files / continuous_cmap-0.0.6.tar.gz
| Download URL | continuous_cmap-0.0.6.tar.gz |
|---|---|
| Size | 7.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
410dde3179e0f5da9476355d16446d4053ab6ff30e8581f2a8cf70c229952827
|
|
BLAKE2b-256 checksum How to use checksums |
2cf28c76b52cac873581e5a7fea2ae1e66f226f699cb77b46ffdb04dbc6d27da
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.10.7
|
Release files / continuous_cmap-0.0.6-py3-none-any.whl
| Download URL | continuous_cmap-0.0.6-py3-none-any.whl |
|---|---|
| Size | 7.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
951a4c075cce17be26edca2af15cb725f658c709183dd689ea9a2ae6b7f9c8e6
|
|
BLAKE2b-256 checksum How to use checksums |
12fadb0a19d30e1eca215d14105de01cd7107550b60289e699a418d01e79ae04
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.10.7
|