rpday / chinook

Python module for simulating matrix-elements in ARPES using a tight-binding model
https://chinookpy.readthedocs.io
MIT License
38 stars 15 forks source link

problem regarding plotting in chinook #8

Open Ashu723 opened 7 months ago

Ashu723 commented 7 months ago

Hi Ryan, I have read your article from npj quantum material about Chinook package, is quite good! so I decided to give it a try but I am facing some warning messages as follows "MatplotlibDeprecationWarning: The register_cmap function was deprecated in Matplotlib 3.7 and will be removed two minor releases later. Use matplotlib.colormaps.register(name) instead." I tried to change those commands but s it's not working and getting messy so could you please help me?

Thank you

Ashu723 commented 7 months ago

I found one solution. I created a new environment in Anaconda with Python 3.9 and Matplotlib 3.5.0 and now it is working