Skip to content

Commit

Permalink
Updating formats to conform to matplotlib API
Browse files Browse the repository at this point in the history
  • Loading branch information
water-e committed Jul 19, 2019
1 parent d57eabe commit 84263de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyschism/plot_default_formats.py
Original file line number Diff line number Diff line change
Expand Up @@ -519,8 +519,7 @@ def change_tick_label_size(ax1, size=None):


def set_scatter_color(artist):
mpl.pyplot.setp(artist, alpha=0.15, edgecolor='grey',
facecolor=mpl.rcParams['axes.color_cycle'][0])
mpl.pyplot.setp(artist, alpha=0.15, edgecolor='grey',facecolor=brewer_colors[0])


def make_plot_isometric(axes):
Expand Down

0 comments on commit 84263de

Please sign in to comment.