| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2056,9 +2056,12 @@ def getTestDataLen(curve): | |||
| 2056 | 2056 | ||
| 2057 | 2057 | basecmd = '' | |
| 2058 | 2058 | ||
| 2059 | - if any( curve.get('axes','x')[-1] == '2' for curve in curves ): | ||
| 2059 | + if any( curve.get('axes','xxx')[-2:] == 'y2' for curve in curves ): | ||
| 2060 | 2060 | basecmd += "set ytics nomirror\n" | |
| 2061 | 2061 | basecmd += "set y2tics\n" | |
| 2062 | + if any( curve.get('axes','xxx')[:2] == 'x2' for curve in curves ): | ||
| 2063 | + basecmd += "set xtics nomirror\n" | ||
| 2064 | + basecmd += "set x2tics\n" | ||
| 2062 | 2065 | ||
| 2063 | 2066 | binwidth = None | |
| 2064 | 2067 | for curve in curves: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments