Is there a way to turn a matplotlib.pyplot
plot into a Flowable
object within reportlab
so that I can render it within a pdf?
My question is very similar to the question asked here. However, I am limited because I am working on a system where I can only use a certain set of libraries. These are:
- The libraries installed with Anaconda 2
reportlab
Is this possible with the set of packages that I have?
EDIT: I would like to avoid saving the plot as a png