chemosim-lab / ProLIF

Interaction Fingerprints for protein-ligand complexes and more
https://prolif.readthedocs.io
Apache License 2.0
337 stars 66 forks source link

Barcode visualization #151

Closed AhmedHassanin-IPB closed 10 months ago

AhmedHassanin-IPB commented 10 months ago

I have got an error with the barcode generated png, it did not contain any label., I used the 'fp.plot_barcode()' without any arguments but it shows me that error. "Axis.set_ticks() take 2 positional arguments but 3 were given" barcode

cbouy commented 10 months ago

Which version of matplotlib are you using? 3.7 should work (and 3.6 as well if I remember correctly), I haven't tried older versions so could be that

AhmedHassanin-IPB commented 10 months ago

Thanks so much, it was an old version of matplotlib (3.4), I have updated, and works fine ..