-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Burst variance analysis plotting error #47
Comments
Before I can provide a solution, I'll need some more details. Can you please tell me what version of seaborn you are using. In your terminal: conda list seaborn Or in the notebook print(sns.__version__) I am using seaborn 0.13.2 The rest of your versions may be important, get this with (in the terminal) conda list I don't know which solution is better for you, to update your version or change the line in the notebook. |
Ahh the seaborn was version 0.10.1, and I updated it to 0.11.2, and it works now. Thank you very much. |
After I updated seaborn, alex_jointplot function seems not working, as in a previous build, there is a warning: C:\ProgramData\anaconda3\envs\FRETBurstsEnv221014\lib\site-packages\seaborn\axisgrid.py:1840: UserWarning: JointGrid annotation is deprecated and will be removed in a future release. |
Ah, sorry for the late reply, it looks like you must have used conda install for fretbursts. pip install fretbursts The project changed hands and I haven't been able to figure out how to get the upload to conda-forge to work. |
When I use the Jupyter Notebook to do burst variance analysis, a plotting error came up as below.
The text was updated successfully, but these errors were encountered: