static BufferedImage shortArrayToGraph(short[] array, int h default 100) { ret simpleGraph(0, l(array), x -> (double) array[x], Short.MIN_VALUE, Short.MAX_VALUE); }