Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1007 Bytes

autofig.call.CallDimensionZ.get_value.md

File metadata and controls

34 lines (23 loc) · 1007 Bytes

autofig.call.CallDimensionZ.get_value (function)

def get_value(self, i=None, unit=None, uncover=None, trail=None, linebreak=None, sort_by_indep=None, exclude_back=False, attr='_value')

Access the value for a given value of i (independent-variable) depending on which effects (i.e. uncover) are enabled.

If uncover, trail, or linebreak are None (default), then the value from the parent autofig.call.Call from autofig.call.CallDimension.call (probably (autofig.call.Plot) will be used. See autofig.call.Plot.uncover, autofig.call.Plot.trail, autofig.call.Plot.linebreak.

Arguments

  • i
  • unit
  • uncover
  • trail
  • linebreak
  • sort_by_indep
  • exclude_back
  • attr

Returns

  • (array or None)