diff --git a/study_lyte/plotting.py b/study_lyte/plotting.py index 6f6011c..7633b7a 100644 --- a/study_lyte/plotting.py +++ b/study_lyte/plotting.py @@ -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