Time Series
Static
Spiral Plot
Spiral plots arrange time-series data along a spiral path, with each revolution representing a cycle (day, week, year). This unique layout effectively reveals periodic patterns and seasonal trends while maintaining the continuous nature of time.
Example Visualization

Try this prompt
"Create a spiral plot showing 'Daily Step Count' over 2 years (730 days) to reveal seasonal activity patterns. Generate realistic fitness data with patterns: higher activity in spring/summer (8,000-12,000 steps), lower in winter (4,000-7,000 steps), weekly pattern (lower weekends), occasional zero days (sick days). Color points by step count using a YlOrRd gradient. Each spiral revolution = one year. Increase radius linearly from center (Year 1) outward (Year 2). Add concentric reference circles at 5,000 and 10,000 steps. Mark major holidays with annotations. Include a color legend and month labels around the outer edge. Title: 'Two-Year Activity Spiral - Daily Step Count'."
Generate this nowPython Code Example
Loading code...
Common Use Cases
- 1Seasonal pattern detection
- 2Cyclical trend analysis
- 3Activity tracking over time
- 4Weather pattern visualization
Pro Tips
Choose spiral period to match data cycle
Use color to encode values
Add radial reference lines