diff --git a/calorimeters/simple_info_plot_histograms.cxx b/calorimeters/simple_info_plot_histograms.cxx
index 7f0eac05ba7ff63f3701a20b269a65ae44df2d94..980b856a01a9d1c5c8346438c891b1ee0b9f906f 100644
--- a/calorimeters/simple_info_plot_histograms.cxx
+++ b/calorimeters/simple_info_plot_histograms.cxx
@@ -193,7 +193,7 @@ void simple_info_plot_histograms(const char* fname = "sim_output/output_zdc_phot
   h4->DrawClone();
   c3->SaveAs("sim_output/edep_histo_zdc_photons.png");
 
-  TCanvas *c4 = new TCanvas("c4","c4",600,600);
+  TCanvas *c4 = new TCanvas("c4","c4",1000,600);
   c4->Divide(2,1);
   c4->SetLogy(0);
   c4->cd(1);