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

Consolidate DiscreteView and ContinuousView #12

Open
milliams opened this issue Jul 23, 2018 · 0 comments
Open

Consolidate DiscreteView and ContinuousView #12

milliams opened this issue Jul 23, 2018 · 0 comments
Milestone

Comments

@milliams
Copy link
Owner

As mentioned in the design philosophy on the wiki, I'd like to be able to automatically map representations to views by their dimension types.

For starters, this means consolidating the current DiscreteView and ContinuousView into one 2D view which can have either a continuous or discrete dimension on each axis. This means that we should be able to define a view as being continuous×continuous, continuous×discrete, discrete×continuous or discrete×discrete.

The user should then be able to take a BoxPlot representation (which can be thought of as having an implicit discrete×continuous dimensionality) and map it to a continuous×discrete view so that it plots horizontally.

Before we jump into implementation, some questions:

  1. Do we want to statically define the view axis types or dynamically at runtime?
  2. Are continuous×discrete and discrete×continuous really different or can the transpose just be done with a boolean flag?
  3. Do we need, in general, a more detailed approach to dimensions where, as well as continuous/discrete they also have a type (e.g. "city name", "height", "bin density") to make sure that only data of the same type gets plotted on the same axis?
@milliams milliams added this to the 1.0 milestone Jul 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant