File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -460,6 +460,7 @@ def plot_h12_gwss_track(
460460 inline_array = inline_array ,
461461 )
462462
463+ circle_kwargs_param_dict : dict [int , gplt_params .circle_kwargs ] = {}
463464 if circle_kwargs_param is None :
464465 circle_kwargs_param_dict = gplt_params .default_circle_kwargs_dict
465466 elif isinstance (circle_kwargs_param , list ):
@@ -489,7 +490,6 @@ def plot_h12_gwss_track(
489490 "2RL" ,
490491 "3RL" ,
491492 ]:
492- circle_kwargs_param_dict : dict [int , gplt_params .circle_kwargs ] = {}
493493 for i in range (0 , 5 ):
494494 if i == 0 :
495495 if "2L" in circle_kwargs_param .keys (): # Ag3
Original file line number Diff line number Diff line change @@ -300,6 +300,7 @@ def plot_h1x_gwss_track(
300300 inline_array = inline_array ,
301301 )
302302
303+ circle_kwargs_param_dict : dict [int , gplt_params .circle_kwargs ] = {}
303304 if circle_kwargs_param is None :
304305 circle_kwargs_param_dict = gplt_params .default_circle_kwargs_dict
305306 elif isinstance (circle_kwargs_param , list ):
@@ -329,7 +330,6 @@ def plot_h1x_gwss_track(
329330 "2RL" ,
330331 "3RL" ,
331332 ]:
332- circle_kwargs_param_dict : dict [int , gplt_params .circle_kwargs ] = {}
333333 for i in range (0 , 5 ):
334334 if i == 0 :
335335 if "2L" in circle_kwargs_param .keys (): # Ag3
You can’t perform that action at this time.
0 commit comments