I'm on a *nix server right now with limited install privileges and I'm appreciating a distinct advantage of R over Python: you need fewer dependencies to plot in R. I have X-forwarding set up and can plot away in R, but I can't with Python due to lack of a backend.
For Python, I've had to install Tkinter a few times - not a big deal - but now I'm in a situation where it's not obvious how to and I'm appreciating the ease of plotting with R. Wasn't Python supposed to be the "batteries included" language?
So how does R do it? Does every install of R come with Tkinter? Or is it using something else to create its plots?