Hello!
I have coordinate data (specific X and Y value) that I am trying to plot as a scatterplot.
What I am plotting is coordinates for a location for every trial in an experiment, so it would look like this:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Trial[/TD]
[TD]X[/TD]
[TD]Y[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]504[/TD]
[TD]340[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]507[/TD]
[TD]338[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]518[/TD]
[TD]335[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]527[/TD]
[TD]333[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]539[/TD]
[TD]331[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]549[/TD]
[TD]328[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]560[/TD]
[TD]321[/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]566[/TD]
[TD]319[/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD]571[/TD]
[TD]316[/TD]
[/TR]
</tbody>[/TABLE]
I can plot my coordinates just fine, but the field that allows you to label x data points in the "select data" menu is inactive. How can I label each point to indicate it's trial number? Do I need to make each trial a separate series?
Thanks!
I have coordinate data (specific X and Y value) that I am trying to plot as a scatterplot.
What I am plotting is coordinates for a location for every trial in an experiment, so it would look like this:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Trial[/TD]
[TD]X[/TD]
[TD]Y[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]504[/TD]
[TD]340[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]507[/TD]
[TD]338[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]518[/TD]
[TD]335[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]527[/TD]
[TD]333[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]539[/TD]
[TD]331[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]549[/TD]
[TD]328[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]560[/TD]
[TD]321[/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]566[/TD]
[TD]319[/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD]571[/TD]
[TD]316[/TD]
[/TR]
</tbody>[/TABLE]
I can plot my coordinates just fine, but the field that allows you to label x data points in the "select data" menu is inactive. How can I label each point to indicate it's trial number? Do I need to make each trial a separate series?
Thanks!