Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg committed Oct 13, 2024
1 parent 5e5ff24 commit 4f71a2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/dotplot.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ PlotsBase.@deps dotplot scatter
PlotsBase.@shorthands dotplot

function violinoffsets(maxwidth, y)
normalizewidths(maxwidth, widths) = maxwidth * widths / PlotsBase.ignorenan_maximum(widths)
normalizewidths(maxwidth, widths) =
maxwidth * widths / PlotsBase.ignorenan_maximum(widths)

function getlocalwidths(widths, centers, y)
upperbounds =
Expand Down

0 comments on commit 4f71a2c

Please sign in to comment.