-
Notifications
You must be signed in to change notification settings - Fork 250
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
Gadfly embedded NULs and invalid plotting #1535
Comments
Happening in REPL as well. |
I can reproduce on Mac with 1.6.0. Not the error, but the unicode errors in the axes. |
It also occurs for me on NixOS with a fresh Julia after updating my dependencies. I'll see whether I can find the upstream culprit. |
There's a discourse thread too |
I've got the first Gadfly error on 2021-04-28 around 15:00 GMT. When looking through the General registry for changes, there recently have been updates to: I've pinned them all to older versions with a Gadfly |
I'm pretty sure that Showoff.jl is the culprit. On Julia 1.6.1 in my normal environment:
and on Julia 1.5, Julia 1.6.0 and Julia 1.6.1 via Docker with Showoff
|
@datadreamscorp The issue should be solved by https://discourse.julialang.org/t/plotting-broken-gadfly-and-plots-backends-not-showing-axis-ticks-cant-plot-dataframes/60201/10. Can you close this issue or do you still have problems? |
Opened one of my scripts today to find this error whenever I tried to plot using a DataFrame in Pluto.jl. Tried plotting to vectors in another session and axis ticks are not showing properly (image below), which I guess is part of the problem.
Failed to show value:
ArgumentError: embedded NULs are not allowed in C strings: "-\0.\0"
The text was updated successfully, but these errors were encountered: