wdecoster/NanoPlot

NanoPlot 1.43.0 crash

Closed this issue · 4 comments

Hi,

I ran into some trouble with NanoPlot v 1.43.0 when I included --legacy hex in my script and received an output message saying that NanoPlot crashed and to try updating it. In my previous script when I wrote --plots hex dot kde I received an html NanoPlot report but this time when I appended my script to --plots dot kde --legacy hex I did not.

I've included the log file below and would appreciate any help!
NanoPlot_20240909_0118.log

Hi,

That looks similar to #222, could you try downgrading seaborn to 0.10.1?
Hope this helps. I keep those legacy plots in there because some of them are nice, but as the name implies, they're not really heavily supported.

Wouter

Thank you for your quick reply! I followed your suggestion and tried downgrading seaborn to 0.10.1 but still received an output saying that Nanoplot crashed. I've included the new file log below.
NanoPlot_20240909_0907.log

Hmpf, that's a new one. Can you check which version of matplotlib you have installed? You may have to downgrade that one, too. Based on a quick Google search, I suspect v3.1.0 should work. Or you should decide you don't really want the legacy plots :)

Hi Wouter! After downgrading matplotlib to v3.1.0 and seaborn to v.0.10.1 I successfully received a Nanoplot report including the legacy hex plot. Thank you so much for your help!!