-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Could anyone show me how to use gridspec?
fig = figure();
gs = fig.add_gridspec(2,2);
ax1 = fig.add_subplot(gs[0,0]); # this works
ax2 = fig.add_subplot(gs[1,0:1]); #This does not workI get the following error:
ERROR: Python: TypeError: '<' not supported between instances of 'range' and 'int'Metadata
Metadata
Assignees
Labels
No labels