Skip to content

Commit

Permalink
Merge branch 'master' into filename-with-spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Jun 14, 2021
2 parents e1d2870 + 223032d commit 9f081ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/tutorials/date_time_charts.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@

########################################################################################
# Using :class:`xarray.DataArray`
# ------------------------------
# -------------------------------
#
# In this example, instead of using a :func:`pandas.date_range`, ``x`` is initialized
# as a list of :class:`xarray.DataArray` objects. This object provides a wrapper around
Expand All @@ -204,7 +204,7 @@

###############################################################################
# Using :class:`numpy.datetime64`
# ------------------------------
# -------------------------------
# In this example, instead of using a :func:`pd.date_range`, ``x`` is initialized
# as an ``np.array`` object. Similar to :class:`xarray.DataArray` this wraps the
# dataset before passing it as a paramater. However, ``np.array`` objects use less
Expand Down

0 comments on commit 9f081ff

Please sign in to comment.