-
Notifications
You must be signed in to change notification settings - Fork 67
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
Overriding default palette #1
Comments
Using this way, it reports errors.
|
I currently use this:
|
It works. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It may be worth including as a note in the readme, that it's possible to use these palettes to override the default, so that line styles do not need to be explicitly specified in plot commands. The method I use is a pair of commands like this:
These can be put in your
.gnuplot
file to take effect on startup, and you can then call theload palettefile
to select a different palette when desired.Of course, if there is a better way to accomplish this, it would be good to know.
The text was updated successfully, but these errors were encountered: