Skip to content

Commit ff2b867

Browse files
set x-axis max to 1.75 years
1 parent 19221a3 commit ff2b867

3 files changed

Lines changed: 1 addition & 1 deletion
765 Bytes
Loading
245 Bytes
Loading

src/geophires_docs/generate_fervo_project_red_2026_docs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ def _generate_production_temperature_comparison_graph(
321321
title = 'Project Red Temperature: Measured vs. Fervo-Modeled vs. GEOPHIRES-Modeled'
322322
ax.set_title(title, fontsize=13)
323323

324-
ax.set_xlim(0.0, 2.0)
324+
ax.set_xlim(0.0, 1.75)
325325

326326
ax.grid(True, linestyle='--', alpha=0.5)
327327

0 commit comments

Comments
 (0)