Skip to content

Commit eb2dc49

Browse files
committed
fix labels
1 parent 4cb725a commit eb2dc49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/ComradeMakieExt.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ function plotaxis(
482482
end
483483
end
484484

485-
@doc"""
485+
"""
486486
plotcaltable(gt...; width=150, height=125, layout=nothing, markers=nothing, labels=nothing,
487487
axis_kwargs=(;), legend_kwargs=(;), figure_kwargs=(;), scatter_kwargs=(;))
488488
@@ -556,7 +556,7 @@ function plotcaltable(
556556
νind = findall(==(ν), gi.Fr)
557557
x = getproperty.(gi.Ti, :t0)[νind]
558558
y = getproperty(gi, site)[νind]
559-
label = string(labels[k], " ", frequencylabel(round(ν.central, digits = 2))),
559+
label = string(labels[k], " ", frequencylabel(round(ν.central, digits = 2)))
560560
marker = markers[j]
561561
if eltype(y) >: Float64
562562
scatter!(

0 commit comments

Comments
 (0)