This is a project that can graph an XY dataset. there are no labels because I didnt want to overcomplicate things, however they may come in the future if I decide to update this. This project currently supports line graphs and dotplots, bar graphs may come in the future. Data should be in the following format: X Label Y label x1 y1 x2 y2 etc. etc.