Home
last modified time | relevance | path

Searched refs:ax0 (Results 51 – 75 of 315) sorted by relevance

12345678910>>...13

/dports/math/py-matplotlib/matplotlib-3.4.3/examples/lines_bars_and_markers/
H A Derrorbar_subsample.py24 fig, (ax0, ax1, ax2) = plt.subplots(nrows=1, ncols=3, sharex=True,
27 ax0.set_title('all errorbars')
28 ax0.errorbar(x, y1, yerr=y1err)
29 ax0.errorbar(x, y2, yerr=y2err)
/dports/math/ngraph/Ngraph-6.3.54-src/src/
H A Doline.c124 int ax0,ay0,ap[6],ap2[6]; in arrowdraw() local
183 ax0=nround(x0-dx*alen/len); in arrowdraw()
187 ap[0]=nround(ax0-dy/len*awidth); in arrowdraw()
191 ap[4]=nround(ax0+dy/len*awidth); in arrowdraw()
198 ax0=nround(x3-dx*alen/len); in arrowdraw()
202 ap2[0]=nround(ax0-dy/len*awidth); in arrowdraw()
246 int ax0,ay0,ap[6],ap2[6]; in arrowbbox() local
294 ax0=nround(x0-dx*alen/len); in arrowbbox()
296 ap[0]=nround(ax0-dy/len*awidth); in arrowbbox()
300 ap[4]=nround(ax0+dy/len*awidth); in arrowbbox()
[all …]
/dports/math/opensolaris-libm/opensolaris-libm-2017.01.31/usr/src/libm/src/mvec/vis/
H A D__vpowf.S583 ! *((float*) &ax0) = (float) (int)ax0;
610 ! ax0 = *px;
615 ! ax0 &= 0x007fffff;
616 ! i0 = ax0 + 0x8000;
620 ! i0 = ax0 - i0;
662 ! ax = ax0 = *px;
667 ! ax0 &= 0x007fffff;
668 ! i0 = ax0 + 0x8000;
672 ! i0 = ax0 - i0;
1715 st %o3,[%fp+tmp0] ! *((float*) &ax0) = (float) (int)ax0;
[all …]
/dports/www/py-django-autocomplete-light/django-autocomplete-light-3.8.2/src/dal_example/src/nested-admin/nested_admin/tests/identical_prefixes/
H A Dtests.py24 ax0 = AX.objects.create(foo='x0', root=root, position=0)
28 BX.objects.create(bar='ax0bx0', a=ax0, position=0)
29 BX.objects.create(bar='ax0bx1', a=ax0, position=1)
30 BY.objects.create(bar='ax0by0', a=ax0, position=0)
31 BY.objects.create(bar='ax0by1', a=ax0, position=1)
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_examples/images_contours_and_fields/
H A Dpcolor_demo.py21 fig, (ax0, ax1) = plt.subplots(2, 1)
23 c = ax0.pcolor(Z)
24 ax0.set_title('default: no edges')
100 fig, (ax0, ax1) = plt.subplots(2, 1)
102 c = ax0.pcolor(X, Y, Z,
104 fig.colorbar(c, ax=ax0)
H A Dpcolormesh_levels.py40 fig, (ax0, ax1) = plt.subplots(nrows=2)
42 im = ax0.pcolormesh(x, y, z, cmap=cmap, norm=norm)
43 fig.colorbar(im, ax=ax0)
44 ax0.set_title('pcolormesh with levels')
/dports/math/py-matplotlib2/matplotlib-2.2.4/examples/images_contours_and_fields/
H A Dpcolor_demo.py21 fig, (ax0, ax1) = plt.subplots(2, 1)
23 c = ax0.pcolor(Z)
24 ax0.set_title('default: no edges')
100 fig, (ax0, ax1) = plt.subplots(2, 1)
102 c = ax0.pcolor(X, Y, Z,
104 fig.colorbar(c, ax=ax0)
H A Dpcolormesh_levels.py40 fig, (ax0, ax1) = plt.subplots(nrows=2)
42 im = ax0.pcolormesh(x, y, z, cmap=cmap, norm=norm)
43 fig.colorbar(im, ax=ax0)
44 ax0.set_title('pcolormesh with levels')
/dports/graphics/py-mgwr/mgwr-2.1.2/mgwr/
H A Dutils.py122 ax0 = axes[0]
123 ax0.set_title('GWR ' + name + ' Surface (BW: ' + str(gwr_bw) + ')',
156 data.plot(var1, cmap=sm.cmap, ax=ax0, vmin=vmin, vmax=vmax, **kwargs1)
158 data[gwr_t == 0].plot(color='lightgrey', ax=ax0, **kwargs2)
172 ax0.get_xaxis().set_visible(False)
173 ax0.get_yaxis().set_visible(False)
/dports/finance/py-mplfinance/mplfinance-0.12.7a17/src/mplfinance/
H A D_panels.py207 ax0 = figure.add_axes( [left_pad, bot_pad+lift, plot_width, height] )
209ax0 = figure.add_axes( [left_pad, bot_pad+lift, plot_width, height], sharex=panels.at[0,'axes'][0]…
210 ax1 = ax0.twinx()
213 ax0.set_axisbelow(True) # so grid does not show through plot data on any panel.
215 ax0.set_axisbelow(True) # so grid does not show through volume bars.
216 panels.at[panid,'axes'] = (ax0,ax1)
/dports/misc/xiphos/xiphos-4.2.1/win32/extras/festival/lib/dicts/cmu/
H A Dallowables.scm4 ax ax1 ax0
23 ax ax1 ax0
39 ax ax1 ax0
56 (o _epsilon_ ax ax0 ah1 ah0
76 ax ax0
98 ax ax0 ah1 ah0)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libc/AOR_v20.02/math/tools/
H A Dplot.py49 fig, (ax0,ax1) = plt.subplots(nrows=2)
52 ax0.text(a+(b-a)*0.7, emax*0.8, '%s\n%g'%(emax.hex(),emax))
53 ax0.plot(xs,es,'r.')
54 ax0.grid()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libc/AOR_v20.02/math/tools/
H A Dplot.py49 fig, (ax0,ax1) = plt.subplots(nrows=2)
52 ax0.text(a+(b-a)*0.7, emax*0.8, '%s\n%g'%(emax.hex(),emax))
53 ax0.plot(xs,es,'r.')
54 ax0.grid()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libc/AOR_v20.02/math/tools/
H A Dplot.py49 fig, (ax0,ax1) = plt.subplots(nrows=2)
52 ax0.text(a+(b-a)*0.7, emax*0.8, '%s\n%g'%(emax.hex(),emax))
53 ax0.plot(xs,es,'r.')
54 ax0.grid()
/dports/devel/llvm12/llvm-project-12.0.1.src/libc/AOR_v20.02/math/tools/
H A Dplot.py49 fig, (ax0,ax1) = plt.subplots(nrows=2)
52 ax0.text(a+(b-a)*0.7, emax*0.8, '%s\n%g'%(emax.hex(),emax))
53 ax0.plot(xs,es,'r.')
54 ax0.grid()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libc/AOR_v20.02/math/tools/
H A Dplot.py49 fig, (ax0,ax1) = plt.subplots(nrows=2)
52 ax0.text(a+(b-a)*0.7, emax*0.8, '%s\n%g'%(emax.hex(),emax))
53 ax0.plot(xs,es,'r.')
54 ax0.grid()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libc/AOR_v20.02/math/tools/
H A Dplot.py49 fig, (ax0,ax1) = plt.subplots(nrows=2)
52 ax0.text(a+(b-a)*0.7, emax*0.8, '%s\n%g'%(emax.hex(),emax))
53 ax0.plot(xs,es,'r.')
54 ax0.grid()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libc/AOR_v20.02/math/tools/
H A Dplot.py49 fig, (ax0,ax1) = plt.subplots(nrows=2)
52 ax0.text(a+(b-a)*0.7, emax*0.8, '%s\n%g'%(emax.hex(),emax))
53 ax0.plot(xs,es,'r.')
54 ax0.grid()
/dports/devel/llvm13/llvm-project-13.0.1.src/libc/AOR_v20.02/math/tools/
H A Dplot.py49 fig, (ax0,ax1) = plt.subplots(nrows=2)
52 ax0.text(a+(b-a)*0.7, emax*0.8, '%s\n%g'%(emax.hex(),emax))
53 ax0.plot(xs,es,'r.')
54 ax0.grid()
/dports/math/py-matplotlib2/matplotlib-2.2.4/examples/ticks_and_spines/
H A Dtick_label_right.py20 fig, (ax0, ax1) = plt.subplots(2, 1, sharex=True, figsize=(6, 6))
22 ax0.plot(x)
23 ax0.yaxis.tick_left()
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_examples/ticks_and_spines/
H A Dtick_label_right.py20 fig, (ax0, ax1) = plt.subplots(2, 1, sharex=True, figsize=(6, 6))
22 ax0.plot(x)
23 ax0.yaxis.tick_left()
/dports/math/py-matplotlib/matplotlib-3.4.3/examples/ticks_and_spines/
H A Dtick_label_right.py20 fig, (ax0, ax1) = plt.subplots(2, 1, sharex=True, figsize=(6, 6))
22 ax0.plot(x)
23 ax0.yaxis.tick_left()
/dports/math/py-matplotlib2/matplotlib-2.2.4/examples/statistics/
H A Dhistogram_histtypes.py24 fig, (ax0, ax1) = plt.subplots(ncols=2, figsize=(8, 4))
26 ax0.hist(x, 20, density=True, histtype='stepfilled', facecolor='g', alpha=0.75)
27 ax0.set_title('stepfilled')
H A Derrorbar_features.py34 fig, (ax0, ax1) = plt.subplots(nrows=2, sharex=True)
35 ax0.errorbar(x, y, yerr=error, fmt='-o')
36 ax0.set_title('variable, symmetric error')
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_examples/statistics/
H A Dhistogram_histtypes.py24 fig, (ax0, ax1) = plt.subplots(ncols=2, figsize=(8, 4))
26 ax0.hist(x, 20, density=True, histtype='stepfilled', facecolor='g', alpha=0.75)
27 ax0.set_title('stepfilled')

12345678910>>...13