-
Notifications
You must be signed in to change notification settings - Fork 18
Add color schemes to Mod Fill visualizer #143
Copy link
Copy link
Closed
Labels
futureNot being actively worked on, but might be worked on in the futureNot being actively worked on, but might be worked on in the futuregood first issueGood for newcomersGood for newcomersvisualizerHas to do with a visualizer or the visualizer subsystem.Has to do with a visualizer or the visualizer subsystem.
Metadata
Metadata
Assignees
Labels
futureNot being actively worked on, but might be worked on in the futureNot being actively worked on, but might be worked on in the futuregood first issueGood for newcomersGood for newcomersvisualizerHas to do with a visualizer or the visualizer subsystem.Has to do with a visualizer or the visualizer subsystem.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Currently, Mod Fill simply colors a cell black if anywhere in the series there is a representative of the corresponding congruence class. You can watch the diagram fill in to get some sense of when in the sequence a given residue occurs, but there is no indication in the final diagram.
This binary scheme is reasonable and should be kept, but I don't think it would be overcomplicating the visualizer to offer a couple more color schemes. The ones that come to mind (a subset or superset of these could be implemented) involve the user choosing a gradient (from some standard options like greyscale or typical heatmap gradients) and then using it to indicate one of
In (4) there is the question of whether the gradient should have the same dynamic range for different moduli -- for higher moduli, we might expect that all individual residues have low(er) frequencies, since there are so many residues, so we might want to (automatically, or under user control?) "turn the gain up" on the larger moduli.
This proposal is after an idea floated in #49.