Skip to content
  • Striegler, Arne's avatar
    c581d404
    Changed · c581d404
    Striegler, Arne authored
    plt.grid(b=True, which='major', color='0.65', linestyle='--')
    to 
    plt.grid(which='major', color='0.65', linestyle='--')
    as
    b = True not valid anymore
    c581d404
    Changed
    Striegler, Arne authored
    plt.grid(b=True, which='major', color='0.65', linestyle='--')
    to 
    plt.grid(which='major', color='0.65', linestyle='--')
    as
    b = True not valid anymore
Loading