We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to run this code and getting this error, but before I update anaconda this code works. Any suggestions?
fig = plt.figure(num=None, figsize=(6,2.5), dpi=200, facecolor='w', edgecolor='k') g_pca = GridSpec(ncols=1, nrows=1,height_ratios=[4.4],hspace=0.3) #plt.style.use('default') plt.tick_params(direction='out', length=3, width=1, colors='k', grid_color='k', grid_alpha=0.5) rcParams['font.family'] = 'arial' rcParams['axes.linewidth'] = 2.0 rcParams['lines.markersize'] = 6 rcParams['xtick.labelsize'] = 8 rcParams['ytick.labelsize'] = 8 rcParams['font.weight']= 'heavy' font = {'family': 'arial', 'color': 'black', 'weight': 'heavy', 'size': 9, } subplot(g_pca[0]); showOverlapTable(pca_all_close[:5], anm_all_close[:5])#,cmap= 'Blues'); ylabel('ANM modes',fontdict=font) xlabel('PCs',fontdict=font) title('ANM modes vs PCs',fontdict=font);
The text was updated successfully, but these errors were encountered:
I'm not even sure if this is a prody problem or a matplotlib problem. Can you try running it line by line and checking which line causes the problem?
Sorry, something went wrong.
I think this is the same problem as we had in #1644 - the newest matplotlib doesn't like the interactive option of showMatrix
Successfully merging a pull request may close this issue.
I'm trying to run this code and getting this error, but before I update anaconda this code works. Any suggestions?
The text was updated successfully, but these errors were encountered: