MCPcopy Create free account
hub / github.com/Mic92/vmsh / catplot

Function catplot

tests/plot.py:70–76  ·  view source on GitHub ↗
(**kwargs: Any)

Source from the content-addressed store, hash-verified

68
69
70def catplot(**kwargs: Any) -> Any:
71 # kwargs.setdefault("palette", "Greys")
72 g = sns.catplot(**kwargs)
73 g.despine(top=False, right=False)
74 plt.autoscale()
75 plt.subplots_adjust(top=0.98)
76 return g
77
78
79def apply_hatch(groups: int, g: Any, legend: bool) -> None:

Callers 4

fioFunction · 0.90
consoleFunction · 0.90
phoronixFunction · 0.90
fio_overheadFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected