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

improvements to qt edit widget #4411

Merged
merged 2 commits into from May 13, 2015
Merged

Commits on May 6, 2015

  1. FIX : do not pass empty curve list through

    If there are lines on the Axes, but they are all labeled
    '_nolegend_', treat as if there are no lines on the Axes.
    
    Closes matplotlib#4323
    tacaswell committed May 6, 2015
    Copy the full SHA
    66a8ac0 View commit details
    Browse the repository at this point in the history
  2. FIX : handle color better it qt editor

    Convert all line colors to hex before passing into the form layout.
    
    Closes matplotlib#4410
    tacaswell committed May 6, 2015
    Copy the full SHA
    3f31677 View commit details
    Browse the repository at this point in the history