Skip to content

Version 0.9.*

Compare
Choose a tag to compare
@eltos eltos released this 16 Sep 08:55
· 21 commits to main since this release

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 to welch (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