ag91/moldable-emacs

Issues with tutorial ListCurrentEmacsBuffersAndSizesInBarChart.org

DamienCassou opened this issue · 6 comments

invoke M-x and type me/mold

I guess it is me-mold instead

type “Playground”

I get

Warning (emacs): Mold nil has no examples! Would you mind to add one?
You can use TODO now to add the last usage as an example

and no buffer opens. After reading the README, I realize I needed to do (me-setup-molds). You might want to repeat it in the tutorial if it is meant for new users.

type “PlistToBarChart” and hit return

I get an error about missing csv-mode. You might want to add csv-mode to prerequisites.

ag91 commented

ah thanks for the feedback! I completely forgot that csv-mode was an external dependency, sorry! A second I will rectify these

Then I got

graph --bar --figsize 2560x1080 --xtick-angle 90 /tmp/somefile.csv: exited abnormally with code 1.

Executing that in a terminal reveals an issue with graph.

Thank you very much for your work on this tutorial. It's really a good way to start.

Then I got

graph --bar --figsize 2560x1080 --xtick-angle 90 /tmp/somefile.csv: exited abnormally with code 1.

Executing that in a terminal reveals an issue with graph.

matplotlib should be listing pyqt as a dependency. If you put this somewhere python can find it, you should be good.

ag91 commented

@DamienCassou can I close this or do I need to improve something?
(Maybe you could suggest another software for plotting that is as easy to use as graph-cli?)

I'm closing the issue. Thank you for having worked on it.