Library "pta_plot"
pta_plot: This library will help you to plot different value. I will keep updating with your requirement
print_array_float(array_id, position, border_color)
Display array element as a table.
Parameters:
array_id (float): Id of your array.
position (int)
border_color (color): Color for border (`color.black` is used if no argument is supplied).
Returns: Display array element in bottom of the pane.
print_array_int(array_id, position, border_color)
Display array element as a table.
Parameters:
array_id (int): Id of your array.
position (int): Position of Table
border_color (color): Color for border (`color.black` is used if no argument is supplied).
Returns: Display array element in bottom of the pane.
print_array_string(array_id, position, border_color)
Display array element as a table.
Parameters:
array_id (string): Id of your array.
position (int): Position of Table
border_color (color): Color for border (`color.black` is used if no argument is supplied).
Returns: Display array element in bottom of the pane.
print_array_bool(array_id, position, border_color)
Display array element as a table.
Parameters:
array_id (bool): Id of your array.
position (int): Position of Table
border_color (color): Color for border (`color.black` is used if no argument is supplied).
Returns: Display array element in bottom of the pane.
pta_plot: This library will help you to plot different value. I will keep updating with your requirement
print_array_float(array_id, position, border_color)
Display array element as a table.
Parameters:
array_id (float): Id of your array.
position (int)
border_color (color): Color for border (`color.black` is used if no argument is supplied).
Returns: Display array element in bottom of the pane.
print_array_int(array_id, position, border_color)
Display array element as a table.
Parameters:
array_id (int): Id of your array.
position (int): Position of Table
border_color (color): Color for border (`color.black` is used if no argument is supplied).
Returns: Display array element in bottom of the pane.
print_array_string(array_id, position, border_color)
Display array element as a table.
Parameters:
array_id (string): Id of your array.
position (int): Position of Table
border_color (color): Color for border (`color.black` is used if no argument is supplied).
Returns: Display array element in bottom of the pane.
print_array_bool(array_id, position, border_color)
Display array element as a table.
Parameters:
array_id (bool): Id of your array.
position (int): Position of Table
border_color (color): Color for border (`color.black` is used if no argument is supplied).
Returns: Display array element in bottom of the pane.