Skip to content

Commit 4a5e6ec

Browse files
committed
new version with enhanced documentation
1 parent 7d7dea5 commit 4a5e6ec

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "StatisticalGraphics"
22
uuid = "8341d8ab-e5ae-4f11-aa21-e11c5cc71259"
33
authors = ["sl-solution <[email protected]> and contributors"]
4-
version = "0.10.0"
4+
version = "0.11.0"
55

66
[deps]
77
InMemoryDatasets = "5c01b14b-ab03-46ff-b164-14c663efdd9f"

src/sgplot.jl

+10-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,16 @@ SGPLOT_DEFAULT = SGKwds(
4545

4646

4747
"""
48-
sgplot(ds, plots; mapformats=true, nominal=nothing, xaxis=Axis(), x2axis=Axis(), yaxis=Axis(), y2axis=Axis(), legend=true, threads=automatic, opts...)
48+
sgplot(ds, plots;
49+
mapformats=true,
50+
nominal=nothing,
51+
xaxis=Axis(),
52+
x2axis=Axis(),
53+
yaxis=Axis(),
54+
y2axis=Axis(),
55+
legend=true,
56+
threads=automatic,
57+
opts...)
4958
5059
Produce a statistical graphics. The `ds` argument is referring to a data set (or grouped data set) and `plots` is a vector of marks, such as Bar, Pie,....
5160

0 commit comments

Comments
 (0)