Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug Fix: 'steps' is not a valid value for ls #118

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 11, 2024

  1. Bug Fix: 'steps' is not a valid value for ls

    Currently this file doesn't. Error raised is: 
    ValueError: 'steps' is not a valid value for ls; supported values are '-', '--', '-.', ':', 'None', ' ', '', 'solid', 'dashed', 'dashdot', 'dotted'
    
    According to https://stackoverflow.com/questions/78025039/matplotlib-valueerror-steps-is-not-a-valid-value-for-ls
    ls is linestyle, while it seems the intention here is ds - drawstyle
    yardenmezi authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    005b92c View commit details
    Browse the repository at this point in the history