-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: add gnuplot snippet #9
Conversation
Now we can have parts like "python" and so on, to organize snippets better
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, thanks!
A minor nitpick: I think
```bash
$ ...
```
should be
```console
$ ....
```
otherwise, the numbers at the start of the lines get highlighted in a confusing way. Somewhere between sphinx/pygments/myst/… the proper highlighting with a different color for the $
gets lost – it looks fine in the PDF, though 🤷♂️
I also wonder, whether we should do something about the long lines that get cut off – would line continuation with \
be helpful or confusing?
I've updated it to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@all-contributors please add @mstimberg for review |
I've put up a pull request to add @mstimberg! 🎉 |
Adds a snippet about how to quickly plot on the command line using GNUPlot.