miniufo / xgrads

Parse and read ctl and associated binary file commonly used by GrADS into xarray
https://xgrads.readthedocs.io/
MIT License
70 stars 27 forks source link

subplot for plotting two tdef #47

Closed FaeghPazhooh closed 1 year ago

FaeghPazhooh commented 1 year ago

In my program I want to plot two tdef, the fist one before a loop and the next one after changing some data . I want to use subplot. Is it available in xgarads?

miniufo commented 1 year ago

I think this is not the part of xgrads. It may ties to xarray or matplotlib. xgrads only helps you load the data into memory.