mu/guile/examples
Piyush c4e037c16f Fix handling of --text option in `msg-graphs' example
The previous implementation of `msg-graphs` called `mu:plots/mu:plot` with
output set to `#t` when the option `--text` was passed.  This caused an error in
the `string-append` call in `mu:plot` since the expression `(or output "dumb")`
evaluated to the symbol `#t` rather than a string.

This commit fixes this by making sure that `mu:plot` is called with `output` set
to `"dumb"` when the option `--text` is passed to `msg-graphs`, and with
`output` set to `"wxt"` (the default multi-platform graphical output device in
`gnuplot`) otherwise.  This is done by essentially making the code of
`msg-graphs` agree with the plotting code in the `guile/scripts` directory.
2019-05-11 14:46:30 +05:30
..
Makefile.am * more more copyright year updates 2013-03-30 11:38:01 +02:00
contacts-export * guile: make sure the examples still work 2012-07-14 12:46:42 +03:00
msg-graphs Fix handling of --text option in `msg-graphs' example 2019-05-11 14:46:30 +05:30
mu-biff * guile: update some of the examples 2012-09-17 11:41:11 +03:00
org2mu4e * guile: update some of the examples 2012-09-17 11:41:11 +03:00