You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error using matlab.graphics.primitive.Rectangle/get
There is no XData property on the Rectangle class.
Error in plot2svg>AxesChildBounds (line 3363)
data = reshape(get(dataObjs(j), axisData{i}), [], 1);
Error in plot2svg>get_projection (line 3166)
[xinfi, yinfi, zinfi] = AxesChildBounds(ax);
Error in plot2svg>axes2svg (line 821)
[projection,edges] = get_projection(ax,id);
Error in plot2svg (line 287)
group=axes2svg(fid,id,ax(j),group,paperpos);
Error in PlotGrid (line 237)
plot2svg(fullfile(out, [FileName '.svg']), fig_h, 'png');
Using Matlab 2013a, I've got the error
Indeed the rectangle object has no
XData
property:The text was updated successfully, but these errors were encountered: