How to Create a Matplotlib Time Series Scatter Plot
Visualizing data over time is a task I perform almost daily as a developer. While line charts are the standard, there are many times when a scatter plot is actually the better choice. In my experience, scatter plots are perfect for identifying outliers in time-based data or showing specific events that don’t necessarily have a … Read more >>