String [] positionlist; Table DowJones; int rows; int rowCount = 0; //dowjones int rowCounts = 0; //republican int a = 100; int b = 100; int t = 100; float v = 0; //PImage mapImage; Oil[] myoil; int y = 325; int x = 0; int w = 0; int speed = 1; void setup(){ size(3500, 2200); background(37, 166, 198); // scale(1,-1); //translate(0, -height); positionlist = loadStrings("positions.txt"); DowJones = loadTable("DowJones.csv"); rows = DowJones.getRowCount(); //importing csv file into rows might not need this since row count isnt equal. println(rows); //making sure im right about this //frameRate(12); //mapImage = loadImage("BlankGraph(1).jpg"); //noLoop(); } void draw() { //image(mapImage, 0, 0); //for(int i=0; i2000){ y = 325; }else{ y+=50; } } } void RepFunction(){ for(int i=0; i