* guile: update examples

This commit is contained in:
djcb
2012-01-09 08:23:56 +02:00
parent 55b7fcbaef
commit bb20ad375e
2 changed files with 17 additions and 16 deletions

View File

@ -168,7 +168,7 @@ then be used in, e.g., R and gnuplot."
(begin
(display msg)
(exit (if help 0 1))))
(mu:initialize #t muhome)
(mu:initialize muhome)
(cond
((string= period "hour") (mu:plot:per-hour expr))
((string= period "day") (mu:plot:per-weekday expr))