diff SMART/Java/Python/misc/RPlotter.py @ 18:94ab73e8a190

Uploaded
author m-zytnicki
date Mon, 29 Apr 2013 03:20:15 -0400
parents 769e306b7933
children 0ab839023fe4
line wrap: on
line diff
--- a/SMART/Java/Python/misc/RPlotter.py	Mon Apr 22 11:11:10 2013 -0400
+++ b/SMART/Java/Python/misc/RPlotter.py	Mon Apr 29 03:20:15 2013 -0400
@@ -639,6 +639,7 @@
         if self.minimumY != None:
             yMin = self.minimumY
         yMax = self.getNewYMaxWithTopMargin()
+        yMax += min(1, yMax / 100.0)
         if self.maximumY != None:
             yMax = self.maximumY