MATLAB: How to turn off marker in the legend but keep the text

legend markerplotting

Hi, I like to turn off the marker or at least set it to transparent so I am only left with the text in the legend box. So for example for the following code I want the legend to just say tokens and not show the marker which is a circle in the legend box.
Scatter (x,y,'red')
legend ('tokens')