Getting Started
User Guide
Visualization
Reference
bins
bin
histogram
x
y
transform_coords
Tutorials
About
Element-wise addition.
Equivalent to:
a + b
a (Union[Variable, DataArray, Dataset, DataGroup]) – First summand.
Union
Variable
DataArray
Dataset
DataGroup
b (Union[Variable, DataArray, Dataset, DataGroup]) – Second summand.
Union[Variable, DataArray, Dataset, DataGroup] – Sum of a and b.
a
b
Note
See the guide on computation for general concepts and broadcasting behavior.