Version 0.9.*
New & improved features
- Added interface for adding and working with multiple datasets in plots
- Added 1D
ParticleHistogramPlot
- Add options for averaging FFTs (in lin and log space). This also significantly improves plotting speeds for
$f \gg \text{MHz}$ - Improved and unified autoscaling, log-scaling
- More options for annotation location with axlines and axspans
- Add getter for axis by property name
- Add "-n" and "-.n" linestyles to mark lines with n dots (e.g. "-1" or "-.2")
- Improved documentation and examples, add unit tests
API changes
- Parameter
smoothing
in FFT plot renamed towelch
(using smoothing will issue a warning)
Bug fixes
- Fix xlabel of TimeFFTPlot if relative=True
- Fixes for SpillQualityPlot and SpillQualityTimescalePlot with timeseries data
- Resolve element replicas in FloorPlot in #9 by @giadarol
Full Changelog: v0.8.0...v0.9.0