Skip to content

Commit ed277d9

Browse files
Update plot.py
1 parent e300756 commit ed277d9

File tree

1 file changed

+2
-1
lines changed
  • chemicalmotifidentifier/_src

1 file changed

+2
-1
lines changed

chemicalmotifidentifier/_src/plot.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111

1212
from .transforms import AddEdges
1313

14-
plt.style.use(os.path.join(os.path.dirname(__file__), "mplstyle"))
14+
import lovelyplots
15+
plt.style.use('paper')
1516

1617

1718
class Plot:

0 commit comments

Comments
 (0)