From 852615b7c8952f50c238ce120eed0c8412891c3b Mon Sep 17 00:00:00 2001 From: "Steven G. Johnson" Date: Wed, 22 Nov 2023 10:57:01 -0500 Subject: [PATCH] add comment to clarify minus sign --- src/makielayout/lineaxis.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/makielayout/lineaxis.jl b/src/makielayout/lineaxis.jl index 6e9a416f34e..38ec8004042 100644 --- a/src/makielayout/lineaxis.jl +++ b/src/makielayout/lineaxis.jl @@ -1,7 +1,7 @@ # the hyphen which is usually used to store negative number strings # is shorter than the dedicated minus in most fonts, the minus glyph # looks more balanced with numbers, especially in superscripts or subscripts -const MINUS_SIGN = "−" +const MINUS_SIGN = "−" # == "\u2212" (Unicode minus) function LineAxis(parent::Scene; @nospecialize(kwargs...)) attrs = merge!(Attributes(kwargs), generic_plot_attributes(LineAxis))