-
-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to savefig with dpi=300 #361
Comments
Hi @biona001 I'm not 100%, but you'll probably have most luck checking out this repo: https://github.com/plotly/Kaleido We use Kaleido now for exporting/savefig so any options they support should be supported here also. |
Hi @biona001, For
|
Ok, thanks for the response. I'm leaving this issue open for now since it doesn't seem like there is a simple solution, but feel free to close it. |
I searched Plotly forum https://community.plotly.com/ for how to save a plot as a pdf file with 300dpi, and found no answer, but on SO there is a solution:https://stackoverflow.com/questions/61199397/export-300dpi-tiff-of-plotly-plot-in-r.
8.5 x 11 inches is a pdf page. |
|
@StepanSushko
and got this pdf file: https://github.com/empet/Datasets/blob/master/Images/myfig.pdf. |
Got the unsupported keyword thing too with:
And
|
I created some map images following these example code. I was wondering how to save the figure in high resolution (e.g dpi=300)? I tried including
dpi=300
inLayout
, but it didn't do anything...Issue #4 seems to have solved this.
The text was updated successfully, but these errors were encountered: