diff --git a/Fotovoltaico.py b/Fotovoltaico.py index 6337526..c3a6054 100644 --- a/Fotovoltaico.py +++ b/Fotovoltaico.py @@ -56,7 +56,7 @@ print("Valore massimo:",max(result_ac_energies_to_csv_df.gen_pv_100_kWp)) # prin print("Somma totale:",sum(result_ac_energies_to_csv_df.gen_pv_100_kWp)) # print the total sum of the generated energy result_ac_energies_to_csv_df.to_csv(path_export, encoding='utf-8') -def generate_grafico_torri_df(dataframe, graphTitle): +def generate_grafico_barrette_df(dataframe, graphTitle): # Supponendo che la colonna di interesse sia 'gen_pv_100_kWp' fig = px.line( dataframe,