Home
last modified time | relevance | path

Searched refs:fig2 (Results 1 – 25 of 231) sorted by relevance

12345678910

/dports/math/py-matplotlib2/matplotlib-2.2.4/examples/event_handling/
H A Dfigure_axes_enter_leave.py48 fig2, (ax, ax2) = plt.subplots(2, 1)
49 fig2.suptitle('mouse hover over figure or axes to trigger events')
51 fig2.canvas.mpl_connect('figure_enter_event', enter_figure)
52 fig2.canvas.mpl_connect('figure_leave_event', leave_figure)
53 fig2.canvas.mpl_connect('axes_enter_event', enter_axes)
54 fig2.canvas.mpl_connect('axes_leave_event', leave_axes)
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_examples/event_handling/
H A Dfigure_axes_enter_leave.py48 fig2, (ax, ax2) = plt.subplots(2, 1)
49 fig2.suptitle('mouse hover over figure or axes to trigger events')
51 fig2.canvas.mpl_connect('figure_enter_event', enter_figure)
52 fig2.canvas.mpl_connect('figure_leave_event', leave_figure)
53 fig2.canvas.mpl_connect('axes_enter_event', enter_axes)
54 fig2.canvas.mpl_connect('axes_leave_event', leave_axes)
/dports/games/gbrainy/gbrainy-2.4.3/src/Games/Logic/
H A DPuzzleLines.cs29 private int fig1, fig2; field in gbrainy.Games.Logic.PuzzleLines
45 fig1, fig2);
63 fig2 = 21; in Initialize()
67 fig2 = 39; in Initialize()
71 fig2 = 39; in Initialize()
75 Answer.Correct = (fig1 + fig2).ToString (); in Initialize()
/dports/math/py-splot/splot-1.1.4/splot/tests/
H A Dtest_viz_giddy_mpl.py50 fig2, _ = dynamic_lisa_heatmap(rose, cmap="GnBu")
51 plt.close(fig2)
61 fig2, _ = dynamic_lisa_rose(rose, attribute=y1)
62 plt.close(fig2)
77 fig2, _ = dynamic_lisa_vectors(rose, arrows=False)
78 plt.close(fig2)
H A Dtest_viz_libpysal_mpl.py22 fig2, _ = plot_spatial_weights(wnp, gdf)
23 plt.close(fig2)
/dports/cad/alliance/alliance/src/ring/src/
H A Dposercircuit.c611 phfig_list * barre[NB_FACES], *fig, *fig2; in tirer_coins() local
635 fig2 = getphfig(firstinst2->FIGNAME, 'A'); in tirer_coins()
648 con2 = getphcon(fig2, con->NAME, con->INDEX); in tirer_coins()
654 fig2->YAB1, fig2->XAB2, fig2->YAB2, firstinst2->TRANSF); in tirer_coins()
683 fig2 = getphfig(firstinst2->FIGNAME, 'A'); in tirer_coins()
703 fig2->YAB1, fig2->XAB2, fig2->YAB2, firstinst2->TRANSF); in tirer_coins()
733 fig2 = getphfig(lastinst2->FIGNAME, 'A'); in tirer_coins()
753 fig2->YAB1, fig2->XAB2, fig2->YAB2, lastinst2->TRANSF); in tirer_coins()
781 fig2 = getphfig(lastinst2->FIGNAME, 'A'); in tirer_coins()
794 con2 = getphcon(fig2, con->NAME, con->INDEX); in tirer_coins()
[all …]
/dports/math/py-matplotlib2/matplotlib-2.2.4/tutorials/intermediate/
H A Dgridspec.py56 fig2 = plt.figure() variable
58 f2_ax1 = fig2.add_subplot(spec2[0, 0])
59 f2_ax2 = fig2.add_subplot(spec2[0, 1])
60 f2_ax3 = fig2.add_subplot(spec2[1, 0])
61 f2_ax4 = fig2.add_subplot(spec2[1, 1])
62 fig2.tight_layout()
/dports/science/py-dipy/dipy-1.4.1/doc/examples/
H A Dreconst_msdki.py286 fig2, ax = plt.subplots(2, 2, figsize=(6, 6), variable
289 fig2.subplots_adjust(hspace=0.3, wspace=0.05)
307 fig2.colorbar(im0, ax=ax.flat[0])
308 fig2.colorbar(im1, ax=ax.flat[1])
309 fig2.colorbar(im2, ax=ax.flat[2])
310 fig2.colorbar(im3, ax=ax.flat[3])
313 fig2.savefig('MSDKI_invivo.png')
/dports/science/py-GPy/GPy-1.10.0/GPy/plotting/matplot_dep/
H A Dssgplvm.py24 fig2 = pylab.figure()
26 plot_2D_images(fig2, covar)
27 fig2.gca().set_title('The variance of inducing points')
/dports/math/py-matplotlib/matplotlib-3.4.3/tutorials/intermediate/
H A Dgridspec.py57 fig2 = plt.figure(constrained_layout=True) variable
58 spec2 = gridspec.GridSpec(ncols=2, nrows=2, figure=fig2)
59 f2_ax1 = fig2.add_subplot(spec2[0, 0])
60 f2_ax2 = fig2.add_subplot(spec2[0, 1])
61 f2_ax3 = fig2.add_subplot(spec2[1, 0])
62 f2_ax4 = fig2.add_subplot(spec2[1, 1])
/dports/misc/latex-mk/latex-mk-2.1/testsuite/gmake_ref/
H A Dmulti_distfile2.ref4 tgif -color -print -eps fig2.obj
5 tar cf - fig2.obj test2.tex fig2.eps ../testfile.gmk | gzip > test2.tar.gz
/dports/misc/latex-mk/latex-mk-2.1/testsuite/bmake_ref/
H A Dmulti_distfile2.ref4 tgif -color -print -eps fig2.obj
5 tar cf - fig2.obj test2.tex fig2.eps ../testfile.mk | gzip > test2.tar.gz
/dports/games/gbrainy/gbrainy-2.4.3/src/Games/Memory/
H A DMemoryFaces.cs64 int fig1, fig2; in Initialize()
91 fig2 = figures[question_pos]; in Initialize()
94 if (fig2 >= figures_active) fig2 -= figures_active; in Initialize()
96 if (fig1 == fig2) { in Initialize()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/tutorial/rocket-simopt/
H A DRocketPlot.py58 fig2 = plt.figure(2) variable
70 ax2 = fig2.add_subplot(111)
78 fig2.savefig("altitude.png")
/dports/math/py-PyWavelets/pywt-1.2.0/demo/
H A Dwp_scalogram.py41 fig2 = plt.figure() variable
42 ax2 = fig2.add_subplot(211)
46 ax3 = fig2.add_subplot(212)
/dports/math/py-matplotlib2/matplotlib-2.2.4/examples/misc/
H A Dagg_buffer_to_array.py21 fig2 = plt.figure() variable
22 ax2 = fig2.add_subplot(111, frameon=False)
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_examples/misc/
H A Dagg_buffer_to_array.py21 fig2 = plt.figure() variable
22 ax2 = fig2.add_subplot(111, frameon=False)
/dports/science/wannier90/wannier90-3.1.0/doc/solution_booklet/
H A DExample2.tex12 \label{fig2.0}
50 …tructure plot in the \Wannier{} tutorial, that we report here, \cf{} \Fig{fig2.1}, the four lower …
51 …s do cross the Fermi energy level and the corresponding Fermi surfaces are shown in \Fig{fig2.2}.
57 are included in the calculation.}\label{fig2.1}
67 …tion was employed on a dense mesh in the Brillouin zone consisting of $50^3$ points.}\label{fig2.2}
/dports/math/py-matplotlib/matplotlib-3.4.3/examples/misc/
H A Dagg_buffer_to_array.py27 fig2 = plt.figure() variable
28 ax2 = fig2.add_subplot(frameon=False)
/dports/math/py-matplotlib2/matplotlib-2.2.4/examples/lines_bars_and_markers/
H A Dmarkevery_demo.py62 fig2 = plt.figure(num=2, figsize=figsize) variable
67 axlog.append(fig2.add_subplot(gs[row, col]))
72 fig2.tight_layout()
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_examples/lines_bars_and_markers/
H A Dmarkevery_demo.py62 fig2 = plt.figure(num=2, figsize=figsize) variable
67 axlog.append(fig2.add_subplot(gs[row, col]))
72 fig2.tight_layout()
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/test/m2m/label-precedence/
H A Dexpect.tex20 \hypertarget{fig:fig2}{%
23 \caption{A figure with custom label}\label{fig:fig2}
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/tests/
H A Dtest_arrow_patches.py60 fig2 = plt.figure("fancyarrow_dpi_cor_test", figsize=(4, 3), dpi=50)
61 ax = fig2.add_subplot(111)
67 return fig2
/dports/science/py-nilearn/nilearn-0.8.1/examples/04_glm_first_level/
H A Dplot_predictions_residuals.py120 fig2, axs2 = plt.subplots(2, 3) variable
127 fig2.set_size_inches(12, 7)
128 fig2.tight_layout()
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/test/m2m/subfigures/
H A Dinput.md5 ![2](fig2.png){#fig:subfig2}
22 ![2](fig2.png){#fig:subfig22}

12345678910