Python matplotlib how to remove box


import matplotlib.pyplot as plt
plt.box(False)

No comments:

Post a Comment