Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
lukelbd committed Sep 16, 2019
1 parent 72691fe commit 4f8ced1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions proplot/rctools.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
================ ====================================================================================================================================================================================================================
Key Description
================ ====================================================================================================================================================================================================================
``nbsetup`` Whether to run `setup` on import. Can only be changed from the ``~/.proplotrc`` file.
``nbsetup`` Whether to run `nb_setup` on import. Can only be changed from the ``~/.proplotrc`` file.
``format`` The inline backend figure format, one of ``retina``, ``png``, ``jpeg``, ``pdf``, or ``svg``. Can only be changed from the ``~/.proplotrc`` file.
``autosave`` If not empty or ``0`` and ``nbsetup`` is ``True``, passed to `%autosave <https://www.webucator.com/blog/2016/03/change-default-autosave-interval-in-ipython-notebook/>`__. Can only be changed from the ``~/.proplotrc`` file.
``autoreload`` If not empty or ``0`` and ``nbsetup`` is ``True``, passed to `%autoreload <https://ipython.readthedocs.io/en/stable/config/extensions/autoreload.html#magic-autoreload>`__. Can only be changed from the ``~/.proplotrc`` file.
``autosave`` If not empty or ``0`` and :rcraw:`nbsetup` is ``True``, passed to `%autosave <https://www.webucator.com/blog/2016/03/change-default-autosave-interval-in-ipython-notebook/>`__. Can only be changed from the ``~/.proplotrc`` file.
``autoreload`` If not empty or ``0`` and :rcraw:`nbsetup` is ``True``, passed to `%autoreload <https://ipython.readthedocs.io/en/stable/config/extensions/autoreload.html#magic-autoreload>`__. Can only be changed from the ``~/.proplotrc`` file.
``abc`` Boolean, indicates whether to draw a-b-c labels by default.
``tight`` Boolean, indicates whether to auto-adjust figure bounds and subplot spacings.
``share`` The axis sharing level, one of ``0``, ``1``, ``2``, or ``3``.
Expand Down

0 comments on commit 4f8ced1

Please sign in to comment.