title_from_coords
- PlasmaCalcs.plotting.labels.title_from_coords(array, cnames=None, *, width=None, formattable=False)
return a decent title from scalar coords.
cnames: None or list of strcoords to include values of in the title.None –> include all scalar coords.width: None or intmax number of characters per line, before putting a newline between coords.formattable: boolwhether to return a formattable version of the title.