Skip to content

write sphinx extension to generate recursive inheritance #7182

Closed
@tacaswell

Description

@tacaswell

Right now, the recursive inheritence diagrams are generated manually, using the following command:

for n in sorted(list(set(dir(maxis.Axis)) - set(dir(matplotlib.artist.Artist)))): 
    print('Axis.' + n) if n[0] != '_' else None

See #7176 for more information.

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