2011/5/4 Sebastian Krieger
> Dear all,
>
> I have a small question about subplot. I want to avoid creating plot axes
> manually using pylab.axes, to create an asymmetrical arrangement of subplots
> like the following code in Matlab:
>
> figure
> subplot(2,2,1:2)
> text(.5,.5,'subplot(2,2,1:2)',
2011/5/5 Sebastian Krieger :
> Dear all,
>
> I have a small question about subplot. I want to avoid creating plot axes
> manually using pylab.axes, to create an asymmetrical arrangement of subplots
> like the following code in Matlab:
>
> figure
> subplot(2,2,1:2)
> text(.5,.5,'subplot(2,2,1:2)',..
Dear all,
I have a small question about subplot. I want to avoid creating plot
axes manually using pylab.axes, to create an asymmetrical arrangement of
subplots like the following code in Matlab:
figure
subplot(2,2,1:2)
text(.5,.5,'subplot(2,2,1:2)',...
'FontSize',14,'HorizontalAlignment'