float[] volume; float minVolume, maxVolume; int[] year; float X1, X2, Y1, Y2; PFont legendFont = createFont("SansSerif", 20); void setup() { String[] lines = loadStrings("USPSData.txt"); volume = new float[lines.length]; year = new int[lines.length]; int j = 0; for (int i=0; i