Home
last modified time | relevance | path

Searched refs:ax3 (Results 251 – 275 of 396) sorted by relevance

1...<<111213141516

/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/tests/
H A Dtest_colorbar.py176 ax3 = plt.subplot(224)
179 plt.colorbar(ax=[ax2, ax3, ax1], location='right', pad=0.0, shrink=0.5,
181 plt.colorbar(ax=[ax2, ax3, ax1], location='left', shrink=0.5,
251 ax3 = fig.add_axes([0.05, 0.45, 0.9, 0.1])
269 plt.colorbar(im, cax=ax3, extend='both', **cbar_kw)
H A Dtest_contour.py315 fig, (ax1, ax2, ax3) = plt.subplots(1, 3, figsize=(10, 5))
333 c3 = ax3.contourf(data, levels=levels,
340 cb = plt.colorbar(c3, ax=ax3)
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dthd_rot3d.c376 int ax1,float th1, int ax2,float th2, int ax3,float th3, in THD_rota_vol() argument
405 shr = rot_to_shear( ax1,-th1 , ax2,-th2 , ax3,-th3 , in THD_rota_vol()
469 int ax1,float th1, int ax2,float th2, int ax3,float th3, in THD_rota3D() argument
489 ax1,th1 , ax2,th2 , ax3,th3 , dcode , dx,dy,dz ) ; in THD_rota3D()
H A Dthd_shear3d.c504 int ax2 , double th2 , int ax3 , double th3 ) in rot_to_matrix() argument
510 LOAD_ROT_DMAT( p , th3 , ax3 ) ; q = DMAT_MUL( p , q ) ; in rot_to_matrix()
523 int ax3 , double th3 , in rot_to_shear() argument
540 if( ax1 == old_ax1 && ax2 == old_ax2 && ax3 == old_ax3 && dcode == old_dcode && in rot_to_shear()
545 old_ax1 = ax1 ; old_ax2 = ax2 ; old_ax3 = ax3 ; in rot_to_shear()
552 q = rot_to_matrix( ax1,th1 , ax2,th2 , ax3,th3 ) ; in rot_to_shear()
H A Dthd_shearwarp.c303 int ax2,float th2 , int ax3,float th3 ) in rotmatrix() argument
309 LOAD_ROT_MAT( p , th3 , ax3 ) ; q = MAT_MUL( p , q ) ; in rotmatrix()
H A Dthd_rot3d_2byte.c336 int ax1,float th1, int ax2,float th2, int ax3,float th3, in THD_rota_vol_2byte() argument
351 shr = rot_to_shear( ax1,-th1 , ax2,-th2 , ax3,-th3 , in THD_rota_vol_2byte()
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/graphics/
H A Dmosaicplot.py406 ax3 = ax.twiny()
408 ticks_pos = [ax.set_xticks, ax.set_yticks, ax3.set_xticks, ax2.set_yticks]
410 ax3.set_xticklabels, ax2.set_yticklabels]
/dports/cad/opencascade/opencascade-7.6.0/src/IntSurf/
H A DIntSurf_Quadric.hxx117 gp_Ax3 ax3; member in IntSurf_Quadric
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DIntSurf_Quadric.hxx117 gp_Ax3 ax3; member in IntSurf_Quadric
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DIntSurf_Quadric.hxx117 gp_Ax3 ax3; member in IntSurf_Quadric
/dports/math/xtensor/xtensor-0.24.0/test/files/cppy_source/
H A Dtest_extended_broadcast_view.cppy118 ax3 = np.copy(a0)
119 ax3[1, 0:2:2, :] = -1
/dports/science/py-ase/ase-3.22.0/ase/io/
H A Dzmatrix.py189 ax3 = (ax2 * np.cos(zrow.a_dihedral)
193 pos = ax1 * np.cos(zrow.a_bend) - ax3 * np.sin(zrow.a_bend)
/dports/math/scilab/scilab-6.1.1/scilab/modules/scicos_blocks/macros/PDE/
H A Delemoper.sci63 ax3=evstr(a6);
64 ax=(ax1*dpsi1(1)+ ax2*dpsi1(2)+ ax3*dpsi1(3))/dx;
/dports/math/scilab/scilab-6.1.1/scilab/modules/signal_processing/macros/
H A D%_unwrap.sci143 ax3 = gca();
144 ax3.tight_limits = "on";
/dports/astro/py-astropy/astropy-5.0/docs/convolution/
H A Dindex.rst105 ax3 = plt.subplot(2, 2, 3)
106 im = ax3.imshow(scipy_conv_zerod, vmin=-2., vmax=2.e1, origin='lower',
108 ax3.set_title("Scipy nan->zero")
109 ax3.set_xticklabels([])
110 ax3.set_yticklabels([])
/dports/science/nest/nest-simulator-3.1/pynest/examples/
H A Dglif_psc_neuron.py206 ax3 = plt.subplot(gs[2]) variable
H A Dglif_cond_neuron.py201 ax3 = plt.subplot(gs[2]) variable
/dports/math/py-matplotlib/matplotlib-3.4.3/examples/axisartist/
H A Ddemo_floating_axes.py157 ax3, aux_ax3 = setup_axes3(fig, 133) variable
/dports/www/py-bokeh/bokeh-2.3.3/tests/unit/bokeh/plotting/
H A Dtest_figure.py139 ax3 = LinearAxis()
140 expected.add(ax3)
141 p.left.append(ax3)
/dports/cad/opencascade/opencascade-7.6.0/src/BinTools/
H A DBinTools_SurfaceSet.cxx463 gp_Ax3 ax3(P,A,AX); in operator >>() local
465 ax3.YReverse(); in operator >>()
466 A3 = ax3; in operator >>()
/dports/math/py-matplotlib2/matplotlib-2.2.4/examples/axisartist/
H A Ddemo_floating_axes.py157 ax3, aux_ax3 = setup_axes3(fig, 133) variable
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_examples/axisartist/
H A Ddemo_floating_axes.py157 ax3, aux_ax3 = setup_axes3(fig, 133) variable
/dports/math/py-statsmodels/statsmodels-0.13.1/examples/python/
H A Dexponential_smoothing.py442 fig, [[ax1, ax4], [ax2, ax5], [ax3, ax6]] = plt.subplots(3, 2, figsize=(12, 8))
445 states1[["seasonal"]].plot(ax=ax3)
/dports/cad/opencascade/opencascade-7.6.0/src/GeomTools/
H A DGeomTools_SurfaceSet.cxx689 gp_Ax3 ax3(P,A,AX); in operator >>() local
691 ax3.YReverse(); in operator >>()
692 A3 = ax3; in operator >>()
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/tests/
H A Dtest_constrainedlayout.py350 ax3 = fig.add_subplot(gs[1:, 0:2])
355 example_plot(ax3)

1...<<111213141516