REF don't use input factor
This commit is contained in:
parent
a90f937a9b
commit
24101ebc11
2
core
2
core
|
@ -1 +1 @@
|
||||||
Subproject commit a8c51359add259a803eb7d8c1f3f63c88208db9d
|
Subproject commit ad5b95a0bd222ac4ec8078693637f312bc76a80c
|
|
@ -109,8 +109,7 @@ M.default_plot_style = _G_Widget_.plot_style(
|
||||||
M.percent_label_style = _G_Widget_.label_style(
|
M.percent_label_style = _G_Widget_.label_style(
|
||||||
_G_Patterns_.INACTIVE_TEXT_FG,
|
_G_Patterns_.INACTIVE_TEXT_FG,
|
||||||
M.label_font_spec,
|
M.label_font_spec,
|
||||||
function(z) return Util.round_to_string(z * 100)..'%' end,
|
function(z) return Util.round_to_string(z * 100)..'%' end
|
||||||
1
|
|
||||||
)
|
)
|
||||||
|
|
||||||
M.initThemedLabelPlot = function(x, y, w, h, label_style)
|
M.initThemedLabelPlot = function(x, y, w, h, label_style)
|
||||||
|
@ -176,8 +175,7 @@ M.initThemedScalePlot = function(x, y, w, h, f)
|
||||||
_G_Widget_.label_style(
|
_G_Widget_.label_style(
|
||||||
_G_Patterns_.INACTIVE_TEXT_FG,
|
_G_Patterns_.INACTIVE_TEXT_FG,
|
||||||
M.label_font_spec,
|
M.label_font_spec,
|
||||||
f,
|
f
|
||||||
1
|
|
||||||
),
|
),
|
||||||
M.base_2_scale_data
|
M.base_2_scale_data
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue