Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasstolker committed Jun 15, 2021
1 parent 83f3489 commit 0468d97
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions species/plot/plot_retrieval.py
Expand Up @@ -218,6 +218,9 @@ def plot_pt_profile(tag: str,

ax.plot(temp, pressure, '-', lw=1, color='black', zorder=2)

# data = np.loadtxt('res_struct.dat')
# ax.plot(data[:, 1], data[:, 0], lw=1, color='tab:purple')

# Add cloud condensation profiles

if extra_axis == 'grains' and 'metallicity' in median and 'c_o_ratio' in median:
Expand Down

0 comments on commit 0468d97

Please sign in to comment.