Function: addBarbs()
ts
function addBarbs(plot, opts): BarbsHandle;Defined in: charts/fields.ts:543
Wind barbs (matplotlib's barbs) — the meteorological glyph where speed is read off the ticks rather than the arrow length: a half tick per increment, a full tick per two, and a filled pennant per ten.
Parameters
| Parameter | Type |
|---|---|
plot | Plot |
opts | BarbsOptions |