Skip to content

Commit

Permalink
Autofig plotting against x='u', x='v'.
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavbroz committed Nov 6, 2024
1 parent 7e935f5 commit dfbb275
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions phoebe/parameters/parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -5374,6 +5374,9 @@ def _uniqueids_for_y(fitted_ps, twig=None):
else:
iqualifier_default = 'phases'

if ps.kind in ['vis', 'clo', 't3']:
iqualifier_default = kwargs.get('xqualifier')

iqualifier = kwargs.pop('i', iqualifier_default)
for af_direction in ['x', 'y', 'z']:
if ps.kind != 'mesh' and (kwargs.get('{}label'.format(af_direction), None) in ['times', 'time_ecls'] if iqualifier=='times' else [iqualifier]):
Expand Down

0 comments on commit dfbb275

Please sign in to comment.