KCollins / magplots

A python library to pull data and make plots from ground magnetometers. Emphasis on plots for comparing magnetometers at conjugate points.
MIT License
0 stars 1 forks source link

ENH: Add option for logarithmic y axis and colorscale in `magspect()` function #24

Open KCollins opened 1 month ago

KCollins commented 1 month ago

Add 2 separate flags:

Possible additional feature: black and white colormap outside a frequency range of f_lower to f_upper, with the area inside that range colormapped with, e.g., viridis as a form of highlighting. (Implementation: Plot with bw colormap and then overplot only the part of the spectrogram in the range of interest).