Skip to content

Releases: newville/wxmplot

0.9.59

20 Aug 20:48
Compare
Choose a tag to compare

bug fixes:

  • better setting of absolute contrast levels
  • fix setting text colors for text on right-hand axes
  • fix toggle-ability of traces with legends for left/right plots
  • tweak text sizes
  • use GetDPIScaleFactor for drawing rubberband box when available (needed with recent matplotib)

0.9.58

13 Oct 17:12
Compare
Choose a tag to compare

New Features

  • image display frames add finer contrast level in the dropdown and [-] and [+] buttons to gently in/decrease contrast level
  • add wxmplot.interactive.set_data_geneator function and method to wxmplot.interactive.PlotDisplay to allow a user to specify a data-generating function that returns (or yields) a list of (x, y) pairs. This user-supplied function will be polled at a fixed rate with a wx.Timer to fetch the latest set of data for a plot window. This provides a simple way to have a live update of data.
  • labels on the colourselect dialogs are now more readable.
  • docs updated, including a new theme

0.9.57

08 Aug 01:30
Compare
Choose a tag to compare

several bug fixes

0.9.56

02 Jul 17:15
Compare
Choose a tag to compare

fix exporting of data from stacked plot

0.9.55

29 Mar 03:46
Compare
Choose a tag to compare

small fixes compared to 0.9.54:

  • make requirements.txt and setup.cfg list consistent dependencies
  • allow older and newer matplotibl versions with regard to seaborn theme names

0.9.54

27 Mar 00:47
Compare
Choose a tag to compare
  • allow date-times to be used in strip charts
  • automated testing of imports with mamba/github actions
  • allow fractional scale bars.
  • use the tabbed window to better organize image configuration.
  • on macOS: remove allow idle and always force "DisplayIsAvailable" to avoid needing python.app with conda-based Python.
  • avoid showing both left/right tickmarks when using side='right'
  • fix several deprecations from matplotlib

0.9.53

06 Dec 17:38
Compare
Choose a tag to compare

some attempts at speedups
fix seaborn themes.

0.9.52: Merge pull request #53 from newville/mpl_renderer

21 Oct 00:00
2b2be5b
Compare
Choose a tag to compare

bug fixes:
fix broken "fill between"
fix use of "cached renderer" for Windows that was removed from matplotlib 3.6.0

0.9.51

25 Sep 21:53
Compare
Choose a tag to compare
update doc

0.9.50

19 May 19:27
Compare
Choose a tag to compare

fixes for Python 3.10 and wxPython 4.1.2 becoming stricter about using floats where ints are needed, a few minor fixes.