level 2
d = {{0.24, 0.3}, {0.28, 0.323}, {0.32, 0.34}, {0.36, 0.36}, {0.4,
0.389}, {0.44, 0.416}, {0.48, 0.44}}
e = {{0.24, 0.22}, {0.28, 0.228}, {0.32, 0.24}, {0.36, 0.25}, {0.4,
0.265}, {0.44, 0.279}, {0.48, 0.29}}
f = {d, e}
Show[ListPlot[f, PlotTheme -> "Scientific", PlotMarkers -> Automatic,
PlotStyle -> PointSize[0.3], PlotLegends -> {"nr1", "nr2"}],
ListLinePlot[f]]
2021年03月28日 02点03分

