KristofferC / PGFPlotsX.jl

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

support surface plots with explicit color #153

Closed tpapp closed 5 years ago

tpapp commented 5 years ago

This came up in a discussion. We could support a print_tex method for the formats described in section 4.6.7 Surface Plots with Explicit Color of the pgfplots manual, eg

rgb=<red>,<green>,<blue> where each component is in the interval [0, 1],

This is slightly different from the format we use for print_opt.

Opening this for discussion, I am happy to implement it once we figure out the best way.