Skip to content

Commit

Permalink
fix overlay figure
Browse files Browse the repository at this point in the history
  • Loading branch information
observingClouds committed Oct 9, 2023
1 parent 57ef62d commit 154806d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/plot_radiosonde_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def main():
alpha=0.5,
linestyle="--",
)
traj = plt.scatter(
traj = ax.scatter(
lons,
lats,
c=alts,
Expand Down

0 comments on commit 154806d

Please sign in to comment.