Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilipp committed Jun 21, 2018
1 parent 28f285e commit 73e1c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psy_maps/plotters.py
Original file line number Diff line number Diff line change
Expand Up @@ -1193,7 +1193,7 @@ def unstructured_xbounds(self):
def _polycolor(self):
from matplotlib.collections import PolyCollection
self.logger.debug('Retrieving data')
arr = self.notnull_array
arr = self.array
cmap = self.cmap.get_cmap(arr)
if hasattr(self, '_plot'):
self.logger.debug('Updating plot')
Expand Down

0 comments on commit 73e1c64

Please sign in to comment.