Consolidate DiscreteView
and ContinuousView
#12
Labels
Milestone
DiscreteView
and ContinuousView
#12
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
andContinuousView
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:
The text was updated successfully, but these errors were encountered: