ENH use sameplfreq in plot
This commit is contained in:
parent
8f1afe988f
commit
a90f937a9b
2
core
2
core
|
@ -1 +1 @@
|
|||
Subproject commit b368c82d8812148f3d94a2f2027fbb8ee7996438
|
||||
Subproject commit a8c51359add259a803eb7d8c1f3f63c88208db9d
|
|
@ -116,6 +116,7 @@ M.percent_label_style = _G_Widget_.label_style(
|
|||
M.initThemedLabelPlot = function(x, y, w, h, label_style)
|
||||
return _G_Widget_.LabelPlot(
|
||||
_G_Widget_.make_box(x, y, w, h),
|
||||
1 / _G_INIT_DATA_.UPDATE_INTERVAL,
|
||||
M.default_plot_style,
|
||||
label_style
|
||||
)
|
||||
|
@ -170,6 +171,7 @@ M.base_2_scale_data = _G_Widget_.scale_data(2, 1, 0.9)
|
|||
M.initThemedScalePlot = function(x, y, w, h, f)
|
||||
return _G_Widget_.ScalePlot(
|
||||
_G_Widget_.make_box(x, y, w, h),
|
||||
1 / _G_INIT_DATA_.UPDATE_INTERVAL,
|
||||
M.default_plot_style,
|
||||
_G_Widget_.label_style(
|
||||
_G_Patterns_.INACTIVE_TEXT_FG,
|
||||
|
|
Loading…
Reference in New Issue