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

Issue 1133 lon labels freaks out #1172

Merged
merged 4 commits into from Mar 26, 2015

Commits on Mar 26, 2015

  1. tickmarks pltting was altering directly vcs.elements[list] object

    making a copy of the dic before further manipulating it fixes the issue
    doutriaux1 committed Mar 26, 2015
    Configuration menu
    Copy the full SHA
    05a6ab6 View commit details
    Browse the repository at this point in the history
  2. cleaned up new test case

    doutriaux1 committed Mar 26, 2015
    Configuration menu
    Copy the full SHA
    fcc92ed View commit details
    Browse the repository at this point in the history
  3. added test to test suite

    doutriaux1 committed Mar 26, 2015
    Configuration menu
    Copy the full SHA
    3b73783 View commit details
    Browse the repository at this point in the history
  4. as suggested by @dlonie using vcs.prefix rather than sys.prefix

    this will ensure it will work on installation built on top of system python
    doutriaux1 committed Mar 26, 2015
    Configuration menu
    Copy the full SHA
    a93af3d View commit details
    Browse the repository at this point in the history