Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ResidentMario committed Jul 16, 2018
1 parent 1ef039c commit f190bd6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions missingno/missingno.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,8 @@ def bar(df, figsize=(24, 10), fontsize=16, labels=None, log=False, color='dimgra
ax2.set_yscale('log')
ax2.set_ylim(ax1.get_ylim())
ax2.set_yticklabels([int(n*len(df)) for n in ax1.get_yticks()], fontsize=fontsize)
else:
ax1.set_xticks([])

# Create the third axis, which displays columnar totals above the rest of the plot.
ax3 = ax1.twiny()
Expand Down

0 comments on commit f190bd6

Please sign in to comment.