Sending Chart to WEBEX without saving the as image.png

Hello All…need your support. I got df which i plot the bar chart. Then, I want to send this chart to webex teams. I saw some code that must save first the chart into image.png before it can send to webex. Is it possible to send the chart to webex team as image without saving it in local drive? Thanks

Do you mean you want to use the webex send file feature?
I assume you are talking about screen sharing.

If so it must be a file? And therefore you must save it as a file?

I have a python script that will chart the dataframe and send to webex teams/group. The script will save first the chart image and send to webex. Is it possible to avoid saving and directly send the chart image to webex? thanks