Skip to content

Commit

Permalink
updated the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisSWDavis committed Mar 14, 2024
1 parent beb7ec1 commit ff061d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,8 +289,8 @@ In this case printing `test_anisotropic_dose_rates` should output:

which will produce the following plot when
```
anisotropic_dose_rate_map = AniMAIRE.create_single_dose_map_plot(test_anisotropic_dose_rates,
selected_altitude_in_km = 12.1920)
AniMAIRE.plot_dose_map(test_anisotropic_dose_rates.query("`altitude (km)` == 12.1920"),
hue_range=(0,9))
```
is run:

Expand Down

0 comments on commit ff061d3

Please sign in to comment.