Home
last modified time | relevance | path

Searched refs:fill_betweenx (Results 1 – 25 of 36) sorted by relevance

12

/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_examples/lines_bars_and_markers/
H A Dfill_betweenx_demo.py19 ax1.fill_betweenx(y, 0, x1)
22 ax2.fill_betweenx(y, x1, 1)
26 ax3.fill_betweenx(y, x1, x2)
36 ax.fill_betweenx(y, x1, x2, where=x2 >= x1, facecolor='green')
37 ax.fill_betweenx(y, x1, x2, where=x2 <= x1, facecolor='red')
43 ax1.fill_betweenx(y, x1, x2, where=x2 >= x1, facecolor='green')
44 ax1.fill_betweenx(y, x1, x2, where=x2 <= x1, facecolor='red')
/dports/math/py-matplotlib/matplotlib-3.4.3/examples/lines_bars_and_markers/
H A Dfill_betweenx_demo.py19 ax1.fill_betweenx(y, 0, x1)
22 ax2.fill_betweenx(y, x1, 1)
26 ax3.fill_betweenx(y, x1, x2)
36 ax.fill_betweenx(y, x1, x2, where=x2 >= x1, facecolor='green')
37 ax.fill_betweenx(y, x1, x2, where=x2 <= x1, facecolor='red')
43 ax1.fill_betweenx(y, x1, x2, where=x2 >= x1, facecolor='green')
44 ax1.fill_betweenx(y, x1, x2, where=x2 <= x1, facecolor='red')
H A Dfilled_step.py70 return ax.fill_betweenx(edges, values, bottoms,
/dports/math/py-matplotlib2/matplotlib-2.2.4/examples/lines_bars_and_markers/
H A Dfill_betweenx_demo.py19 ax1.fill_betweenx(y, 0, x1)
22 ax2.fill_betweenx(y, x1, 1)
26 ax3.fill_betweenx(y, x1, x2)
36 ax.fill_betweenx(y, x1, x2, where=x2 >= x1, facecolor='green')
37 ax.fill_betweenx(y, x1, x2, where=x2 <= x1, facecolor='red')
43 ax1.fill_betweenx(y, x1, x2, where=x2 >= x1, facecolor='green')
44 ax1.fill_betweenx(y, x1, x2, where=x2 <= x1, facecolor='red')
/dports/science/py-scikit-learn/scikit-learn-1.0.2/examples/cluster/
H A Dplot_kmeans_silhouette_analysis.py101 ax1.fill_betweenx(
/dports/math/py-arviz/arviz-0.11.4/arviz/plots/backends/matplotlib/
H A Dviolinplot.py117 ax.fill_betweenx(x, density, alpha=shade, lw=0, **shade_kwargs)
H A Dkdeplot.py119 fill_func = ax.fill_betweenx
/dports/math/py-matplotlib2/matplotlib-2.2.4/examples/api/
H A Dfilled_step.py72 return ax.fill_betweenx(edges, values, bottoms,
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_examples/api/
H A Dfilled_step.py72 return ax.fill_betweenx(edges, values, bottoms,
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/graphics/
H A Dboxplots.py196 ax.fill_betweenx(xvals, envelope_l, envelope_r,
/dports/science/py-gpaw/gpaw-21.6.0/gpaw/lcaotddft/
H A Dtcm.py29 fill_between = ax.fill_betweenx
/dports/math/py-matplotlib/matplotlib-3.4.3/doc/api/
H A Daxes_api.rst65 Axes.fill_betweenx
/dports/math/py-matplotlib2/matplotlib-2.2.4/doc/api/
H A Daxes_api.rst39 Axes.fill_betweenx
/dports/math/py-matplotlib/matplotlib-3.4.3/doc/api/prev_api_changes/api_changes_3.4.0/
H A Dremovals.rst136 `.axes.Axes.fill_betweenx` is no longer accepted and non-matching sizes now
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/
H A Dpyplot.py2812 @_copy_docstring_and_deprecators(Axes.fill_betweenx)
2813 def fill_betweenx( function
2816 return gca().fill_betweenx(
/dports/astro/py-metpy/MetPy-1.1.0/src/metpy/plots/
H A Dskewt.py671 return self.ax.fill_betweenx(*arrs, **fill_args)
/dports/math/py-matplotlib2/matplotlib-2.2.4/doc/users/prev_whats_new/
H A Dwhats_new_2.1.0.rst487 Interpolation in ``fill_betweenx``
491 :func:`~matplotlib.axes.Axes.fill_betweenx`. This allows a user to
/dports/math/py-matplotlib/matplotlib-3.4.3/doc/users/prev_whats_new/
H A Dwhats_new_2.1.0.rst487 Interpolation in ``fill_betweenx``
491 :func:`~matplotlib.axes.Axes.fill_betweenx`. This allows a user to
/dports/math/py-matplotlib/matplotlib-3.4.3/doc/api/prev_api_changes/api_changes_3.2.0/
H A Ddeprecations.rst140 ``fill_betweenx()`` is deprecated. While the documentation already states that
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/
H A Dpyplot.py3066 @_autogen_docstring(Axes.fill_betweenx)
3067 def fill_betweenx(y, x1, x2=0, where=None, step=None, interpolate=False, function
3080 ret = ax.fill_betweenx(y, x1, x2=x2, where=where, step=step,
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/axes/
H A D_axes.py5398 def fill_betweenx(self, y, x1, x2=0, where=None, member in Axes
5405 fill_betweenx.__doc__ = _fill_between_x_or_y.__doc__.format(
5408 fill_betweenx = _preprocess_data( variable in Axes
5409 docstring.dedent_interpd(fill_betweenx),
8162 fill = self.fill_betweenx
/dports/science/py-abipy/abipy-0.9.0/abipy/electrons/
H A Dfatbands.py1044 fill = ax.fill_between if not exchange_xy else ax.fill_betweenx
1200 fill = ax.fill_between if not exchange_xy else ax.fill_betweenx
/dports/math/py-seaborn/seaborn-0.11.0/seaborn/
H A Ddistributions.py607 artist = ax.fill_betweenx(x, b, y, step=step, **artist_kws)
1003 artist = ax.fill_betweenx(
/dports/devel/py-memory-profiler/memory_profiler-0.58.0/
H A Dmprof.py715 rect = ax.fill_betweenx((y0, y1), x0, x1, color=color, alpha=0.5, linewidth=1)
/dports/math/py-matplotlib2/matplotlib-2.2.4/doc/users/
H A Ddflt_style_changes.rst508 ``fill_between`` and ``fill_betweenx``
512 `~matplotlib.axes.Axes.fill_betweenx` both follow the patch color

12