Skip to content

Commit

Permalink
figures are the wrong size, so try disabling retina format
Browse files Browse the repository at this point in the history
  • Loading branch information
adrn committed Mar 6, 2024
1 parent c4206ce commit 48fa7dc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/examples/notebook_setup.py
@@ -1,8 +1,8 @@
from IPython.core.getipython import get_ipython
# from IPython.core.getipython import get_ipython

ipy = get_ipython()
if ipy is not None:
ipy.magic('config InlineBackend.figure_format = "retina"')
# ipy = get_ipython()
# if ipy is not None:
# ipy.magic('config InlineBackend.figure_format = "retina"')

import warnings

Expand Down

0 comments on commit 48fa7dc

Please sign in to comment.