“fig.set_title” Código de respuesta

fig.set_title

fig.suptitle('This is a somewhat long figure title', fontsize=16)
Tired Thrush

Título de la FIG Python

fig.suptitle('Title here', fontsize=16)
Shiny Stork

establecer el título matplotlib

import matplotlib.pyplot as plt

fig, axs = plt.subplots(1, 2)
axs[0].set_title('TITLE1')
Dull Dog

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código