cxhernandez / ipymol

Control PyMOL sessions via IPython
MIT License
55 stars 19 forks source link

Error: Image data cannot be converted to float #25

Open Ritesh-pandey-crypto opened 4 years ago

Ritesh-pandey-crypto commented 4 years ago

from matplotlib import pyplot as plt

plt.imshow(data, cmap='gray') plt.show()

smheidrich commented 4 years ago

What does that have to do with ipymol?