Search code examples
python-ggplot

How to have multiple graphs in one figure in ggplot


I would like to have multiple graphs in one figure using ggplot. Much like a subplot in matplotlib.


Solution

  • This is currently not possible: https://github.com/yhat/ggplot/issues/181