Timeline for Plotting several 2D plots on one 3D graph
Current License: CC BY-SA 3.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 13, 2017 at 12:55 | history | edited | CommunityBot | replaced http://mathematica.stackexchange.com/ with https://mathematica.stackexchange.com/ | |
| Jul 21, 2016 at 15:17 | history | edited | Sumit | CC BY-SA 3.0 | added 669 characters in body |
| Jul 21, 2016 at 15:14 | comment | added | Sumit | Did you look at J.M.'s link on top of your question? | |
| Jul 21, 2016 at 13:47 | comment | added | Manu | Now, I don´t know how join the points. ListLinePlot3D not is support in Mathematica. | |
| Jul 21, 2016 at 13:13 | comment | added | Manu | I have a possible solution. Finally, I've created mtime variable which I add third column of data tmin and plotting with ListPlot3D. This is the final code: mtime = Table[ArrayFlatten@{{m[[i]], tmin[[i]]}}, {i, n}]; ListPointPlot3D[mtime, PlotRange -> All, LabelStyle -> Directive[Black, 10, FontFamily -> "Arial"], ViewPoint -> {-2.39, 0.13, 2.38}, ViewVertical -> {-0.40, 0.8, 1}] | |
| Jul 20, 2016 at 14:28 | history | answered | Sumit | CC BY-SA 3.0 |