Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 615484209
  • Loading branch information
colaboratory-team committed Mar 13, 2024
1 parent 5375c83 commit 9a4a016
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions google/colab/_quickchart_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,6 @@ def time_series_multiline(
code = f"""from matplotlib import pyplot as plt
import seaborn as sns
def _plot_series(series, series_name, series_index=0):
from matplotlib import pyplot as plt
import seaborn as sns
palette = list(sns.palettes.mpl_palette('Dark2'))
{plot_series_impl}
plt.plot(xs, ys, label=series_name, color=palette[series_index % len(palette)])
Expand Down

0 comments on commit 9a4a016

Please sign in to comment.