KristofferC / PGFPlotsX.jl

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

Follow the API change in DataFrames.jl for eachcol. #233

Closed tpapp closed 4 years ago

tpapp commented 4 years ago

See JuliaData/DataFrames.jl/pull/2120.

Incidentally, use the faster reduce(hcat, ...) form.