We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19def48 commit 10bf4b4Copy full SHA for 10bf4b4
src/spine/scientific.typ
@@ -89,7 +89,7 @@
89
)
90
for (i, (side, default-anchor, default-angle)) in label-config.enumerate() {
91
let (ax, dir, _, proj, style, mirror) = axes.at(i)
92
- if ax.label != none and ax.label != [] {
+ if not mirror and ax.label != none and ax.label != [] {
93
let pos = proj((ax.max + ax.min) / 2)
94
let offset = vector.scale(dir, -style.label.offset)
95
let is-horizontal = calc.rem(i, 2) == 0
0 commit comments