Skip to content

Commit

Permalink
Update plot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
killiansheriff authored Mar 20, 2024
1 parent e300756 commit ed277d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chemicalmotifidentifier/_src/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@

from .transforms import AddEdges

plt.style.use(os.path.join(os.path.dirname(__file__), "mplstyle"))
import lovelyplots
plt.style.use('paper')


class Plot:
Expand Down

0 comments on commit ed277d9

Please sign in to comment.