Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues with tutorial ListCurrentEmacsBuffersAndSizesInBarChart.org #12

Closed
DamienCassou opened this issue Oct 11, 2021 · 6 comments
Closed

Comments

@DamienCassou
Copy link

DamienCassou commented Oct 11, 2021

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
Copy link
Owner

ag91 commented Oct 11, 2021

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

ag91 added a commit that referenced this issue Oct 11, 2021
@DamienCassou
Copy link
Author

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.

@DamienCassou
Copy link
Author

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

@kat-co
Copy link

kat-co commented Oct 11, 2021

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
Copy link
Owner

ag91 commented Oct 30, 2021

@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?)

@DamienCassou
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants