-
-
Notifications
You must be signed in to change notification settings - Fork 358
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
Allow values to get passed to hline/vline instead of vectors #2575
Comments
If this is going to be done, we shouldn't specialize |
Note that
A distinction between vectors and scalars is exactly what makes julia nicer than R IMHO |
Which I do find surprising |
Maybe? At least it's the current behaviour and some users depend on it (useful for live updating plots where you gradually push to the series) |
|
haha thanks @daschw I must have misremembered or used it with |
duplicate of #2129 |
I would find it much more intuitive if the methods were at least called Well, maybe that is not the ideal solution, but when so many things "just work", it is honestly flabbergasting not to have something as straightforward as |
Should this be closed as a duplicate? |
Right now you get an error:
// this should just automatically cast the hline or vline like:
The text was updated successfully, but these errors were encountered: