Kernel: Python 3 (system-wide)
RPy2 in Python 3 (Ubuntu Linux) kernel using ggplot2
In [1]:
Out[1]:
/usr/local/lib/python3.6/dist-packages/rpy2/robjects/pandas2ri.py:14: FutureWarning: pandas.core.index is deprecated and will be removed in a future version. The public classes are available in the top-level namespace.
from pandas.core.index import Index as PandasIndex
In [2]:
In [3]:
Out[3]:
/usr/local/lib/python3.6/dist-packages/rpy2/robjects/lib/ggplot2.py:72: UserWarning: This was designed againt ggplot2 version 3.2.1 but you have 3.3.0
'have %s' % (TARGET_VERSION, ggplot2.__version__))
In [4]:
In [5]:
Out[5]:
Plotting via a temp file
In [6]:
In [7]:
Out[7]:
R[write to console]: `geom_smooth()` using formula 'y ~ x'
In [8]:
Out[8]:
R[write to console]: `geom_smooth()` using formula 'y ~ x'
In [0]: