Hello,
I would like to make a plot similar to the picture below. My data is below as well. I want to graph placementdays on the X axis and the percentage on the Y axis. Thanks--CJ

I would like to make a plot similar to the picture below. My data is below as well. I want to graph placementdays on the X axis and the percentage on the Y axis. Thanks--CJ
Code:
* Example generated by -dataex-. For more info, type help dataex clear input float placementdays1 1 55 2 3 2 1 7 23 56 40 90 22 13 1 3 43 . 21 183 843 4 14 10 22 26 78 8 135 9 77 105 . 369 112 147 21 5 574 3 154 3 344 2 3 623 4 62 3 3 2 14 26 813 682 0 3 138 55 30 5 63 17 3 10 57 32 50 78 1 55 168 561 50 21 19 . . 55 337 5 6 21 499 3 153 170 6 261 261 28 3 277 2 1 81 12 2 1 2 85 end
Comment