Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

How do I plot a line chart without X-axis values?

I have the following dataset:     I would like to plot the following line chart, where the Y-axis is the sum of all values for USE_Percentile10, 20, 30, etc.     I am having trouble...
  • Anonymous's avatar
    Anonymous
    4 years ago

    As you can see, it was a matter of unpivoting the data:

     

     

    Cheers