A MATLAB toolbox for exporting publication quality figures
BSD 3-Clause "New" or "Revised" License
1.28k
stars
368
forks
source link
Unexpected interaction of colorbar handle with tiledlayout in v3.42 commit #383
Closed
mahendraK96 closed 11 months ago
The fix for the colorbar title works in figure environment but gives errors when used together with tiledlayout. MWE below
Error Message: Error using getappdata Value must be a handle.
Error in [export_fig](matlab:matlab.internal.language.introspective.errorDocCallback('export_fig', 'Z:\Current Work\Matlab_Functions\export_fig-3.41\export_fig.m', 1095)) ([line 1095](matlab: opentoline('Z:\Current Work\Matlab_Functions\export_fig-3.41\export_fig.m',1095,0))) getappdata(hAxes,'LayoutPeers')]);
Error in [export_fig](matlab:matlab.internal.language.introspective.errorDocCallback('export_fig', 'Z:\Current Work\Matlab_Functions\export_fig-3.41\export_fig.m', 503)) ([line 503](matlab: opentoline('Z:\Current Work\Matlab_Functions\export_fig-3.41\export_fig.m',503,0))) [imageData, alpha] = export_fig(varargin{:});
Previous related Issue: #382