Hi,
How to skip the single line from the graph while plotting the number.
consider the numbers from 0 to 9 it will be as;( in the For Loop)
Working format:
|||||||||| ---> Graph lines
0123456789 ----> X axis numbers
I need to have the format like;
||||||||||||||||||| ---> Graph lines
0 1 2 3 4 5 6 7 8 9 ----> X axis numbers..
Thanks,
Subbu