Basic wrapper for plotHistogram

This commit is contained in:
Oliver Charles
2021-01-24 20:23:58 +00:00
parent ff989ba403
commit ecab9d37a2
2 changed files with 14 additions and 0 deletions

View File

@ -78,6 +78,8 @@ loop w checked = do
selectable "Testing 2"
endCombo
plotHistogram "A histogram" [ 10, 10, 20, 30, 90 ]
beginMainMenuBar >>= whenTrue do
beginMenu "Hello" >>= whenTrue do
menuItem "Hello"