File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5252 " AxisEqual" , false , ...
5353 " AspectRatio" , [], ...
5454 " CameraEye" , [], ...
55- " is_headmap_axis " , false , ...
55+ " is_heatmap_axis " , false , ...
5656 " FrameDuration" , 1 , ... % in ms.
5757 " FrameTransitionDuration" , 0 , ... % in ms.
5858 " geoRenderType" , ' geo' , ...
@@ -628,7 +628,7 @@ function validate(obj)
628628 % update annotations
629629 for n = 1 : obj .State .Figure .NumTexts
630630 try
631- if obj .PlotOptions .is_headmap_axis
631+ if obj .PlotOptions .is_heatmap_axis
632632 if ~isempty(obj .State .Text(n ).Handle)
633633 nanns = length(obj .layout .annotations );
634634 axIndex = nanns + obj .getAxisIndex(obj .State .Text(n ).AssociatedAxis);
Original file line number Diff line number Diff line change 5454
5555 % -check if heatmap axis-%
5656 isHeatmapAxis = axisData .Type == " heatmap" ;
57- obj.PlotOptions.is_headmap_axis = isHeatmapAxis ;
57+ obj.PlotOptions.is_heatmap_axis = isHeatmapAxis ;
5858
5959 % -check if geo-axis-%
6060 isGeoaxis = isfield(axisData , ' Type' ) ...
You can’t perform that action at this time.
0 commit comments