fig = figure("pyplot_subplot_mixed",figsize=(10,10)) # Create a new blank figure #fig.set_figheight(7) # Doesn't work #fig.set_figwidth(3) # Doesn't work subplot(221 ...
This function is used to get a axes object to manipulate plots on the figure This function is useful to create non-linear custom size plots on the figure ax1 = fig.add_subplot(gs[0, :]) ax2 = ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results