Generation

generate functionThu, 23 Mar 2023

una gráfica de barras con con ancho de linea 1.5 y paleta de colores verde usando pyplot.bar

import matplotlib.pyplot as plt plt.bar(["X", "Y", "Z"], [1, 2, 3], color = "green", width = 1.5) plt.show()

Want to kickstart your project?Use the new AI Studio to create your code