level 1
落凋554
楼主
GOCp效率 = Transpose[{{100, 200, 266.67, 400, 500, 600, 701, 800,909}, {85.23, 90.574, 90.521, 91.877, 91.59, 92.245, 91.8,92.514, 92.182}}];
ZVSp效率 = Transpose[{{100, 200, 266.67, 400, 500, 600, 701, 800,909}, {86.37, 91.159, 91.09, 92.657, 92.596, 92.541, 92.05,92.523, 92.069}}];
p效率 = {GOCp效率, ZVSp效率};
Show[ListPlot[p效率, PlotStyle -> {{Thick, Blue}, {Thick, Red}}, PlotRange -> {{Automatic, Automatic}, {85, 94}},PlotMarkers -> {{\[FilledSquare], 10}}, Axes -> None,GridLines -> Automatic, GridLinesStyle -> Directive[Gray, Dashed], Frame -> True, FrameStyle -> Directive[Thick, 20], LabelStyle -> {FontFamily -> "Times New Roman", Black}], ListLinePlot[p效率, PlotStyle -> {{Thick, Blue}, {Thick, Red}}]]
出来的图最右边有一段折线就是出不来请问是什么原因。

2018年08月17日 09点08分
1
ZVSp效率 = Transpose[{{100, 200, 266.67, 400, 500, 600, 701, 800,909}, {86.37, 91.159, 91.09, 92.657, 92.596, 92.541, 92.05,92.523, 92.069}}];
p效率 = {GOCp效率, ZVSp效率};
Show[ListPlot[p效率, PlotStyle -> {{Thick, Blue}, {Thick, Red}}, PlotRange -> {{Automatic, Automatic}, {85, 94}},PlotMarkers -> {{\[FilledSquare], 10}}, Axes -> None,GridLines -> Automatic, GridLinesStyle -> Directive[Gray, Dashed], Frame -> True, FrameStyle -> Directive[Thick, 20], LabelStyle -> {FontFamily -> "Times New Roman", Black}], ListLinePlot[p效率, PlotStyle -> {{Thick, Blue}, {Thick, Red}}]]
出来的图最右边有一段折线就是出不来请问是什么原因。
