Skip to content

support 'markevery' in prop_cycle #8576

Closed
@hedongya

Description

@hedongya

Bug report

Bug summary

Key axes.prop_cycle: Unknown artist properties: {'markevery'}

Code for reproduction

# Paste your code here
import matplotlib
from cycler import cycler
matplotlib.rcParamsDefault['axes.prop_cycle']=cycler(markevery=[8])

Actual outcome

ValueError: Key axes.prop_cycle: Unknown artist properties: {'markevery'}

Expected outcome

Default markevery cycle.

Matplotlib version

  • Operating System: Ubuntu 14.04
  • Matplotlib Version: 2.0.0
  • Python Version: 3.4
  • Jupyter Version (if applicable):
  • Other Libraries:

No error for matplotlib 1.5

Metadata

Metadata

Assignees

No one assigned

    Labels

    Difficulty: Easyhttps://matplotlib.org/devdocs/devel/contribute.html#good-first-issuesGood first issueOpen a pull request against these issues if there are no active ones!New feature

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions