Changeset 307 for trunk/src/plot_object.m
- Timestamp:
- Nov 28, 2011, 8:43:30 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/plot_object.m
r231 r307 39 39 %% default output 40 40 hh=[];%default output 41 if isequal(ProjObject,ObjectDataIn)% object representation does not appear in its own projection plot41 if ~isfield(ObjectDataIn,'Style')|| isequal(ProjObject,ObjectDataIn)% object representation does not appear in its own projection plot 42 42 return 43 43 end
Note: See TracChangeset
for help on using the changeset viewer.