Skip to content

Commit 13197f4

Browse files
Update content/xarray.rst
Co-authored-by: Marijn van Vliet <[email protected]>
1 parent d52f518 commit 13197f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/xarray.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ As you can see, the Xarray code is much more readable and we didn't need to keep
250250
Plotting data in Xarray
251251
-----------------------
252252

253-
Another awesome feature of Xarray is its plotting capabilities. We can easily plot data in 1D and 2D using the ``.plot()`` method. Xarray uses a widely used plotting library called matplotlib for this. When calling the ``.plot()`` method, Xarray checks the dimensionality of the data and plots it accordingly. Let's import matplotlib and plot the data: ::
253+
Like Pandas, Xarray comes with basic plotting capabilities. We can easily plot data in 1D and 2D using the ``.plot()`` method. Xarray uses a widely used plotting library called matplotlib for this. When calling the ``.plot()`` method, Xarray checks the dimensionality of the data and plots it accordingly. Let's import matplotlib and plot the data: ::
254254

255255
>>> import matplotlib.pyplot as plt
256256

0 commit comments

Comments
 (0)