From: Thethos Hauser on 10 May 2010 04:50 Could someone with Matlab2010a probably confirm the strange bahaviour of the grid?
From: Rob Comer on 10 May 2010 10:48 As a byproduct of the solution to <a href="http://www.mathworks.com/support/bugreports/608238">Mapping Toolbox Bug 608238</a> in R2010a, the MATLAB graphics 'Clipping' property defaults to 'off' for the latitude-longitude graticule ("grid"). You can turn it on like this: g = gridm('on'); set(g,'Clipping','on') This should not be an issue unless except when you are setting the axis limits directly (as in this case), in addition to controlling the latitude and longitude limits of the map axes. Rob Comer Mapping Toolbox Development MathWorks
From: Thethos Hauser on 10 May 2010 11:13 Wow! Thank you very much! I was getting desperate...
|
Pages: 1 Prev: Number plate recognition Next: ButtonDownFcn doesn't work if the axis is off |