Skip to content

Commit

Permalink
r.hypso: matplotlib wx change to wxAGG
Browse files Browse the repository at this point in the history
  • Loading branch information
neteler committed Jun 21, 2020
1 parent d8183fd commit 1d5d2c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grass7/raster/r.hypso/r.hypso.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def findint(kl,f):

def plotImage(x,y,image,type,xlabel,ylabel,title):
import matplotlib #required by windows
matplotlib.use('wx') #required by windows
matplotlib.use('wxAGG') #required by windows
import matplotlib.pyplot as plt

plt.plot(x, y, type)
Expand Down

0 comments on commit 1d5d2c6

Please sign in to comment.