I'm using android plot library to plot data from an array I have. The problem is when there are duplicate data in the array , some number labels of the y axis are also being duplicated. for example if I have an array
{46.66,46.50,46.61,46.61,46.55,46.55,46.60,46.50,46.50,46.50,46.61,46.41,46.54,46.44,46.46,46.55,46.59,46.61,46.64,46.60,46.65,46.74,46.74,46.99,46.95,46.94,46.80,46.98,46.90,46.94,47.00,46.94,47.11 }
I get 46.6 and 47 duplicated on the y-axis.
Sorry I couldn't post an image because of my low reputation.