Hacker News new | ask | show | jobs
by 3jckd 2533 days ago
Yes, they are. Slow and hardly as expressive or rich as python/r counterparts.
1 comments

One can use matplotlib in Julia by PyCall'ing it. So it is at least as good as anything else.
Or ggplot2 using RCall, which is what I use and it's quite nice.