X Tutup
Skip to content

Call get_backend in pylab_setup #5513

@astrofrog

Description

@astrofrog

Currently, in the pylab_setup function, the backend variable is taken from the global scope - however this means that if rcParams['backend'] is modified after importing the module, then pylab_setup will use the backend defined at import time, not the latest.

Should get_backend be called again at the start of pylab_setup?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      X Tutup