I've a pandas DataFrame plotted as a table using matplotlib: (from this answer) Now I want to set the bottom edge color of a given row and I've this code: Code for reproduction import pandas as pd ...
from colorpicker import * items = [ ("item 1", "xkcd:spruce"), ("item 2", "xkcd:dark mint green"), ("item 3", "xkcd:spearmint"), ("item 4", None), ] fig, ax = plt ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results