-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
cannot import name 'newfig' from 'plotting' #36
Comments
I also come across this problem. And I take a look at the |
The 'plotting' is coded in the document /Utilities,so u can add 'import sys' 'sys.path.insert(0, '../../Utilities/')' u can make it.(Try to make the/Utilities be the source Folders. |
|
ValueError: Key pgf.preamble: Could not convert ['\usepackage[utf8x]{inputenc}', '\usepackage[T1]{fontenc}'] to str出现了这个问题 |
@wanghongyue-echo Did you solve the problem?
|
@zhengshichao1991 请问你解决这个问题了吗? |
@zhengshichao1991 @wanghongyue-echo I have already solve this problem with the help of Chat GPT.我已经成功解决这个问题了,只需要在Utilities的plotting文件中将 |
In matplotlib 3.x, you can replace these as
|
This works for me. :) |
...
The text was updated successfully, but these errors were encountered: