update testexample 30
This commit is contained in:
parent
4c55ff5df8
commit
49eb2c426d
@ -301,8 +301,8 @@ PlotExample("Boxplot and Violin series recipes",
|
|||||||
[:(begin
|
[:(begin
|
||||||
import RDatasets
|
import RDatasets
|
||||||
singers = RDatasets.dataset("lattice", "singer")
|
singers = RDatasets.dataset("lattice", "singer")
|
||||||
violin(singers, :VoicePart, :Height, line = 0, fill = (0.2, :blue))
|
@df singers violin(:VoicePart, :Height, line = 0, fill = (0.2, :blue))
|
||||||
boxplot!(singers, :VoicePart, :Height, line = (2,:black), fill = (0.3, :orange))
|
@df singers boxplot!(:VoicePart, :Height, line = (2,:black), fill = (0.3, :orange))
|
||||||
end)]
|
end)]
|
||||||
),
|
),
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user