numberscope / frontscope

Numberscope's front end and user interface: responsible for specifying sequences and defining and displaying visualizers
MIT License
7 stars 14 forks source link

Bar Graph Factorization Visualizer #115

Open katestange opened 2 years ago

katestange commented 2 years ago

A visualizer that shows factorizations of the sequence in an accessible, visual way. Sequence is shown as a bar graph, one bar per term, where bars indicate factorization by stacking sub-bars of length log p for each prime p in the factorization (so the total bar length is log n where n is the term). Colour coded in useful ways. Pan/zoom. Extra info appears upon mouseover/click (exact factorization, or highlight appearance of a particular prime number, etc.).

gwhitney commented 2 months ago

@katestange I think this is unblocked now. Not that there is any urgency, and right now might not be the best juncture, but whenever you like you could dust off the code you have for this and see if a PR could be generated.

katestange commented 2 months ago

Yeah right now probably isn't the best moment, but I did dust off the code last week and took a look at it. So I'll be excited to do this when the time is right.