plot - Different groups with single line, plotting in Excel -


my problem:

i have column of data , column of condition (3 conditions). goal plot data based on iteration (iteration x axis), , colour different portions of plot based on condition. unfortunately, have use excel.

what did:

i subdivided column 3 different columns based on condition

then, plotted them (scatter plot). far ok, sake of presentation, need connect of these points single line (the plotting option gives me 3 lines).

any appreciated ( prefer non vba solution time being have present them tomorrow , didn't use basic years)?

example:

condition---og-------g2-------g3-------g4

0-----------95.6-----95.6-----#n/a-----#n/a

1-----------95.6-----#n/a-----95.6-----#n/a

3.2---------95.6-----#n/a-----#n/a-----95.6

blue: g2; red: g3; yellow g4

i want connect line between these 3 points (with different colour based on condition column): what need

in excel 2013 (may different other versions), merely select data point joined (here yellow, red necessary also) , select solid line shown:

so25371216 example


Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -