Replies: 1 comment 1 reply
-
This looks like some changes in the aspect ratio, though that has been in MetPy since 0.11. You could play with passing a different skew.ax.set_adjustable('data') or skew.ax.set_aspect(80.5, adjustable='data') I should note that there's nothing incorrect about the plot, the data points are just being skewed slightly differently. e.g. the shapes of curves look different, but if you look carefully at the individual x,y values being plotted, they're the same as before. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I upgraded my metpy version from 0.12.0 to 1.6.2 and my skewT, after small changes to update the code, has gone awry.
The only things I have changed from the original code is:
and changing the 'p' to 'pressure' like in this line:
The before
The after
I'm aware the figures show different dates, but the data isn't super different in the actual files.
As you can see the new plot has be made thinner and the data is not scaled correctly after the initial movement from the surface.
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions