Commit graph

7 commits

Author SHA1 Message Date
Simon Hausmann
234dfd85b6 Minor cleanup in the plotter example
Use a horizontal box instead of a horizontal layout
2021-08-19 09:46:18 +02:00
Simon Hausmann
fa3f21ae61 Fix alignment of pitch title and the slider in the plotter example 2021-08-18 17:58:39 +02:00
Simon Hausmann
91930aad55 Improve spacing between plotter title and the image
Use a VerticalBox
2021-08-18 17:57:12 +02:00
Tobias Hunger
aea4ecca99 Apply pre-commit hooks to all files 2021-08-17 22:38:16 +02:00
Simon Hausmann
92655486da Simplify plotter example
Use a callback that produces the plot from a pitch as the image source.
2021-08-11 17:13:21 +02:00
Olivier Goffart
ffccef4e0c Examples: replace all _ by - in identifiers 2021-08-10 22:21:01 +02:00
Simon Hausmann
1d83837228 Add a plotter example using plotters
This is kind of an interactive port of
https://github.com/38/plotters/blob/master/examples/3d-plot2.rs
2021-08-10 15:56:01 +02:00