File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -433,7 +433,6 @@ def plot_g123_gwss(
433
433
sizing_mode : gplt_params .sizing_mode = gplt_params .sizing_mode_default ,
434
434
width : gplt_params .width = gplt_params .width_default ,
435
435
track_height : gplt_params .track_height = 170 ,
436
- circle_kwargs : Optional [gplt_params .circle_kwargs ] = None ,
437
436
genes_height : gplt_params .genes_height = gplt_params .genes_height_default ,
438
437
show : gplt_params .show = True ,
439
438
output_backend : gplt_params .output_backend = gplt_params .output_backend_default ,
@@ -456,7 +455,6 @@ def plot_g123_gwss(
456
455
sizing_mode = sizing_mode ,
457
456
width = width ,
458
457
height = track_height ,
459
- circle_kwargs = circle_kwargs ,
460
458
show = False ,
461
459
output_backend = output_backend ,
462
460
inline_array = inline_array ,
You can’t perform that action at this time.
0 commit comments