0

I imported a table from Excel in the column format of x, y1, y2, ..., y7

I used

ListLinePlot[Table[q[[All, {1, i}]], {i, 2, 7}], PlotRange -> range]

to plot each of the seven y-values against its associated x-value.

I now want to to do a 3D plot of this data against time. So I want to plot x-y1, x-y2, ..., with increments of time. For example, x-y1 happened at 1 minute, x-y2 happened at 2 minutes.

How can I do this?

m_goldberg
  • 107,779
  • 16
  • 103
  • 257
  • Do you mean to make something like the waterfall plot in Origin? – Rom38 May 30 '18 at 03:49
  • Please show us the data and code for the plot you have have already made. It will help us to better uwnderstand your problem and increase the likelihood of your getting an answer/ – m_goldberg May 30 '18 at 04:33

0 Answers0