Python Plot chart

Hi community

I would like to know if It is possible to update or use a chart that I have in one of my sheets with python code.

I am using this code but I would like to link the chart direct.

"""

from PIL import Image

pngfile = Image.open("C://Desktop//Python//1.png")

pngfile

"""

Best Answer

  • wasin.w
    wasin.w admin
    Answer ✓

    Hello @especialista.coberturas

    Which Refinitiv product that has your chart? Is it Eikon/Refinitiv Workspace?

    Please note that the Eikon Data API lets the Python application consumes "data" from Eikon/Workspace, but the application needs to draw a chart from those data by itself.

Answers