(pleafPlus)
| 1921 | var ax; |
| 1922 | |
| 1923 | function recordAlteredAxis(pleafPlus) { |
| 1924 | var axId = Axes.name2id(pleafPlus.split('.')[0]); |
| 1925 | rangesAltered[axId] = 1; |
| 1926 | return axId; |
| 1927 | } |
| 1928 | |
| 1929 | // alter gd.layout |
| 1930 | for (var ai in aobj) { |
no outgoing calls
no test coverage detected
searching dependent graphs…