Home
last modified time | relevance | path

Searched defs:ax3 (Results 1 – 25 of 178) sorted by relevance

12345678

/dports/math/py-matplotlib/matplotlib-3.4.3/examples/subplots_axes_and_figures/
H A Ddemo_tight_layout.py72 ax3 = plt.subplot(122) variable
86 ax3 = plt.subplot2grid((3, 3), (1, 0), colspan=2, rowspan=2) variable
105 ax3 = fig.add_subplot(gs1[2]) variable
/dports/math/py-matplotlib2/matplotlib-2.2.4/examples/subplots_axes_and_figures/
H A Ddemo_tight_layout.py66 ax3 = plt.subplot(122) variable
80 ax3 = plt.subplot2grid((3, 3), (1, 0), colspan=2, rowspan=2) variable
101 ax3 = fig.add_subplot(gs1[2]) variable
H A Daxes_margins.py29 ax3 = plt.subplot(222) variable
H A Dshared_axis_demo.py54 ax3 = plt.subplot(313, sharex=ax1, sharey=ax1) variable
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_examples/subplots_axes_and_figures/
H A Ddemo_tight_layout.py66 ax3 = plt.subplot(122) variable
80 ax3 = plt.subplot2grid((3, 3), (1, 0), colspan=2, rowspan=2) variable
101 ax3 = fig.add_subplot(gs1[2]) variable
H A Daxes_margins.py29 ax3 = plt.subplot(222) variable
H A Dshared_axis_demo.py54 ax3 = plt.subplot(313, sharex=ax1, sharey=ax1) variable
/dports/math/py-matplotlib2/matplotlib-2.2.4/examples/recipes/
H A Dcreate_subplots.py20 ax3 = fig.add_subplot(223, sharex=ax1, sharey=ax1) variable
21 ax3 = fig.add_subplot(224, sharex=ax1, sharey=ax1) variable
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_examples/recipes/
H A Dcreate_subplots.py20 ax3 = fig.add_subplot(223, sharex=ax1, sharey=ax1) variable
21 ax3 = fig.add_subplot(224, sharex=ax1, sharey=ax1) variable
/dports/math/py-matplotlib/matplotlib-3.4.3/examples/userdemo/
H A Ddemo_gridspec03.py29 ax3 = fig.add_subplot(gs[2]) variable
41 ax3 = fig.add_subplot(gs1[-1, -1]) variable
H A Ddemo_gridspec01.py23 ax3 = plt.subplot2grid((3, 3), (1, 2), rowspan=2) variable
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/sbv-8.12/Documentation/SBV/Examples/Uninterpreted/
H A DDeduce.hs79 ax3 = ["(assert (forall ((p B)) (= (NOT (NOT p)) p)))"] function
/dports/math/py-matplotlib/matplotlib-3.4.3/examples/axes_grid1/
H A Dsimple_axes_divider1.py28 ax3 = fig.add_axes(rect, axes_locator=divider.new_locator(nx=2, ny=2)) variable
49 ax3 = fig.add_axes(rect, axes_locator=divider.new_locator(nx=2, ny=2)) variable
/dports/graphics/py-scikit-image/scikit-image-0.19.0/doc/examples/filters/
H A Dplot_phase_unwrap.py30 ax1, ax2, ax3, ax4 = ax.ravel() variable
67 ax1, ax2, ax3, ax4 = ax.ravel() variable
/dports/graphics/py-scikit-image/scikit-image-0.19.0/doc/examples/registration/
H A Dplot_register_translation.py39 ax3 = plt.subplot(1, 3, 3) variable
68 ax3 = plt.subplot(1, 3, 3) variable
/dports/math/adol-c/ADOL-C-2.7.2/ADOL-C/boost-test/
H A DtraceCompositeTests.cpp130 adouble ax1, ax2, ax3; in BOOST_AUTO_TEST_CASE() local
184 adouble ax1, ax2, ax3; in BOOST_AUTO_TEST_CASE() local
235 adouble ax1, ax2, ax3; in BOOST_AUTO_TEST_CASE() local
290 adouble ax1, ax2, ax3; in BOOST_AUTO_TEST_CASE() local
654 adouble ax1, ax2, ax3; in BOOST_AUTO_TEST_CASE() local
714 adouble ax1, ax2, ax3; in BOOST_AUTO_TEST_CASE() local
1014 adouble ax1, ax2, ax3; in BOOST_AUTO_TEST_CASE() local
1067 adouble ax1, ax2, ax3; in BOOST_AUTO_TEST_CASE() local
1117 adouble ax1, ax2, ax3; in BOOST_AUTO_TEST_CASE() local
1170 adouble ax1, ax2, ax3; in BOOST_AUTO_TEST_CASE() local
[all …]
/dports/science/py-dipy/dipy-1.4.1/doc/examples/
H A Dreconst_mapmri.py183 ax3 = fig.add_subplot(1, 3, 3, title=r'RTOP - Both') variable
219 ax3 = fig.add_subplot(1, 3, 3, title=r'Laplacian norm - Both') variable
259 ax3 = fig.add_subplot(1, 5, 3, title=r'RTOP') variable
346 ax3 = fig.add_subplot(1, 3, 3, title=r'NG parallel') variable
/dports/math/py-yt/yt-4.0.1/doc/source/analyzing/_static/
H A Daxes.c4 double *ax1, double *ax2, double *ax3) in calculate_axes()
/dports/astro/py-metpy/MetPy-1.1.0/examples/plots/
H A DUS_Counties.py22 ax3 = fig.add_subplot(1, 3, 3, projection=proj) variable
/dports/graphics/py-pyqtgraph/pyqtgraph-0.12.3/examples/
H A DMultiplePlotAxes.py33 ax3 = pg.AxisItem('right') variable
/dports/math/py-matplotlib2/matplotlib-2.2.4/examples/images_contours_and_fields/
H A Dspy_demos.py15 ax3 = axs[1, 0] variable
/dports/math/py-matplotlib2/matplotlib-2.2.4/examples/userdemo/
H A Ddemo_gridspec01.py19 ax3 = plt.subplot2grid((3, 3), (1, 2), rowspan=2) variable
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_examples/images_contours_and_fields/
H A Dspy_demos.py15 ax3 = axs[1, 0] variable
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_examples/userdemo/
H A Ddemo_gridspec01.py19 ax3 = plt.subplot2grid((3, 3), (1, 2), rowspan=2) variable
/dports/math/py-matplotlib/matplotlib-3.4.3/examples/images_contours_and_fields/
H A Dspy_demos.py19 ax3 = axs[1, 0] variable

12345678