Skip to content

Commit

Permalink
Use renderer="png" for all renderers
Browse files Browse the repository at this point in the history
  • Loading branch information
andreped committed Aug 10, 2023
1 parent 2e8380b commit 358e2bd
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2,086 deletions.
2 changes: 1 addition & 1 deletion apps/bc_incidence_over_time.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1857,7 +1857,7 @@
" )\n",
")\n",
"\n",
"fig.show()\n",
"fig.show(renderer=\"png\")\n",
"fig.write_image(\"bc_incidence_over_time.png\")\n"
]
}
Expand Down
2 changes: 1 addition & 1 deletion apps/bc_incidence_over_time_age_groups.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2193,7 +2193,7 @@
" )\n",
")\n",
"\n",
"fig.show()#renderer=\"colab\")\n",
"fig.show(renderer=\"png\")#renderer=\"colab\")\n",
"fig.write_image(\"bc_incidence_over_time_age_groups.png\")\n"
]
}
Expand Down
Loading

0 comments on commit 358e2bd

Please sign in to comment.