* guile: rename mu:plot -> mu:plot-histogram
This commit is contained in:
@ -31,7 +31,7 @@ exec guile -e main -s $0 $@
|
||||
"Count the total number of messages for each weekday (0-6 for
|
||||
Sun..Sat) that match EXPR. If PLAIN-TEXT is true, use a plain-text
|
||||
display, otherwise, use a graphical window."
|
||||
(mu:plot
|
||||
(mu:plot-histogram
|
||||
(mu:weekday-numbers->names
|
||||
(sort (mu:tabulate
|
||||
(lambda (msg)
|
||||
|
||||
@ -31,7 +31,7 @@ exec guile -e main -s $0 $@
|
||||
"Count the total number of messages for each weekday (0-6 for
|
||||
Sun..Sat) that match EXPR. If PLAIN-TEXT is true, use a plain-text
|
||||
display, otherwise, use a graphical window."
|
||||
(mu:plot
|
||||
(mu:plot-histogram
|
||||
(sort
|
||||
(mu:tabulate
|
||||
(lambda (msg)
|
||||
|
||||
@ -31,7 +31,7 @@ exec guile -e main -s $0 $@
|
||||
"Count the total number of messages for each weekday (0-6 for
|
||||
Sun..Sat) that match EXPR. If PLAIN-TEXT is true, use a plain-text
|
||||
display, otherwise, use a graphical window."
|
||||
(mu:plot
|
||||
(mu:plot-histogram
|
||||
(mu:month-numbers->names
|
||||
(sort
|
||||
(mu:tabulate
|
||||
|
||||
@ -31,7 +31,7 @@ exec guile -e main -s $0 $@
|
||||
"Count the total number of messages for each weekday (0-6 for
|
||||
Sun..Sat) that match EXPR. If PLAIN-TEXT is true, use a plain-text
|
||||
display, otherwise, use a graphical window."
|
||||
(mu:plot
|
||||
(mu:plot-histogram
|
||||
(sort (mu:tabulate
|
||||
(lambda (msg)
|
||||
(string->number
|
||||
|
||||
@ -31,7 +31,7 @@ exec guile -e main -s $0 $@
|
||||
"Count the total number of messages for each weekday (0-6 for
|
||||
Sun..Sat) that match EXPR. If TEXT-ONLY is true, use a plain-text
|
||||
display, otherwise, use a graphical window."
|
||||
(mu:plot
|
||||
(mu:plot-histogram
|
||||
(sort (mu:tabulate
|
||||
(lambda (msg)
|
||||
(+ 1900 (tm:year (localtime (mu:date msg))))) expr)
|
||||
|
||||
Reference in New Issue
Block a user