Wxmplot Versions Save

wxPython plotting widgets using matplotlib

0.9.58

8 months ago

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

10 months ago

several bug fixes

0.9.56

11 months ago

fix exporting of data from stacked plot

0.9.55

1 year ago

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

1 year ago
  • 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

1 year ago

some attempts at speedups fix seaborn themes.

0.9.52

1 year ago

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

0.9.51

1 year ago

0.9.50

2 years ago

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

0.9.49

2 years ago
  • add alpha and fill for line plots, include examples of using "fill to zero" and "fill for uncertainties".
  • fix panning of images.