rwfromm

Members
  • Content count

    1
  • Joined

  • Last visited

About rwfromm

  • Rank
    Forum Newbie
  1. what i am looking for (and my company) is an xy plot of points that are ordered over to have them connected with lines. i can semi mimic this with a line chart but it is a major pain to do. the example of the data i am looking to plot with a line in order would be like: x , y 5,5 5,4 4,3 2,2 3,3 4,4 those points plotted, with a line connecting them in that order. What we are basically wanting to first use this for is plotting the x as base price, y as promotion price with the connection order being time. I have yet to be able to find an eligent way to do this other then to plot each line segment seperatly hiding the points and forcing all line segments to the same color. I have read other forums of people wanting the same type of chart, was just wondering if there is enough call for this for a new chart type to be added. Thanks Rodger