Skip to content

Commit

Permalink
fix typo in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
henrysky committed Jun 19, 2024
1 parent 6f9ed86 commit 23fbc00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/matplotlib_single.rst
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ You can also plot in different wavelength
# setup a MWSkyMap instance with projection, other projection can be 'hammer', 'mollweide' etc
# grid: whether to show the Galactic grid
mw1 = MWSkyMap(projection="aitoff", wavelength="gamam")
mw1 = MWSkyMap(projection="aitoff", wavelength="gamma")
# set up plot title
mw1.title = "LMC and SMC in Green dots"
Expand All @@ -167,7 +167,7 @@ You can also plot in different wavelength

# setup a MWSkyMap instance with projection, other projection can be 'hammer', 'mollweide' etc
# grid: whether to show the Galactic grid
mw1 = MWSkyMap(projection="aitoff", wavelength="gamam")
mw1 = MWSkyMap(projection="aitoff", wavelength="gamma")

# set up plot title
mw1.title = "LMC and SMC in red dots with Galactic Grid"
Expand Down

0 comments on commit 23fbc00

Please sign in to comment.