Skip to main content
Filter by
Sorted by
Tagged with
5 votes
4 answers
1k views

My question is as simple as the title: i want to use R's ggplot2 but all my data handling is done in Python: is there a Python API for ggplot2, or an easy way to use ggplot2 through Python ?
ruben baetens's user avatar
7 votes
3 answers
4k views

python ggplot is great, but still new, and I find the need to fallback on traditional matplotlib techniques to modify my plots. But I'm not sure how to either pass an axis instance to ggplot, or get ...
Aman's user avatar
  • 47.4k
6 votes
2 answers
5k views

I try to use ggplot for python I have the following data: power_data = [[ 4.13877565e+04, 2.34652000e-01], [ 4.13877565e+04, 2.36125000e-01], [ 4.13877565e+04, 2.34772000e-01], ... [ 4....
Eduard Florinescu's user avatar
8 votes
2 answers
16k views

I'm trying to make a histogram of a simple list of numbers in python using ipython notebook and ggplot for python. Using pylab, it's easy enough, but I cannot get ggplot to work. I'm using this code (...
Amandasaurus's user avatar
  • 61.3k

1 2 3 4
5