Skip to content

Commit

Permalink
Fix import issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Milk committed Jan 8, 2024
1 parent c4a0b56 commit 51de9ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from matplotlib import cycler
from cycler import cycler

project = 'legendkit'
copyright = '2024, Mr-Milk'
Expand Down
1 change: 0 additions & 1 deletion docs/source/cover.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import matplotlib as mpl
import matplotlib.pyplot as plt
from matplotlib import cycler
from matplotlib.colors import Normalize

from legendkit import legend, cat_legend, colorbar, colorart, hstack, vstack
Expand Down
4 changes: 2 additions & 2 deletions examples/example2.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
import matplotlib.pyplot as plt
from matplotlib.lines import Line2D

from legendkit import legend, SquareItem, CircleItem, RectItem
from legendkit.handles import LineItem
from legendkit import legend
from legendkit.handles import LineItem, SquareItem, CircleItem, RectItem

plt.style.use('https://github.com/dhaitz/matplotlib-stylesheets/raw/master/pacoty.mplstyle')

Expand Down

0 comments on commit 51de9ae

Please sign in to comment.