• gigachad
    link
    fedilink
    English
    arrow-up
    17
    ·
    2 months ago

    Matplotlib is still a pain in the ass when you need to customize something seaborn can’t handle

    • Gebruikersnaam@lemmy.ml
      link
      fedilink
      English
      arrow-up
      5
      ·
      2 months ago

      Use plotnine if you want a ggplot-like API. Matplotlib is too low level for most stuff so it needs an abstraction layer such as plotnine or seaborn. Also, I understand the original devs desire to copy Matlab plotting standards, but that language is so bad.