Relative Content

Tag Archive for pythonr

Storing Python plots in variables for later use (like it is possible in R)

I’m writing code to perform exploratory dataset analysis and as part of this I would like to plot some of the variables in the dataset. I would like to have a function to generate the plot objects that then can be called upon and displayed as needed in the Jupyter Notebook. In R I can something like this: