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

plotstring function requires a configuration option for "using" statement #171

Open
LukasKrumwiede opened this issue Aug 18, 2021 · 0 comments

Comments

@LukasKrumwiede
Copy link

If one wants to define the border for filling the space between two curves it requires an option to pass the using argument in the plotstring function. I tried it with curveconf! but the returned string looks like
plot 'Temp\jl_VVb16f2sAr' i 0 title 'y1' using 1:2:3, but it should have the form:
plot 'Temp\jl_VVb16f2sAr' using 1:2:3 i 0 title 'y1' w filledcurves

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

1 participant