Skip to content

Commit

Permalink
removed default
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-fuchs committed Nov 14, 2024
1 parent d0e3a6a commit d1d3cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virheat/scripts/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def create_axis(ax, n_mutations, min_y_location, n_samples, file_names, start, s
ax.spines["left"].set_visible(False)


def create_gene_vis(ax, genes_with_mutations, n_mutations, y_size, n_tracks, start, stop, min_y_location, genome_y_location, colors_genes, n_scores, show_arrows = True):
def create_gene_vis(ax, genes_with_mutations, n_mutations, y_size, n_tracks, start, stop, min_y_location, genome_y_location, colors_genes, n_scores, show_arrows):
"""
create the vis for the gene
"""
Expand Down

0 comments on commit d1d3cf5

Please sign in to comment.