Skip to content

Commit

Permalink
Changes smoothing to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
neukym committed Mar 8, 2024
1 parent d81c65e commit e6e90ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kymata/plot/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def _plot_minimap_hexel(expression_set: HexelExpressionSet,
surface=surface,
views=view,
colormap=colormap,
smoothing_steps=1,
smoothing_steps=2,
background="white",
spacing="ico5",
brain_kwargs={"offscreen": True},
Expand Down

0 comments on commit e6e90ba

Please sign in to comment.