/dports/math/py-matplotlib2/matplotlib-2.2.4/examples/axes_grid1/ |
H A D | inset_locator_demo.py | 24 axins = inset_axes(ax, width=1.3, height=0.9) variable 67 axins = inset_axes(ax, width="50%", height="75%", variable 114 axins = inset_axes(ax, width="100%", height="100%", variable
|
H A D | demo_colorbar_with_inset_locator.py | 22 axins = inset_axes(ax2, variable
|
H A D | demo_colorbar_of_inset_axes.py | 31 axins = zoomed_inset_axes(ax, 2, loc=2) # zoom = 6 variable
|
H A D | inset_locator_demo2.py | 34 axins = zoomed_inset_axes(ax, zoom=0.5, loc='upper right') variable
|
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_examples/axes_grid1/ |
H A D | inset_locator_demo.py | 24 axins = inset_axes(ax, width=1.3, height=0.9) variable 67 axins = inset_axes(ax, width="50%", height="75%", variable 114 axins = inset_axes(ax, width="100%", height="100%", variable
|
H A D | demo_colorbar_with_inset_locator.py | 22 axins = inset_axes(ax2, variable
|
H A D | demo_colorbar_of_inset_axes.py | 31 axins = zoomed_inset_axes(ax, 2, loc=2) # zoom = 6 variable
|
H A D | inset_locator_demo2.py | 34 axins = zoomed_inset_axes(ax, zoom=0.5, loc='upper right') variable
|
/dports/math/py-matplotlib/matplotlib-3.4.3/examples/axes_grid1/ |
H A D | inset_locator_demo.py | 24 axins = inset_axes(ax, width=1.3, height=0.9) variable 67 axins = inset_axes(ax, width="50%", height="75%", variable 114 axins = inset_axes(ax, width="100%", height="100%", variable
|
H A D | demo_colorbar_with_inset_locator.py | 29 axins = inset_axes(ax2, variable
|
H A D | demo_colorbar_of_inset_axes.py | 20 axins = zoomed_inset_axes(ax, zoom=2, loc='upper left') variable
|
H A D | inset_locator_demo2.py | 31 axins = zoomed_inset_axes(ax, zoom=0.5, loc='upper right') variable
|
/dports/math/amgcl/amgcl-1.4.2/tutorial/5.Nullspace/ |
H A D | plot.py | 9 axins = ax1.inset_axes([0.55, 0.55, 0.3, 0.3]) variable
|
/dports/math/amgcl/amgcl-1.4.2/tutorial/2.Serena/ |
H A D | plot.py | 9 axins = ax1.inset_axes([0.55, 0.55, 0.4, 0.4]) variable
|
/dports/math/py-matplotlib/matplotlib-3.4.3/examples/subplots_axes_and_figures/ |
H A D | zoom_inset_axes.py | 30 axins = ax.inset_axes([0.5, 0.5, 0.47, 0.47]) variable
|