Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dimensions with linking for ticks and labels #824

Open
achilleas-k opened this issue Jun 17, 2020 · 0 comments
Open

Dimensions with linking for ticks and labels #824

achilleas-k opened this issue Jun 17, 2020 · 0 comments
Milestone

Comments

@achilleas-k
Copy link
Member

Dimensions can link to either a DataArray or a DataFrame for ticks or labels (depending on Dimension type).

DataArray links

The link object should hold a series of indices that indicate a single vector to represent the ticks or labels. The dimension which holds the relevant values should be indicated by -1.

DataFrame links

The link object should hold a single index which defines the Column to represent the ticks or labels.


This replaces AliasRangeDimension, which becomes a RangeDimension that links to the DataArray that holds it, and DataFrameDimension, which becomes a SetDimension (or any dimension now) that links to a DataFrame.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant