SuperDARN / pydarn

Python library for visualizing SuperDARN Data
GNU Lesser General Public License v3.0
31 stars 11 forks source link

Discussion: Ax and CCRS Handling #312

Closed carleyjmartin closed 1 year ago

carleyjmartin commented 1 year ago

Discussion

Topic: Passing axes and projections to plotting functions properly

Description

At the meeting today we discussed the ability to pass your axes and/or Cartopy projection to the plotting. This feature does exist already, however it does not work very well or at all in some cases if you pass a custom axes. I think this may take a bit of time properly setting up but would be an excellent update/fix for pyDARN to have in the near future. If anyone has any example code they have used for the AX, and CCRS keywords or anything they would like to work but doesn't feel free to comment anything below for discussion!

Thanks!