How do I change the object plotting characteristics (facecolor, edgecolor, etc)?#
Date |
Category |
---|---|
2023-12-18 22:53:35 |
Data Visualization and Postprocessing |
Plotting keyword arguments can be supplied to plot()
, for example obj.plot(x=0, edgecolor=βblueβ, fill=False)
. These keyword arguments correspond to those fed to Matplotlib Patches.