Skip to main content
Tweeted twitter.com/StackMma/status/1555886419754754049
edited tags
Link
Alexey Popkov
  • 62.5k
  • 7
  • 163
  • 405
Source Link
acoustics
  • 1.7k
  • 10
  • 23

Tracing the existing curve with star symbol

b1={1.8743,1.8784,1.88248,1.89049,1.89828,1.90587,1.91327,1.96335,2.03035,2.12536,2.23701,2.30098,2.34255,2.37175,2.3934,2.42334,2.44307,2.48725,2.51208,2.5173,2.52799,2.53164,2.53348,2.53533,2.53625,2.53745,2.53793,2.53894,2.53909,2.53543}; ks1={0.01,1.,2.,4.,6.,8.,10.,25.,50.,100.,200.,300.,400.,500.,600.,800.,1000.,2000.,4000.,5000.,10000.,15000.,20000.,30000.,40000.,70000.,100000.,1.*10^6,1.*10^8,1.*10^12}; data1 = Transpose[{ks1, b1}]; s1 = ListLogLinearPlot[data1, Joined -> True, PlotStyle -> {Black, Thickness[0.01]}, AxesStyle -> Black, PlotRange -> All] 

How to put star symbol on same plot which traces the curve. I know with the Plot marker we can achive this, but the thing is I want the tracing at equidistance from start to end. With my data points, I am not getting the tracing properly. How to achive this.