Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Feature request: Adding XClass property to interactively created figures #6743

Closed
@00tau

Description

@00tau

I need your help. I would like to have the window manager to, well, manage the plots, I am creating interactively during an ipython session. When I create a plot:

from numpy import arange
import matplotlib
matplotlib.use('Qt5Agg')
import matplotlib.pyplot as pt
pt.ion()

x = arange(-10,10,step=.1)
pt.plot(x, x**2)

And check for the window properties, I get nothing.

% xprop | grep CLASS
WM_CLASS(STRING) = " ", " "

Is it possible to configure matplotlib to add some X-window properties to its plots?

I have installed matplotlib using pip.

pip freeze | grep '\(matplotlib==\)\|\(ipython==\)'
ipython==4.2.0
matplotlib==1.5.1

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions