Skip to content

some tools still use removed matplotlib.use('Agg',warn=False) syntax #580

@EricDeveaud

Description

@EricDeveaud

Hello,

FYI some tools use pre 3.3 matplotlib syntax, so fail with recent mpl ones

programs/e2spt_hac.py:	matplotlib.use('Agg',warn=False)
programs/e2spt_autoboxer.py:matplotlib.use('Agg',warn=False)

same for some examples

examples/e2spt_tomosimjobs.py:matplotlib.use('Agg',warn=False)
examples/e2spt_timetest.py:matplotlib.use('Agg',warn=False)
examples/e2spt_icethicknessplot.py:	matplotlib.use('Agg',warn=False)
examples/e2spt_icethicknessplot.py:	matplotlib.use("TkAgg",warn=False)
examples/e2plotfig.py:#matplotlib.use('Agg',warn=False)
examples/e2plot_de_motion.py:matplotlib.use('Agg',warn=False)
examples/e2figureplot.py:matplotlib.use('Agg',warn=False)

regards

Eric

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

    Issue actions