Start a new topic

X axis labeling

Hello, is there anyway to set what the labels on the X axis are other than the "set label=" on the JSON/XML data?


Say I want to plot 50 points  but I only want 5 labels on the X axis to make it easy to read.


Obviously I could do a "set label=" on only every 10th piece of data in the JSON/XML data however I have a java app converting a text file into the required data format adding it to all of them.


Is there a way to get it to only display the label from every 10th piece of data other than getting the java app rewritten to only set the label on every 10th and also needing it wrote again for any other number of labels I want displayed?

Login or Signup to post a comment