From: oeolartep <cts...@gm...> - 2006-02-13 23:37:31
|
If one try to plot more than nine axes in one figure is necesary to add a comma between subplot arguments, but this command doesn't work properly. If , for example, we need to plot twelve images subplot(4,3,1) imshow(...) . . . subplot(4,3,12) imshow(...) all images appear overlapped only on the first block of the array. -- View this message in context: http://www.nabble.com/matplotlib-0.82-subplot-problem-t1117646.html#a2922054 Sent from the matplotlib - users forum at Nabble.com. |