SuperDARN / pydarn

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

Allow user to specify background transparency in RTP calls. #363

Closed RemingtonRohel closed 8 months ago

RemingtonRohel commented 9 months ago

Scope

Allow manual specification of background transparency in RTP plots. This enables overplotting, so that the same axis can have multiple RTP plots on it.

issue: N/A

Approval

Number of approvals: 1

Test

matplotlib version: 3.7.2

Try to plot call RTP.plot_range_time() with different data on the same axis object. On develop, it will hide the data from the first call. On this branch, you should be able to see the data behind.

RemingtonRohel commented 9 months ago

Ah yes I agree. Since the user can't pass in axes anyways to a summary plotting call, that seems reasonable to me!