Skip to content

Commit

Permalink
undo unnecessary update to mutations.py
Browse files Browse the repository at this point in the history
  • Loading branch information
savitakartik authored Nov 4, 2024
1 parent 8e9c3bc commit e4c2106
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tsbrowse/pages/mutations.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,10 @@ def make_muts_panel(log_y, tsm):
width=plot_width,
height=config.PLOT_HEIGHT,
color="num_inheritors",
cmap="viridis",
cmap="winter",
colorbar_position="left",
clabel="inheritors",
tools=[hover_tool, "tap"],
backend_opts={"plot.border_fill_color": "white"}
)

range_stream = hv.streams.RangeXY(source=points)
Expand Down

0 comments on commit e4c2106

Please sign in to comment.