Mykel Kochenderfer
Mykel Kochenderfer
Thank you for filing this issue. I think you can just change the `addplot+` commands in the function `plotHelper(o::IO, p::Scatter)` in `src/PGFPlots.jl`. If that does the trick for you, please...
Wow, that's a very long time.
Wow, this is very helpful information. In Julia 1.5 on my old laptop, Poppler loads in under 4 seconds. That's still too long. We added Poppler to handle the conversion...
Whoa. Can we load poppler conditionally if we try to compile and it is discovered that `pdf2svg` doesn't exist?
On my Julia 1.9.0 on Windows, I have 3.9 s for PGFPlots.jl, 2.9 s for Plots.jl, and 0.4 s for Poppler_jll.
Images.jl is used for PGFPlots.Image and PGFPlots.Histogram2. I'm perfectly fine with it being loaded on the fly since many users don't make Image and Histogram2 plots.
I also just removed the ImageMagick.jl dependency since it is captured by Images.jl.
I'm looking at master and I still see the compat entries for DataFrames. I do want to limit it to version 1.5 because currently 1.6 fails (they are about to...
PGFPlotsX was designed after PGFPlots. PGFPlotsX was designed to be a relatively thin wrapper around the pgfplots latex package. PGFPlots, however, provides more functionality such as creating Images and 2D...
Great idea! We'd welcome a PR.