[Dart-dev] [3344] DART/trunk/diagnostics/matlab/PlotObsLocs.m: Minor change to axis setting order.

nancy at ucar.edu nancy at ucar.edu
Thu May 15 11:41:57 MDT 2008


An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/dart-dev/attachments/20080515/7e2d8af5/attachment.html
-------------- next part --------------
Modified: DART/trunk/diagnostics/matlab/PlotObsLocs.m
===================================================================
--- DART/trunk/diagnostics/matlab/PlotObsLocs.m	2008-05-15 17:32:51 UTC (rev 3343)
+++ DART/trunk/diagnostics/matlab/PlotObsLocs.m	2008-05-15 17:41:56 UTC (rev 3344)
@@ -364,10 +364,10 @@
  end
  
  % if we actually set something, use it to constrain the axis limits.
+ axis image;  % set aspect ratio dx ~= dy ... cylindrical equidistant
  if (~isequal(use_box, []))
      axis(use_box);
  end
- axis image;  % set aspect ratio dx ~= dy ... cylindrical equidistant
     
  % set legend, and try to shrink the original size of the legend bounding box
  % because it is pretty large by default.   a 'good' location depends on the


More information about the Dart-dev mailing list