Skip to content

Commit

Permalink
portrait plot can plot top and right side labels a s well'
Browse files Browse the repository at this point in the history
  • Loading branch information
doutriaux1 committed Sep 26, 2019
1 parent 4bd8a5b commit 775287a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pcmdi_metrics/graphics/portraits.py
Original file line number Diff line number Diff line change
Expand Up @@ -868,8 +868,8 @@ def plot(self, data=None, mesh=None, template=None,
meshfill.datawc_y2 = data.shape[0] - .5
meshfill.mesh = self.PLOT_SETTINGS.draw_mesh
meshfill.missing = self.PLOT_SETTINGS.missing_color
meshfill.xticlabels2 = mtics
meshfill.yticlabels2 = mtics
meshfill.xticlabels2 = meshfill.xticlabels1
meshfill.yticlabels2 = meshfill.yticlabels1
if self.PLOT_SETTINGS.colormap is None:
self.set_colormap()
elif self.x.getcolormapname() != self.PLOT_SETTINGS.colormap:
Expand Down
4 changes: 2 additions & 2 deletions pcmdi_metrics/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = 'v1.2.1'
__git_tag_describe__ = 'v1.2.1-8-g8c046c1'
__git_sha1__ = '8c046c15847c16090ef1b7638d39b3c577b9dc69'
__git_tag_describe__ = 'v1.2.1-5-g9ac46c7'
__git_sha1__ = '9ac46c77ea030c077dcdbbdf8b1444613aa37812'

0 comments on commit 775287a

Please sign in to comment.