Timeline for what is the best equivalent of PlotMarkers in ListPlot in Plot command?
Current License: CC BY-SA 4.0
10 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 26, 2022 at 18:00 | history | tweeted | twitter.com/StackMma/status/1519013464567652353 | ||
| Apr 26, 2022 at 16:44 | history | became hot network question | |||
| Apr 26, 2022 at 9:28 | comment | added | LouisB | Have you considered using Callout ? | |
| Apr 26, 2022 at 9:14 | vote | accept | Wisdom | ||
| Apr 26, 2022 at 9:14 | answer | added | kglr | timeline score: 7 | |
| Apr 26, 2022 at 9:02 | comment | added | Wisdom | @kglr Great job! Please write it as an answer | |
| Apr 26, 2022 at 8:58 | comment | added | Syed | Use the @kglr answer above with ScalingFunctions to reduce plot congestion: Plot[Evaluate@Table[x^i, {i, 7}], {x, 0, 5}, PlotTheme -> "Monochrome", PlotLegends -> LineLegend["Expressions", LegendLayout -> "ReversedColumn"] , ScalingFunctions -> {None, "Log"}] | |
| Apr 26, 2022 at 8:54 | comment | added | Syed | Why not use ListLinePlot and use PlotMarkers of your choice? | |
| Apr 26, 2022 at 8:54 | comment | added | kglr | how about Plot[Evaluate@Table[x^i, {i, 7}], {x, 0, 5}, PlotTheme -> "Monochrome",PlotLegends->"Expressions"]? | |
| Apr 26, 2022 at 8:44 | history | asked | Wisdom | CC BY-SA 4.0 |