Skip to content

Commit

Permalink
improve boxplot docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pnezis committed Dec 8, 2023
1 parent 2f55983 commit 961512f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/tucan.ex
Original file line number Diff line number Diff line change
Expand Up @@ -981,7 +981,8 @@ defmodule Tucan do
mode: [
type: {:in, [:tukey, :min_max]},
doc: """
The type of the box plot. Either a Tukey box plot will be created or a min-max plot.
The type of the box plot. Either a Tukey box plot (`:tukey`) or a min-max plot (`:min_max`)
will be created.
""",
default: :tukey
],
Expand Down

0 comments on commit 961512f

Please sign in to comment.