Skip to content

Commit

Permalink
fix(plots): use civides in plot posterior time
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron Smith <[email protected]>
  • Loading branch information
cameronraysmith committed Aug 7, 2024
1 parent d5aae5c commit a193e01
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/pyrovelocity/plots/_time.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@
from matplotlib.figure import FigureBase
from scipy.stats import spearmanr

from pyrovelocity.plots._common import set_colorbar
from pyrovelocity.plots._common import set_font_size

from pyrovelocity.plots._common import set_colorbar, set_font_size

__all__ = [
"plot_posterior_time",
Expand Down Expand Up @@ -53,7 +51,7 @@ def plot_posterior_time(
s=s,
alpha=0.4,
c=adata.obs["cell_time"],
cmap="inferno",
cmap="cividis",
linewidth=0,
)
set_colorbar(im, ax, labelsize=5, fig=fig, position=position)
Expand Down

0 comments on commit a193e01

Please sign in to comment.