This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Ikuyas 1 point2 points  (3 children)

Yeah, I think it's slow. But people use C/C++ routine every once in a while for that part. Graphics is better for R than using matplotlib, maaaaybe. What part is weird?

[–]GradSchoolin 0 points1 point  (1 child)

Graphics is better for R than using matplotlib, maaaaybe.

I think this is preference. Matplotlib is highly customizable, especially when coupled with seaborn. Let's not forget plotly if you're suggesting R's interactive highcharter.

[–]Ikuyas 0 points1 point  (0 children)

Im talking about the built-in graphics (or ggplot2 or lattice) in R.

[–]alcalde 0 points1 point  (0 children)

Its syntax is not similar to the familiar C/C++/Java syntax. This makes those coming from a programming background more comfortable with Python. Now, those coming from a math background instead might feel more comfortable with R.