Skip to content

Commit

Permalink
fix portrait issue
Browse files Browse the repository at this point in the history
  • Loading branch information
doutriaux1 committed Mar 2, 2018
1 parent 5b85c32 commit 3b479ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/graphics/portraits.py
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ def plot(self, data=None, mesh=None, template=None,
x = vcs.init()

# Continents bug
x.setcontinentstype(0)
#x.setcontinentstype(0)
# gets the thing to plot !
if data is None:
data = self.get()
Expand Down

0 comments on commit 3b479ef

Please sign in to comment.