2

I want to save plotly offline graphs as static images(jpg,png..) in python. Could you help me about it? Thanks in advance.

I tried but It doesn't generate the "test" file.

    plotly.offline.plot({"data": dataPanda,
                 "layout": layout1},
                 image='jpeg', image_filename="test", auto_open=False,output_type='file')

1 Answer 1

0

Please read the docs: https://plot.ly/python/static-image-export/.

There is a detailed information on how to create static image exports.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.