Skip to content

Commit

Permalink
Merge pull request #995 from zssherman/tick_param_fix
Browse files Browse the repository at this point in the history
FIX: Fix for tick and ticklabs params.
  • Loading branch information
zssherman authored May 26, 2021
2 parents 79d6aa2 + d555716 commit c015648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyart/graph/radardisplay.py
Original file line number Diff line number Diff line change
Expand Up @@ -1113,7 +1113,7 @@ def plot_cross_hair(size, npts=100, ax=None):

def plot_colorbar(self, mappable=None, field=None, label=None,
orient='vertical', cax=None, ax=None, fig=None,
**kwargs):
ticks=None, ticklabs=None, **kwargs):
"""
Plot a colorbar.
Expand Down

0 comments on commit c015648

Please sign in to comment.