-
Notifications
You must be signed in to change notification settings - Fork 85
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
rlocusplot shows a very long warning with Plots #785
Comments
The warning is due to the plot recipe having hover information, but you’re plotting the GR, a backend that does not support hover information. If you use plotly, you can hover the mouse above the plot to see the gain value at a particular point on the curve. This is really more of an issue with plots |
Well, I guess it could be fixed in this package by using only keywords that are supported by the current backend. |
I would be against adding ad-hoc code only because it is not yet fixed in Plots. Moreover the warning appears only once. |
Adding code that tries to special-case Plots.jl backends have been fraught with bugs before, the backends keep changing and there are quite many of them. I'd thus also be reluctant to try to handle the differences between them. If you do not like the warning, you can silence it through other means for now, or use one of the backends that support the |
Example:
Output:
The text was updated successfully, but these errors were encountered: