You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but that seems quite verbose for a fairly common kind of figure. What about, for example, adding a keyword argument to express.line to specify marker properties?
cf matplotlib, where you can conveniently do this with something like plt.plot(x, y, fmt='.-') to get line plot with markers.