Skip to content

Version 1.1: bug fixes, label properties, and a new unmanage method

Compare
Choose a tag to compare
@dave-mw dave-mw released this 17 Dec 15:27
· 3 commits to main since this release

Bug Fixes:

  • Fixed ColorbarVisible, which in turn enables the toolbar button in the figure window.
  • Fixed behavior of custom set colormaps when saving to and loading from .fig files.
  • Fixed 'ksdensity' option for DensityMethod.
  • Added extrapolation logic for the 'binned' DenistyMethod to ensure that all points get assigned a color/alpha.

Features:

  • Added XLabel, YLabel, and ColorbarLabel properties.
  • Added an unmanage method which converts the chart into 'traditional' MATLAB graphics objects for advanced editing.
  • Moved property help to a linked static method.