From e4c21060a1fac2c81d3c0e3954daa3d0bef6c2cf Mon Sep 17 00:00:00 2001 From: Savita Karthikeyan Date: Mon, 4 Nov 2024 14:26:14 +0000 Subject: [PATCH] undo unnecessary update to mutations.py --- tsbrowse/pages/mutations.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tsbrowse/pages/mutations.py b/tsbrowse/pages/mutations.py index d9b2fd4..02760df 100644 --- a/tsbrowse/pages/mutations.py +++ b/tsbrowse/pages/mutations.py @@ -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)