-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
New functionality for gnuplot 5? #2
Comments
I am bumping this issue and self-assigning. Latest version is 5.4, I will take time to go through the changelogs and see what can be ported over to gnuplot.el |
BG='rbgcolor "#303030"'
set term wxt @BG
DATA="mydatafile.dat"
plot @DATA using 1:2 w li I do not know, if this is specific to new functionality of v5, but this is absent for sure. I get an error like:
Also gnuplot (v5.4) doesn't seem to provide info manuals anymore. At least there isn't one in the system package with Arch. Update:This, I was able to mitigate by prefixing ("@?[A-Za-z_][A-Za-z0-9_]*" name) |
gnuplot-mode was written back in the day of gnuplot version 3.5. Are there any new features since then that should be explicitly supported?
The text was updated successfully, but these errors were encountered: