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

Cannot plot a singleton point with plot in Tcl #62

Closed
rwoldford opened this issue Nov 6, 2019 · 1 comment
Closed

Cannot plot a singleton point with plot in Tcl #62

rwoldford opened this issue Nov 6, 2019 · 1 comment

Comments

@rwoldford
Copy link
Member

The TCL plot function fails when given a single point to plot.

For example in R,
l_plot(x = 1, y = 1)

Produces
Error in structure(.External(.C_dotTclObjv, objv), class = "tclObj") :
[tcl] key "" not known in dictionary.

(the above happens in Python call too), plus R adds
Error: $ operator is invalid for atomic vectors

This appears to be a bug in the loon tcl code.

@rwoldford
Copy link
Member Author

Fixed by Zehao

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