Skip to content

Commit

Permalink
sorting externally
Browse files Browse the repository at this point in the history
  • Loading branch information
rraadd88 committed Jul 25, 2024
1 parent 5b446e8 commit 120c5e7
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 19 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,6 @@ plot_ranges(
cytobands: dict = None,
cytobands_y: float = None,
col_groupby: str = None,
col_sortby: str = None,
col_label: str = None,
colors: dict = None,
lw: int = 10,
Expand Down Expand Up @@ -648,7 +647,6 @@ Plot ranges.
- <b>`cytobands`</b> (dict, optional): cytobands to plot the chromosomes. Defaults to None.
- <b>`cytobands_y`</b> (float, optional): cytobands y-position. Defaults to None.
- <b>`col_groupby`</b> (str, optional): column to group by. Defaults to None.
- <b>`col_sortby`</b> (str, optional): column to sort by. Defaults to None.
- <b>`col_label`</b> (str, optional): column with labels. Defaults to None.
- <b>`colors`</b> (dict, optional): colors. Defaults to None.
- <b>`lw`</b> (int, optional): line width. Defaults to 10.
Expand Down
2 changes: 1 addition & 1 deletion chrov/viz/ranges.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def plot_ranges(
col_label: str=None,
col_label_right: str=None,
colors: dict=None,
palette: str= None,
palette: str= 'Set2',
hue_lim: list= [],
lw: int = 10,
zorders: dict=None,
Expand Down
Loading

0 comments on commit 120c5e7

Please sign in to comment.