You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have always felt that the SkewT diagrams drawn in NCL are more visually appealing in terms of color schemes and structure compared to those in MetPy. Is it possible to make significant modifications to the existing style of MetPy's SkewT diagrams, to mimic the style of NCL and achieve a similar aesthetic?
Here is an example of a SkewT diagram from NCL:
Reference
No response
The text was updated successfully, but these errors were encountered:
Which bits in particular are you after?
Tweaks to the fonts used would likely be a straightforward modification of your matplotlibrc
The line of column data under the figure title you could add with ax.text or plt.text in a wrapper function
The green stripes between isotherms looks like plt.fill_betweenx
The colors of the various lines you could do with extra arguments or keyword arguments to plt.plot
If you work out the combination, perhaps you would like to add an example to the Gallery?
It's not like that; MetPy has a specialized plotting wrapper for SkewT diagrams. It has a dedicated SkewT object that defines the plotting methods and styles. For example:
I can directly call skew.plot to draw the Skew-T diagram. So what I mean is to have the default style of skew.plot adjusted to look like the NCL effect without relying on the user's own plotting skills.
What should we add?
I have always felt that the SkewT diagrams drawn in NCL are more visually appealing in terms of color schemes and structure compared to those in MetPy. Is it possible to make significant modifications to the existing style of MetPy's SkewT diagrams, to mimic the style of NCL and achieve a similar aesthetic?
Here is an example of a SkewT diagram from NCL:
Reference
No response
The text was updated successfully, but these errors were encountered: