Skip to content
  • Yori Fournier's avatar
    correct the version bug for TkAgg · 2c85e986
    Yori Fournier authored
    in case matplotlib has a version number with more than 3 numbers
    like on newton (0.99.1.1) the former version gave: 9911 that is larger than 150...
    eventhough 0.99 is older than 1.5
    
    I correct by comparing only the 3 first numbers: now return 99 < 150
    2c85e986