sot / starcheck

BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

Set linestyle via fmt in plot_two #382

Closed jeanconn closed 2 years ago

jeanconn commented 2 years ago

Description

Set linestyle via fmt in plot_two

The previous fix to set the marker explicitly with 'marker' still had matplotlib throwing a warning because fmt is set and has default of 'o' in plot_date.

Testing

This correctly makes the plot, still without the markers and with the linestyles... and doesn't throw any warnings in ska3-next or current ska3 flight.

plottest3

taldcroft commented 2 years ago

I also searched the sot org for external calls to plot_two and found none (since the API is changing).