-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
enhancementNew feature or requestNew feature or request
Description
When I use ramanspy.plot.peaks it's returns an axes.
ax = ramanspy.plot.peaks(preprocessed_spectrum, prominence=0.08)
ax.savefig('test.png')
AttributeError Traceback (most recent call last)
c:\Users\Maria Clara\OneDrive\Área de Trabalho\MAC\Raman\5A.ipynb Célula 12 line 1
----> 1 ax.savefig('test.png')AttributeError: 'Axes' object has no attribute 'savefig'
How to transform ax in a figure?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request