diff --git a/Fotovoltaico.py b/Fotovoltaico.py index fb73519..c81e98a 100644 --- a/Fotovoltaico.py +++ b/Fotovoltaico.py @@ -83,7 +83,6 @@ path_export_hourly = path_export.replace('.csv', '_hourly.csv') # Esporta il file orario df_hourly = export_hourly_pv_productivity(result_ac_energies_to_csv_df, path_export_hourly) -<<<<<<< HEAD import pandas as pd import plotly.express as px @@ -174,11 +173,6 @@ fig.update_layout( ) fig.show() -======= -# GENERAZIONE GRAFICI -generate_grafico_torri_df(result_ac_energies_to_csv_df, 'Produttività Fotovoltaica nel Tempo') -generate_grafico_torri_df(df_hourly, 'Produttività Fotovoltaica a Base Oraria') ->>>>>>> 0d40d3730f0ffa115039b3330b8c5cd8e4a090f8 if joePlaying: joe.terminate()