ResidentMario / missingno

Missing data visualization module for Python.
MIT License
3.96k stars 517 forks source link

Plotly / Dash implementation option #166

Closed Robin66014 closed 1 year ago

Robin66014 commented 1 year ago

As me and co-researchers are trying to implement the graph in a Dash webapplication, it would be nice to be able to plot the graphs as plotly figures, so that they are interactive (and you can see exactly which points are missing), and uploadable to Dash.

ResidentMario commented 1 year ago

missingno is solidly a matplotlib thing and will stay that way.

It shouldn't be impossible to extract the core ideas and reimplement them in Dash, though. But that would be a separate project. 🙂