8000 _axes.py linestyle_map unused · Issue #7162 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content
_axes.py linestyle_map unused #7162
Closed
Closed
@Carreau

Description

@Carreau

This thing seem to be unused to me:

        linestyle_map = {
            'solid': '-',
            'dashed': '--',
            'dashdot': '-.',
            'dotted': ':'
        }

I'm not sure if this is on purpose, from git log it seem like it used to be to allow what is now final_boxprops to support the "dotted", "solid" keyword somewhere (not sure where).
If it's not usefull anymore it might be removed I guess.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Difficulty: Easyhttps://matplotlib.org/devdocs/devel/contribute.html#good-first-issues

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0