ILinePlot: simplify generator expression
It's pointless to iterate through the items of a dictionary, only to discard the keys. Iterate through the values and you don't have to drop anything.
It's pointless to iterate through the items of a dictionary, only to discard the keys. Iterate through the values and you don't have to drop anything.