Skip to content

Commit 65311c1

Browse files
authored
Merge pull request #2 from PeppaCat/master
Update latexify.py
2 parents de8f322 + 81ce6c8 commit 65311c1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

latexify.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def latexify(fig_width=None, fig_height=None, font_size=12, columns=2):
1515
columns : {1, 2}
1616
"""
1717

18-
# code adapted from http://www.scipy.org/Cookbook/Matplotlib/LaTeX_Examples
18+
# code adapted from https://scipy.github.io/old-wiki/pages/Cookbook/Matplotlib/LaTeX_Examples.html
1919

2020
# Width and max height in inches for IEEE journals taken from
2121
# computer.org/cms/Computer.org/Journal%20templates/transactions_art_guide.pdf
@@ -70,4 +70,4 @@ def format_axes(ax):
7070
for axis in [ax.xaxis, ax.yaxis]:
7171
axis.set_tick_params(direction='out', color=SPINE_COLOR)
7272

73-
return ax
73+
return ax

0 commit comments

Comments
 (0)