Home
last modified time | relevance | path

Searched refs:barbs (Results 1 – 25 of 184) sorted by relevance

12345678

/dports/graphics/gmt/gmt-6.3.0/test/psxy/
H A Dwindbarb.def1 # Definition file to make wind barbs used in Meteorology.
11 # 50 knot wind barbs
17 # 45 knot wind barbs
35 # 40 knot wind barbs
50 # 35 knot wind barbs
65 # 30 knot wind barbs
77 # 25 knot wind barbs
89 # 20 knot wind barbs
98 # 15 knot wind barbs
107 # 10 knot wind barbs
[all …]
/dports/math/py-matplotlib2/matplotlib-2.2.4/examples/images_contours_and_fields/
H A Dbarb_demo.py27 axs1[0, 0].barbs(X, Y, U, V)
31 axs1[0, 1].barbs(data['x'], data['y'], data['u'], data['v'], length=8, pivot='middle')
35 axs1[1, 0].barbs(X, Y, U, V, np.sqrt(U * U + V * V), fill_empty=True, rounding=False,
39 axs1[1, 1].barbs(data['x'], data['y'], data['u'], data['v'], flagcolor='r',
51 ax2.barbs(data['x'], data['y'], masked_u, data['v'], length=8, pivot='middle')
66 matplotlib.axes.Axes.barbs
67 matplotlib.pyplot.barbs
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_examples/images_contours_and_fields/
H A Dbarb_demo.py27 axs1[0, 0].barbs(X, Y, U, V)
31 axs1[0, 1].barbs(data['x'], data['y'], data['u'], data['v'], length=8, pivot='middle')
35 axs1[1, 0].barbs(X, Y, U, V, np.sqrt(U * U + V * V), fill_empty=True, rounding=False,
39 axs1[1, 1].barbs(data['x'], data['y'], data['u'], data['v'], flagcolor='r',
51 ax2.barbs(data['x'], data['y'], masked_u, data['v'], length=8, pivot='middle')
66 matplotlib.axes.Axes.barbs
67 matplotlib.pyplot.barbs
/dports/astro/py-metpy/MetPy-1.1.0/tutorials/
H A Ddeclarative_tutorial.py221 barbs = BarbPlot() variable
222 barbs.data = ds
223 barbs.time = plot_time
224 barbs.field = ['u-component_of_wind_isobaric', 'v-component_of_wind_isobaric']
225 barbs.level = 300 * units.hPa
226 barbs.skip = (3, 3)
227 barbs.plot_units = 'knot'
239 panel.plots = [cfill, cntr2, barbs]
/dports/math/py-matplotlib/matplotlib-3.4.3/examples/images_contours_and_fields/
H A Dbarb_demo.py27 axs1[0, 0].barbs(X, Y, U, V)
31 axs1[0, 1].barbs(
36 axs1[1, 0].barbs(
41 axs1[1, 1].barbs(data['x'], data['y'], data['u'], data['v'], flagcolor='r',
53 ax2.barbs(data['x'], data['y'], masked_u, data['v'], length=8, pivot='middle')
/dports/astro/py-metpy/MetPy-1.1.0/src/metpy/plots/
H A Dstation_plot.py66 self.barbs = None
284 if self.barbs:
285 self.barbs.remove()
287 self.barbs = self.ax.barbs(self.x, self.y, u, v, **defaults)
H A Dskewt.py434 b = self.ax.barbs(x, pressure, u, v, c,
438 b = self.ax.barbs(x, pressure, u, v,
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/tests/
H A Dtest_quiver.py177 ax.barbs(X, Y, U, V, np.hypot(U, V), fill_empty=True, rounding=False,
188 ax.barbs(X, Y, U, V, fill_empty=True, rounding=False, pivot=1.7,
200 ax.barbs(X, Y, U, V, fill_empty=True, rounding=False, pivot=1.7,
209 b0 = ax.barbs([1], [1], u, v)
226 ax.barbs(x, y, u, v)
H A Dtest_streamplot.py112 plt.barbs(x, y, np.sin(x), np.cos(y), transform=trans)
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/tests/
H A Dtest_quiver.py140 ax.barbs(X, Y, U, V, np.sqrt(U*U + V*V), fill_empty=True, rounding=False,
152 ax.barbs(X, Y, U, V, fill_empty=True, rounding=False, pivot=1.7,
167 ax.barbs(x, y, u, v)
H A Dtest_streamplot.py96 plt.barbs(x, y, np.sin(x), np.cos(y), transform=trans)
/dports/astro/py-metpy/MetPy-1.1.0/examples/
H A Disentropic_example.py129 ax.barbs(lon.values, lat.values, isent_data['u_wind'].isel(isentropic_level=level).values,
179 ax.barbs(lon.values, lat.values, isent_data['u_wind'].isel(isentropic_level=level).values,
H A Dcross_section.py93 ax.barbs(cross['lon'][wind_slc_horz], cross['isobaric'][wind_slc_vert],
/dports/graphics/py-cartopy/Cartopy-0.19.0.post1/docs/source/matplotlib/
H A Dadvanced_plotting.rst139 :meth:`barbs <cartopy.mpl.geoaxes.GeoAxes.barbs>` (:ref:`example <sphx_glr_gallery_vector_data_barb…
148 …nce both :meth:`~cartopy.mpl.geoaxes.GeoAxes.quiver` and :meth:`~cartopy.mpl.geoaxes.GeoAxes.barbs`
/dports/graphics/py-cartopy/Cartopy-0.19.0.post1/examples/vector_data/
H A Dbarbs.py22 ax.barbs(x, y, u, v, length=5,
/dports/astro/py-metpy/MetPy-1.1.0/tests/plots/
H A Dtest_declarative.py297 barbs = BarbPlot()
298 barbs.data = data
299 barbs.field = ['u_wind', 'v_wind']
300 barbs.level = None
305 panel.plots = [barbs]
318 barbs = BarbPlot()
319 barbs.data = data
320 barbs.level = 700 * units.hPa
323 barbs.draw()
/dports/graphics/py-cartopy/Cartopy-0.19.0.post1/lib/cartopy/tests/mpl/
H A Dtest_mpl_integration.py782 ax.barbs(x, y, u, v, length=4, linewidth=.25)
787 ax.barbs(x, y, u, v, transform=ccrs.PlateCarree(), length=4, linewidth=.25)
804 ax.barbs(x, y, u, v, mag, transform=ccrs.PlateCarree(),
823 ax.barbs(x, y, u, v, mag, transform=ccrs.PlateCarree(),
840 ax.barbs(x, y, u, v, transform=ccrs.PlateCarree(),
856 ax.barbs(x, y, u, v, transform=ccrs.PlateCarree(),
/dports/math/py-matplotlib/matplotlib-3.4.3/doc/users/prev_whats_new/
H A Dgithub_stats_3.1.2.rst73 * :ghpull:`14434`: Backport PR #14296 on branch v3.1.x (Fix barbs to accept array of bool for ``fli…
76 * :ghpull:`14514`: Backport PR #14256 on branch v3.1.x (Improve docstring of Axes.barbs)
77 * :ghpull:`14256`: Improve docstring of Axes.barbs
109 * :ghpull:`14296`: Fix barbs to accept array of bool for ``flip_barb``
H A Dgithub_stats_3.1.1.rst73 * :ghpull:`14434`: Backport PR #14296 on branch v3.1.x (Fix barbs to accept array of bool for ``fli…
76 * :ghpull:`14514`: Backport PR #14256 on branch v3.1.x (Improve docstring of Axes.barbs)
77 * :ghpull:`14256`: Improve docstring of Axes.barbs
109 * :ghpull:`14296`: Fix barbs to accept array of bool for ``flip_barb``
/dports/astro/py-metpy/MetPy-1.1.0/examples/gridding/
H A DWind_SLP_Interpolation.py105 view.barbs(windgridx, windgridy, uwind, vwind, alpha=.4, length=5)
/dports/shells/ohmyzsh/ohmyzsh-6babcbd8841335a3c25ec960ff57ab9a139c9073/plugins/genpass/
H A DREADME.md63 9-tutors-stink-rhythm-junk-snappy-hooray-barbs-mewl-clomp
/dports/games/pcgen/pcgen/data/pathfinder/paizo/player_companion/kobolds_of_golarion/
H A Dkog_abilities_class.lst31barbs that penetrate and protrude from its body, making squeezing, climbing, and swimming challeng…
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-act.cc180 mon_enchant barbs = mons.get_ench(ENCH_BARBS); in _handle_manticore_barbs() local
185 mons.hurt(monster_by_mid(barbs.source), in _handle_manticore_barbs()
186 roll_dice(2, barbs.degree * 2 + 2)); in _handle_manticore_barbs()
190 barbs.duration--; in _handle_manticore_barbs()
191 mons.update_ench(barbs); in _handle_manticore_barbs()
/dports/graphics/py-cartopy/Cartopy-0.19.0.post1/docs/source/
H A Dwhats_new.rst841 :meth:`GeoAxes.barbs <cartopy.mpl.geoaxes.GeoAxes.barbs>` for arrow and
848 :meth:`~cartopy.mpl.geoaxes.GeoAxes.barbs` accept the ``regrid_shape``
856 :target: gallery/vector_data/barbs.html
976 * Begin work on vector field support (barbs, quiver, streamlines etc.).
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/
H A Dquiver.py1175 flags, barbs, halves, empty = self._find_tails(magnitude,
1181 plot_barbs = self._make_barbs(u, v, flags, barbs, halves, empty,

12345678