From: Evan on 11 Aug 2010 03:24 My question is along the lines of subplots within a figure. However I want to use the same colormap (jet) but have a different caxis for each subplot. I use the following script in part: ax1=subplot(2,1,1) contourf(...) caxis(ax1,[20 50]) ax2=subplot(2,1,2) contourf(...) caxis(ax2,[100 300]) when I do this the first contourf changes goes white as the values are below the second subplots values?? Help? Thanks
|
Pages: 1 Prev: how can you increase variables in matlab? Next: Threading |