请问mathematica 如何将两个散点图画在一起?p1 = ListPlot[{{1,2},{2,3},{3,5},{4,7},{5,11},{6,13},{7,17},{8,19},{9,23},{10,27}}]p2 = ListPlot[Import["C:\\Users\\Li\\Desktop\\New Text Document.csv"],PlotStyle -> Gray,PlotLabel -> "ssss"]show

来源:学生作业帮助网 编辑:作业帮 时间:2024/05/06 20:42:12
请问mathematica 如何将两个散点图画在一起?p1 = ListPlot[{{1,2},{2,3},{3,5},{4,7},{5,11},{6,13},{7,17},{8,19},{9,23},{10,27}}]p2 = ListPlot[Import[ Gray,PlotLabel -> "ssss"]show" />

请问mathematica 如何将两个散点图画在一起?p1 = ListPlot[{{1,2},{2,3},{3,5},{4,7},{5,11},{6,13},{7,17},{8,19},{9,23},{10,27}}]p2 = ListPlot[Import["C:\\Users\\Li\\Desktop\\New Text Document.csv"],PlotStyle -> Gray,PlotLabel -> "ssss"]show
请问mathematica 如何将两个散点图画在一起?
p1 = ListPlot[{{1,2},{2,3},{3,5},{4,7},{5,11},{6,13},{7,
17},{8,19},{9,23},{10,27}}]
p2 = ListPlot[
Import["C:\\Users\\Li\\Desktop\\New Text Document.csv"],
PlotStyle -> Gray,PlotLabel -> "ssss"]
show[p1,p2]
-------------------
我这样试验了不行哦.
两个单独都可以的 ,组合怎么弄?

请问mathematica 如何将两个散点图画在一起?p1 = ListPlot[{{1,2},{2,3},{3,5},{4,7},{5,11},{6,13},{7,17},{8,19},{9,23},{10,27}}]p2 = ListPlot[Import["C:\\Users\\Li\\Desktop\\New Text Document.csv"],PlotStyle -> Gray,PlotLabel -> "ssss"]show
Show[p1,p2,PlotRange -> All]]