Skip to content

Releases: MATLAB-Graphics-and-App-Building/densityScatterChart

v1.2: Minor bug fix

05 Jul 22:25
af0e3ce
Compare
Choose a tag to compare

Added a drawnow to the unmanage function to ensure that everything is up-to-date before breaking layout, axes, and scatter out of the chart

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

17 Dec 15:27
Compare
Choose a tag to compare

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.

Initial release

14 Jul 04:47
fc075a3
Compare
Choose a tag to compare
v1.0

Update README to fix image link