I have two arrays: x = x coordinates and y = y coordinates. I want to use gruff library in ruby to create a line based on the x and y coordinates. How can I do that?
I have two arrays: x = x coordinates and y = y coordinates. I want to use gruff library in ruby to create a line based on the x and y coordinates. How can I do that?