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

Export to SVG fails if breaks are given by integers #763

Closed
IKupriyanov-HORIS opened this issue Apr 17, 2023 · 0 comments
Closed

Export to SVG fails if breaks are given by integers #763

IKupriyanov-HORIS opened this issue Apr 17, 2023 · 0 comments
Assignees

Comments

@IKupriyanov-HORIS
Copy link
Collaborator

from lets_plot import *
LetsPlot.setup_html()

p = ggplot({"x": [0,1,2]}, aes("x")) + geom_point() + scale_x_continuous(breaks=[0, 2])
ggsave(p, 'p_breaks.svg')

Cell output doesn't tell about any problems, but file contains error message:

generateSvg() - Exception: Not a collections of Double(s)

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