Skip to content

Commit f45bcd3

Browse files
committed
[docs] fix example in hviolin
1 parent 3ebb6bd commit f45bcd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plot/hviolin.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
/// #lq.diagram(
5050
/// lq.hviolin(data, bandwidth: auto),
5151
/// lq.hviolin(data, y: 2, bandwidth: .2),
52-
/// lq.scatter((1.5,) * data.len(), data)
52+
/// lq.scatter(data, (1.5,) * data.len())
5353
/// )
5454
/// ```
5555
/// -> auto | int | float

0 commit comments

Comments
 (0)