File tree Expand file tree Collapse file tree 2 files changed +21
-19
lines changed Expand file tree Collapse file tree 2 files changed +21
-19
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -388,13 +388,13 @@ def plot( data, **kwargs ):
388
388
secondary_y = True
389
389
elif ymlo < omrange ['main' ]['lo' ] or ymhi > omrange ['main' ]['hi' ]:
390
390
secondary_y = True
391
- if secondary_y :
392
- print ('auto says USE secondary_y' )
393
- else :
394
- print ('auto says do NOT use secondary_y' )
391
+ # if secondary_y:
392
+ # print('auto says USE secondary_y')
393
+ # else:
394
+ # print('auto says do NOT use secondary_y')
395
395
else :
396
396
secondary_y = apdict ['secondary_y' ]
397
- print ("apdict['secondary_y'] says secondary_y is" ,secondary_y )
397
+ # print("apdict['secondary_y'] says secondary_y is",secondary_y)
398
398
399
399
if apdict ['panel' ] == 'lower' :
400
400
ax = ax4 if secondary_y else ax2
You can’t perform that action at this time.
0 commit comments