WrightTools.artists.set_ax_spines¶
-
WrightTools.artists.
set_ax_spines
(ax=None, *, c='k', lw=3, zorder=10)[source]¶ Easily set the properties of all four axis spines.
Parameters: - ax (matplotlib AxesSubplot object (optional)) – Axis to set. If None, uses current axis. Default is None.
- c (any matplotlib color argument (optional)) – Spine color. Default is k.
- lw (number (optional)) – Spine linewidth. Default is 3.
- zorder (number (optional)) – Spine zorder. Default is 10.