| Author |
Comment/Response |
Matthew
|
02/18/12 4:56pm
Hello,
I'm new to Mathematica, and could use some help. I need to indicate that a curved line, with plotted points, continues to infinity. I need the arrowhead to extend past the last plotted marker, and point towards the overall direction of the curved line.
I've attached a picture of the exact graph I need to duplicate. The graph in the picture was accomplished using Excel.
So far,
ListLinePlot[{TreeLvL2, TreeLvL3A}, ImageSize -> {1000, 400},
GridLines -> {{0}, {5, 10, 15, 20, 25, 30}},
TicksStyle -> Directive[Bold, 12],
AxesLabel -> {None, "Values of Augmented Tree Nodes at Level 2 and 3
(with s = 2 and s = 3, respectively)"},
LabelStyle -> Directive[Bold, 14],
Ticks -> {Range[1, 20], Range[-5.00, 30.00, 5.00]},
PlotRange -> {{-5, 21}, {-5, 30}},
PlotMarkers -> {{"\[FilledDiamond]",
Large}, {"\[FilledSmallSquare]", Large}},
PlotStyle -> {{Blue, Thick}, {Red, Thick}, PlotLegend -> {"Tree Values at Level 2
(infinite)", "Tree Values at Level 3"},
LegendPosition -> {1.1, -0.4},
Epilog -> Inset[TNG2, Center, Center, Automatic]] // Framed
The Inset TNG2 represents the data points for the last two curved lines: I couldn't figure out how to graph all four with only two legend entries.
Any help would be a blessing.
Matthew
Attachment: graph.jpg, URL: , |
|