We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the REPL:
using Winston plot(rand(10)) savefig("test.pdf") #fine savefig("test.svg") #error
The error:
ERROR: InexactError() in write at fs.jl:176 in write_to_stream_callback at /home/ben/.julia/Cairo/src/Cairo.jl:77 (repeats 2 times)
Julia version info:
Julia Version 0.4.0-dev+1101 Commit 496351e* (2014-10-15 19:45 UTC) Platform Info: System: Linux (x86_64-linux-gnu) CPU: Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz WORD_SIZE: 64 BLAS: libopenblas (NO_LAPACK NO_LAPACKE DYNAMIC_ARCH NO_AFFINITY Haswell) LAPACK: liblapack.so.3 LIBM: libopenlibm LLVM: libLLVM-3.3
The text was updated successfully, but these errors were encountered:
JuliaLang/julia@c6bdbfe
fix jl_fs_write type sig
e93af36
uv_fs_write:offset is int64_t, not size_t. Closes JuliaGraphics/Winston.jl#182. backport of c6bdbfe Conflicts: base/fs.jl src/jl_uv.c
d4cb1e2
uv_fs_write:offset is int64_t, not size_t. Closes JuliaGraphics/Winston.jl#182.
No branches or pull requests
In the REPL:
The error:
Julia version info:
The text was updated successfully, but these errors were encountered: