Answers for "plt.spines 'right' .set_visible(false)"

0

plt.spines 'right' .set_visible(false)

# Hide the right and top spines
ax.spines['right'].set_visible(False)
ax.spines['top'].set_visible(False)
Posted by: Guest on February-13-2022

Python Answers by Framework

Browse Popular Code Answers by Language