-
-
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
Cannot convert Float64 to series data for plotting in 0.27.0 #2249
Comments
What is the expected behavior? Perhaps you mean |
If I want to plot a point in 3D space, what command am I supposed to use?
|
To plot a single point, you still need to pass a vector for each of x,y,z.
You can also pass points as tuple of coordinates, like
|
In the end, should plot(ints...)
plot(floats...) have the same of different behavior or not? Should both raise an error? |
|
Thanks for the explanation.
I'd say this semantics is rather counterintuitive. If |
gives
The text was updated successfully, but these errors were encountered: