Skip to content

Commit

Permalink
Added in missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
micahjohnson150 committed Oct 3, 2023
1 parent 5273938 commit 983110a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion study_lyte/plotting.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import matplotlib.pyplot as plt
from study_lyte.styles import EventStyle
from .styles import EventStyle

def plot_events(ax, profile_events, plot_type='normal', event_alpha=0.6):
"""
Plots the hline or vline for each event on a plot
Expand Down

0 comments on commit 983110a

Please sign in to comment.