- Python Published by erdogant 10 months ago
- Python Published by erdogant 12 months ago
- Python Published by erdogant about 1 year ago
- Python Published by erdogant almost 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 over 2 years ago
is_hex_color
- Python Published by erdogant almost 3 years ago
matplotlib.colormaps
- Python Published by erdogant over 3 years ago
scheme='hex'
- Python Published by erdogant almost 4 years ago
fromlist(scheme='hex')
linear_gradient
``` import colourmap as cm colors = cm.lineargradient("#000000", finishhex="#FFFFFF", n=10)
```
fromlist
- Python Published by erdogant almost 6 years ago
- Python Published by erdogant about 6 years ago