Labels for types that are lists (e.g., {MultisetSubstitutionSystem, 0}) don't currently show correctly due to Graph interpreting MultisetSubstitutionSystem and 0 as separate labels and plotting them on top of each other.
This PR fixes that by converting labels to strings.
Changes
{MultisetSubstitutionSystem, 0}
) don't currently show correctly due toGraph
interpretingMultisetSubstitutionSystem
and0
as separate labels and plotting them on top of each other.Examples
This change is