but when I use the function: fig.write_image(“images/fig1.png”)
I always get this error :
ValueError:
For some reason plotly.py was unable to communicate with the
local orca server process, even though the server process seems to be running.
Please review the process and connection information below:
I, I have the same issue when I try to export a large plot to image. Any Idea ?
ValueError:
For some reason plotly.py was unable to communicate with the
local orca server process, even though the server process seems to be running.
Please review the process and connection information below:
orca status
-----------
state: running
executable: /Users/guillaumerozier/opt/anaconda3/bin/orca
version: 1.3.0
port: 50438
pid: 90835
command: ['/Users/guillaumerozier/opt/anaconda3/bin/orca', 'serve', '-p', '50438', '--plotly', '/Users/guillaumerozier/opt/anaconda3/lib/python3.7/site-packages/plotly/package_data/plotly.min.js', '--graph-only', '--mathjax', 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js']
Hi,
so, on the issue with the “large” size chart. i have posted a similar problem on the forum but never got an answer unfortunately. I guess it’s better to use Matplotlib ?