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
It seems that with 0.27, Plot no longer plots two functions at the same time correctly.
try
plot([sin,cos],0,pi)
The result was correct with 0.26
The text was updated successfully, but these errors were encountered:
Thanks for reporting! @BeastyBlacksmith might this be related to https://github.com/JuliaPlots/Plots.jl/pull/2204/files and/or JuliaPlots/PlotUtils.jl#68?
Sorry, something went wrong.
Most likely the issue should be here. I can take a look at the weekend.
Successfully merging a pull request may close this issue.
It seems that with 0.27, Plot no longer plots two functions at the same time correctly.
try
plot([sin,cos],0,pi)
The result was correct with 0.26
The text was updated successfully, but these errors were encountered: