Skip to content

Commit

Permalink
fix typo in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sigrimm committed Dec 7, 2020
1 parent 44ce2b2 commit aa32525
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plots/Plinth/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@


pl.plot(nu1, k1, lw = 1.5, label= r'1: full Voigt')
pl.plot(nu2, k2, lw = 1.0, label= r'2: Voight - plinth')
pl.plot(nu2, k2, lw = 1.0, label= r'2: Voigt - plinth')
#pl.plot(nu3, 2.51241e-6, lw = 1.0, label= r'3: plinth')
ax1.add_patch(Rectangle((20318.99, 0), 1.0, 2.51241e-6,alpha=0.3, color='g'))
ax1.text(20319.4,1.0e-6, 'Plinth', color='g')
Expand All @@ -54,7 +54,7 @@


pl.plot(nu1, k1, lw = 1.5, label= r'1: full Voigt')
pl.plot(nu2, k2, lw = 1.0, label= r'2: Voight - plinth')
pl.plot(nu2, k2, lw = 1.0, label= r'2: Voigt - plinth')
ax1.add_patch(Rectangle((20318.99, 3e-8), 1.0, 2.51241e-6-3e-8,alpha=0.3, color='g'))
ax1.text(20319.4,3.0e-7, 'Plinth', color='g')

Expand Down
Binary file modified plots/Plinth/plot001.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit aa32525

Please sign in to comment.