rfwtools.visualize.timeline.swarm_timeline
- rfwtools.visualize.timeline.swarm_timeline(data, **kwargs)[source]
Generate and display a swarmplot of fault/cavity label pairs over time. Extra kwargs passed to swarmplot.
Note: kwargs especially useful for modifying marker size with s=<int>.
- Parameters:
data (
DataFrame) – Expects a DataFrame with the format from ExampleSet- Return type:
None