Skip to content

Commit

Permalink
move legend
Browse files Browse the repository at this point in the history
  • Loading branch information
zmek committed Nov 25, 2024
1 parent 7ac096c commit 8f649d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions notebooks/7_Modelling_to_show_true_demand.ipynb

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/patientflow/viz/arrival_rates.py
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ def get_cyclic_data(data):
plt.ylabel("Arrival Rate (patients per hour)")
plt.title(title)
plt.grid(True, alpha=0.3)
plt.legend(bbox_to_anchor=(1.05, 1), loc='upper left')
plt.legend(loc='upper right')
plt.tight_layout()

if media_file_path:
Expand Down

0 comments on commit 8f649d6

Please sign in to comment.