meikpiep / gauguin

Gauguin is a Sudoku-like game for Android where you solve grids via calculation and logic.
GNU General Public License v3.0
109 stars 6 forks source link

[Feature request] new stats display for scatter plot #148

Closed BertusVulgaris closed 2 months ago

BertusVulgaris commented 7 months ago

It would be great to visualize time spent on a puzzle vs difficulty, as a scatter plot.

meikpiep commented 6 months ago

That's a great idea!

The lib currently used for diagrams (Vico) does not support scatter diagrams. I will think about if we can support a diagram serving the needs.

meikpiep commented 2 months ago

@BertusVulgaris I just released version 0.30.0 https://github.com/meikpiep/gauguin/releases/tag/v0.30.0 containing the scatter plot, thanks for the idea!

meikpiep commented 2 months ago

See further info and discussion here regarding statistics: https://github.com/meikpiep/gauguin/discussions/220#discussioncomment-10647977