Skip to content

Commit

Permalink
Contract docs table
Browse files Browse the repository at this point in the history
  • Loading branch information
lukelbd committed Sep 16, 2019
1 parent f28e168 commit d346c59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions proplot/axes.py
Original file line number Diff line number Diff line change
Expand Up @@ -904,9 +904,9 @@ def colorbar(self, *args, loc=None, pad=None,
The colorbar location. Default is :rc:`colorbar.loc`. The
following location keys are valid.
================== ==========================================================
================== ==================================
Location Valid keys
================== ==========================================================
================== ==================================
outer left ``'left'``, ``'l'``
outer right ``'right'``, ``'r'``
outer bottom ``'bottom'``, ``'b'``
Expand All @@ -916,7 +916,7 @@ def colorbar(self, *args, loc=None, pad=None,
upper left inset ``'upper left'``, ``'ul'``, ``2``
lower left inset ``'lower left'``, ``'ll'``, ``3``
lower right inset ``'lower right'``, ``'lr'``, ``4``
================== ==========================================================
================== ==================================
pad : float or str, optional
The space between the axes edge and the colorbar. For inset
Expand Down

0 comments on commit d346c59

Please sign in to comment.