Rodaddy

Members
  • Content count

    1
  • Joined

  • Last visited

About Rodaddy

  • Rank
    Forum Newbie
  1. I am trying to create a chart that will make a multi line yield curve. The data would look something like this x-axis [24, 36, 60, 84, 112, 360] line1 [0.92,1.44,2.33,3,3.45,4.26] line2 [0.92,1.46,2.36,3.05,3.5,4.34] line3 [0.91,1.46,2.39,3.09,3.57,4.41] now you can see if i plot the x-axis as scaled data points i will not get the desired curves, but a slightly upward slanting lines (using MSSpline). what i need to create is something that looks more like this . Any help would be appreciated. Rico