Skip to content

Commit c9655d1

Browse files
committed
update for newer matplotlib syntax
1 parent 9104b2c commit c9655d1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

iCount/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
# Semantic versioning is used. For more information see:
1010
# https://packaging.python.org/en/latest/distributing/#semantic-versioning-preferred
11-
__version__ = '3.0.0'
11+
__version__ = '3.0.1'
1212

1313
__author__ = 'Ule Group, The Francis Crick Institute, London'
1414
__email__ = 'jernej.ule@crick.ac.uk'

iCount/plotting/plot_metagene.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def plot_metagene(fnames,
149149
ax.set_ylim((0, ylim))
150150
ax.set_ylabel('Score [CPM]')
151151
ax.set_title('Metagene')
152-
ax.grid(b=True, which='major', axis='both')
152+
ax.grid(visible=True, which='major', axis='both')
153153
ax.legend()
154154

155155
if is_independent:

0 commit comments

Comments
 (0)