Skip to content

Commit 202ee86

Browse files
committed
fix update rprofgui issue by adding show to w_plot function
1 parent 26095ea commit 202ee86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ppmpy/ppm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9384,6 +9384,7 @@ def get(self, var, fname, num_type='NDump', resolution='l'):
93849384
def rprofgui(self,ifig=11):
93859385
def w_plot(dump1,dump2,ything,log10y=False,ifig=ifig):
93869386
self.rp_plot([dump1,dump2],ything,logy=log10y,ifig=ifig)
9387+
pyl.show()
93879388
rp_hst = self.get_history()
93889389
dumpmin, dumpmax = rp_hst.get('NDump')[0],rp_hst.get('NDump')[-1]
93899390
dumpmean = int(2*(-dumpmin + dumpmax)/3.)

0 commit comments

Comments
 (0)