We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
been trying to get domain coloring and noticed that .set_palette(PaletteType::Custom(&[(1.0, 1.0, 1.0, 1.0)])) fails with
.set_palette(PaletteType::Custom(&[(1.0, 1.0, 1.0, 1.0)]))
gnuplot> set palette defined (1.000000000000e0 1.000000000000e0 1.000000000000e0 1.000000000000e0) ^ line 0: invalid palette syntax
The text was updated successfully, but these errors were encountered:
b7252ef
Thanks for reporting! You need at least two palette entries. The documentation/internal correctness check was wrong.
Sorry, something went wrong.
No branches or pull requests
been trying to get domain coloring and noticed that
.set_palette(PaletteType::Custom(&[(1.0, 1.0, 1.0, 1.0)]))
fails with
The text was updated successfully, but these errors were encountered: