I've been reading like crazy the documentation but i cant find an explication for the "111".. sometimes i see a 212. It'd be great if you could explain it to me or give me the link in the documentation that explains it.
Thxs!
|
I've been reading like crazy the documentation but i cant find an explication for the "111".. sometimes i see a 212. It'd be great if you could explain it to me or give me the link in the documentation that explains it. Thxs! |
|||
|
|
|
These are subplot grid parameters encoded as a single integer. For example, "111" means "1x1 grid, first subplot" and "234" means "2x3 grid, 4th subplot". Alternative form for |
|||||||||||||||||||
|
|
I think this would be best explained by the following picture:
To initialize the above, I assume one would type:
-I haven't tried the above piece of code, so it'd be great if someone could confirm it :) |
||||
|
|
|
The answer from Constantin is spot on but for more background this behavior is inherited from Matlab. The Matlab behavior is explained in the Figure Setup - Displaying Multiple Plots per Figure section of the Matlab documentation.
|
|||||||||
|