Hi Team, Is there a way to save a plot as a pdf/pn...
# questions
k
Hi Team, Is there a way to save a plot as a pdf/png/jpeg in kedro catalog? I tried using the
kedro.extras.datasets.matplotlib.MatplotlibWriter
class to save a figure object as a .png file in the kedro catalog and I got the below error:
Copy code
'Figure' object has no attribute 'save'
Is there a way to use
sav_fig
method instead of
save
method to save an figure object in the kedro catalog?