Answers for "matplotlib suptitle two lines"

0

matplotlib suptitle two lines

import matplotlib.pyplot as plt
fig = plt.figure()
fig.suptitle('This sentence is\nbeing split\ninto three lines')
plt.show()
Posted by: Guest on January-26-2021

Code answers related to "matplotlib suptitle two lines"

Browse Popular Code Answers by Language