AlgebraOfGraphics.jl
AlgebraOfGraphics.jl copied to clipboard
Unable to save figure as pdf
Bug description
I am trying to save() a figure as PDF, but am unable to do so. The resulting image is always png.
Steps to reproduce
Draw a figure, capture as a variable. try to save() the figure.
Error reporting
If the bug is an unexpected error, please include the error message and the entirety of the stack trace.
Images
If applicable, add images of the plots you obtained to help explain your problem.
Version info
[cbdf2221] AlgebraOfGraphics v0.6.9
[69666777] Arrow v2.3.0
[336ed68f] CSV v0.10.4
[13f3f980] CairoMakie v0.8.8
[a93c6f00] DataFrames v1.3.4
[38e38edf] GLM v1.8.0
[ee78f7c6] Makie v0.17.8
[626c502c] Parquet v0.8.4
[1a8c2f83] Query v1.0.0
[2913bbd2] StatsBase v0.33.18
[2cb19f9e] StatsKit v0.3.1
[bd369af6] Tables v1.7.0
What code did you execute?
Strange. When I try to make a minimal example, it does save to PDF correctly. I need to see what is happening in the remote environment that doesn't work.
Not sure if VSCode execute by cell has anything to do with it.
in Vs_code?