-
Notifications
You must be signed in to change notification settings - Fork 251
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
SVG does not work with Gadfly 1.4.0 and Compose 0.9.5 #1631
Comments
The false is a byproduct of some Compose function (yes we should track this down and return nothing). What version of Julia are you on? There was a recent issue fixed on Compose.jl#master (GiovineItalia/Compose.jl#441), so try:
if you are on a relatively recent version of Julia? |
Thank you for the quick response. I tried it on Julia 1.10.2 and Julia 1.9.4 using Compose.jl#master, but I encountered the same result – it returns false. |
I'm assuming your main issue here is that no file was produced? What OS are you on? I'll have to check later to see if I can replicate the issue. |
It returns false but the svg file is generated. Thank you for the answer. Does I close this issue ? |
The false is a more of a Compose issue. You can replicate it by trying any of the examples in the Compose docs. Also you can get rid of it simply by adding: |
Thank you! |
The following code does not work with Gadfly 1.4.0 and Compose 0.9.5
It return false.
The text was updated successfully, but these errors were encountered: