KristofferC / PGFPlotsX.jl

Plots in Julia using the PGFPlots LaTeX package
Other
301 stars 40 forks source link

RGB colors with silly accuracy fail #154

Closed yakir12 closed 5 years ago

yakir12 commented 5 years ago

This currently errors because the 1e-9 prints out as "1e-9":

@pgf Plot({color = RGB{Float64}(1,0,1e-9)}, Coordinates(1:2, 1:2))
tpapp commented 5 years ago

We will of course work around this, but asked for clarification upstream https://sourceforge.net/p/pgfplots/bugs/222/ .