get_plotting_order

nawdex_analysis.plot.exp_layout.get_plotting_order(vlist, direct_id_input=True)

Define a static order in which all different experiments are plotted.

Parameters:
  • vlist (list of str) – list of variable names (either expnames or idnames)
  • direct_id_input (bool, optional, default = True) – if idnames are used (not expnames)
Returns:

index_list – list of indices of the different names e.g. [7, 1, 3] means 1st plot entry 7, then 1 and then 3

Return type:

list of int