Misc Showcase#

This gallery example demonstrates the module.

Imports#

from scikitplot.misc import (
    closest_color_name,
    display_colors,
    plot_colortable,
    plot_overlapping_colors,
)
closest_color_name()
['black']
display_colors(['red', 'blue'], show_indices=True)
Color Display (Order)
fig = plot_colortable()
plot misc script
# https://xkcd.com/color/rgb/
# https://xkcd.com/color/rgb.txt
# https://www.w3schools.com/cssref/css_colors.php
fig = plot_overlapping_colors()
plot misc script

Tags: plot-type: barh plot-type: text level: beginner purpose: showcase

Total running time of the script: (0 minutes 0.689 seconds)

Related examples

corpus WHO European Region YouTube shorts with examples

corpus WHO European Region YouTube shorts with examples

Simple annoy.AnnoyIndex with examples

Simple annoy.AnnoyIndex with examples

corpus WHO European Region local or url per file with examples

corpus WHO European Region local or url per file with examples

Mmap annoy.AnnoyIndex with examples

Mmap annoy.AnnoyIndex with examples

Gallery generated by Sphinx-Gallery