Skip to content

Commit

Permalink
inscrease font size
Browse files Browse the repository at this point in the history
  • Loading branch information
sciunto committed Oct 2, 2018
1 parent 4cef9af commit 7d48ee0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/examples/data/plot_general.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@
"""
import matplotlib.pyplot as plt
import matplotlib

from skimage import data

matplotlib.rcParams['font.size'] = 18

images = ('astronaut',
'binary_blobs',
Expand Down
2 changes: 2 additions & 0 deletions doc/examples/data/plot_scientific.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@
"""
import matplotlib.pyplot as plt
import matplotlib

from skimage import data

matplotlib.rcParams['font.size'] = 18

images = ('hubble_deep_field',
'immunohistochemistry',
Expand Down
3 changes: 3 additions & 0 deletions doc/examples/data/plot_specific.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@
"""
import numpy as np
import matplotlib.pyplot as plt
import matplotlib

from skimage import data

matplotlib.rcParams['font.size'] = 18

######################################################################
#
# Stereo images
Expand Down

0 comments on commit 7d48ee0

Please sign in to comment.