1from .StandardPlotHelper
import StandardPlotHelper
14 do_normalization=True,
15 min_normalization=1e-9,
17 def compute_dt_part_slice(helper):
18 if not model.get_current_config().should_save_dt_to_fields():
19 raise ValueError(
"dt_part is not saved to fields")
20 return helper.slice_render(
"dt_part",
"f64", do_normalization, min_normalization)
22 return StandardPlotHelper(
32 compute_function=compute_dt_part_slice,