These are the two codes i have used so far:-
ggplot(df3_machine_region,aes(Region,Machine.Name)) +
geom_count()
!
1st Plot|690x375
ggplot(df3_machine_region,aes(Region,Machine.Name)) +
geom_jitter(aes(colour=Region))
I have to present the plot to my stakeholders,so thats why its required in a readable and legible way.
I have attached the output plots for your reference.Please find below a snapshot of data for your reference.
|Machine.Name|Region|
|0460-EPBS1.sga-res.com|Europe|
|04821-EABS1.sga-res.com|Europe|
|10429-EDABS1.sga-res.com|Europe|
|1042619-ESWEBS1.sga-res.com|Europe|
|ABE-L-98769.europe.shell.com|Americas|
|AB-L-98769.europe.shell.com|APAC|
|AB-L-98769.europe.shell.com|Europe|
|ABE-L-98769.europe.shell.com (2)|Americas|
|ABE-L-98769.europe.shell.com (2)|Europe|
|ABE-L-98840.europe.shell.com|Americas|
|AB-L-98840.europe.shell.com|APAC|
|ABE-L-98840.europe.shell.com|Europe|
|AB-L-98854.europe.shell.com|Americas|
|ABE-L-98854.europe.shell.com|Europe|
|ABE-L-98862.europe.shell.com|Americas|