How to graph a filed value based on another field

Hello everyone. I’m new to InfluxDB v2 and need some help on graphing multiple cpu telemetry.

Based on this data, what would be the flux query to graph it? I’m would like to get a line per name_of_cpu.

cpu,host=host1,vendor=Vendor1 name_of_cpu=1,cpu_usage=2 1607793898
cpu,host=host1,vendor=Vendor1 name_of_cpu=2,cpu_usage=7 1607793898
cpu,host=host1,vendor=Vendor1 name_of_cpu=3,cpu_usage=2 1607793898
cpu,host=host1,vendor=Vendor1 name_of_cpu=4,cpu_usage=23 1607793898
cpu,host=host1,vendor=Vendor1 name_of_cpu=5,cpu_usage=32 1607793898
cpu,host=host1,vendor=Vendor1 name_of_cpu=6,cpu_usage=71 1607793898