""" This is a reproducer to show that right sided cells of a Matplotlib.Table, without a border, render the face color of that cell wrongly. """ from matplotlib import pyplot as plt def main (): ...
from colorpicker import * items = [ ("item 1", "xkcd:spruce"), ("item 2", "xkcd:dark mint green"), ("item 3", "xkcd:spearmint"), ("item 4", None), ] fig, ax = plt ...