Releases: MATLAB-Graphics-and-App-Building/densityScatterChart
Releases · MATLAB-Graphics-and-App-Building/densityScatterChart
v1.2: Minor bug fix
Version 1.1: bug fixes, label properties, and a new unmanage method
Bug Fixes:
- Fixed
ColorbarVisible
, which in turn enables the toolbar button in the figure window. - Fixed behavior of custom set
colormap
s when saving to and loading from .fig files. - Fixed
'ksdensity'
option forDensityMethod
. - Added extrapolation logic for the
'binned'
DenistyMethod
to ensure that all points get assigned a color/alpha.
Features:
- Added
XLabel
,YLabel
, andColorbarLabel
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
v1.0 Update README to fix image link