-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DimensionLink: Write through label and unit
Can now write through to the linked data object when setting label and unit on RangeDimension: - RangeDimension ticks cannot be changed. - RangeDimension label linked to DataArray changes the DataArray label. - RangeDimension label linked to DataFrame raises error: The column name of a DataFrame can't be changed since it's the name of a field of a compound data type, which we can't change. - RangeDimension unit linked to DataArray changes the DataArray unit. - RangeDimension unit linked to DataFrame changes the DataFrame column unit. - SetDimension labels cannot be changed.
- Loading branch information
1 parent
4cb2a78
commit ddbc727
Showing
1 changed file
with
45 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters