i am testing the latest jar of achartengine and im wondering if i am doing something wrong. here is the values i want to plot.
int[] y = {73,92,83}; // y values!
int[] x = {1,1,1};
This should plot as a vertical line because all the x axis plots are the same only the y axis values are changing. But instead it plots a near horizontal line with all the x axis values not matching the relevant labels. Is there a way i can fix this so that the graph plots accuratley