Skip to content

Commit

Permalink
Remove use of matplotlib join method in test_use
Browse files Browse the repository at this point in the history
  • Loading branch information
Bachibouzouk committed Jun 6, 2024
1 parent 75cb11d commit f25fbf4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ramp/test/test_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ def series_to_average(profile_series, num_days):
axes[n].set_xmargin(0)
axes[n].set_ymargin(0)

axes[n].get_shared_x_axes().join(axes[n], axes[n - 1], axes[n - 2])
axes[n - 1].legend()
axes[n - 1].set_xticklabels([])
axes[n - 2].set_xticklabels([])
Expand Down

0 comments on commit f25fbf4

Please sign in to comment.