This commit is contained in:
2026-04-01 11:07:46 +02:00
parent d7bc39e2ba
commit e0b11378be
4 changed files with 211 additions and 3 deletions

View File

@@ -17,4 +17,5 @@ ax.legend()
ax.grid(True, alpha=0.3)
plt.tight_layout()
plt.savefig("plot_temperatura.png", dpi=150, bbox_inches="tight")
plt.show()