- Python Published by erdogant about 1 year ago
- Python Published by erdogant over 1 year ago
- Python Published by erdogant about 2 years ago
Logging is standardized and replaced by print messages. The standardized verbose setting are: 60 or 'silent' , 40 or 'error', 30 or 'warning' , 20 or 'info', 10 or 'debug'
60 or 'silent' , 40 or 'error', 30 or 'warning' , 20 or 'info', 10 or 'debug'
- Python Published by erdogant almost 3 years ago
- Python Published by erdogant about 3 years ago
is_hex_color
matplotlib.colormaps
- Python Published by erdogant over 3 years ago
- Python Published by erdogant almost 4 years ago
scheme='hex'
- Python Published by erdogant about 4 years ago
fromlist(scheme='hex')
linear_gradient
``` import colourmap as cm colors = cm.lineargradient("#000000", finishhex="#FFFFFF", n=10)
```
- Python Published by erdogant over 4 years ago
fromlist
- Python Published by erdogant over 6 years ago