Skip to content

Commit

Permalink
Update docs/gallery/advanced_io/plot_editing.py
Browse files Browse the repository at this point in the history
Co-authored-by: Oliver Ruebel <[email protected]>
  • Loading branch information
bendichter and oruebel authored Jan 31, 2024
1 parent 0982847 commit ab79f28
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/gallery/advanced_io/plot_editing.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,10 @@
# created. If the dataset was created with a flexible shape, then it is possible to
# change in-place. Creating a dataset with a flexible shape is done by specifying the
# ``maxshape`` argument of the :py:class:`~hdmf.backends.hdf5.h5_utils.H5DataIO` class
# constructor. Using a ``None`` value for ``maxshape`` allows the dataset to be reset
# arbitrarily long in that dimension. Chunking is required for datasets with flexible
# shapes. Setting ``maxshape`` automatically sets chunking to ``True``, if not specified.
# constructor. Using a ``None`` value for a component of the ``maxshape`` tuple allows
# the size of the corresponding dimension to grow, such that is can be be reset arbitrarily long
# in that dimension. Chunking is required for datasets with flexible shapes. Setting ``maxshape``,
# hence, automatically sets chunking to ``True``, if not specified.
#
# First, let's create an NWB file with a dataset with a flexible shape:

Expand Down

0 comments on commit ab79f28

Please sign in to comment.