Skip to content

plots created in inner function #2

Open
@soramimo

Description

@soramimo

Hi Gael,

this seems like an insanely useful tool for the scipy community, so many thanks for publishing this. I've started to use it for some of my experiments and I have noticed that it does not seem to be possible to include plots in the report that were created in inner functions. Is this possible somehow, or can pyreport be extended to do this?

Thanks,
Chris

Activity

soramimo

soramimo commented on Oct 19, 2010

@soramimo
Author

Problem solved.

I was previously using:
import matplotlib.pyplot as plt
plt.plot(x,y)

replacing it with:
import pylab
pylab.plot(x,y)

did the trick.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @soramimo

        Issue actions

          plots created in inner function · Issue #2 · joblib/pyreport