Skip to content

Commit 5a32d4e

Browse files
committed
build(release): 🔖 0.2.2
1 parent 7b4fa8b commit 5a32d4e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "HAPIClient"
22
uuid = "0ce0b37c-8851-4c5b-98a3-e691a5f19c53"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
authors = ["Zijin Zhang <zzj956959688@gmail.com> and contributors"]
55

66
[deps]

docs/src/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ using CairoMakie
125125
f = Figure()
126126
for (i, var) in enumerate(data)
127127
m = meta(var)
128-
ax = Axis(f[i,1]; xlabel="Time", ylabel=m["name"], title=m["description"])
128+
ax = Axis(f[i,1]; ylabel=m["name"], title=m["description"])
129129
t = times(var)
130130
for c in eachcol(var)
131131
lines!(t, c)

0 commit comments

Comments
 (0)