Skip to content

Commit

Permalink
Correct return type when inline=False (ResidentMario#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmahlke committed Apr 27, 2021
1 parent df0ca58 commit 8c31763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONFIGURATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ If you are not satisfied with these admittedly basic configuration parameters, t
in any way you like using `matplotlib` post-facto.

The best way to do this is to specify `inline=False`, which will cause `missingno` to return the underlying
`matplotlib.figure.Figure` object. Anyone with sufficient knowledge of `matplotlib` operations and [the missingno source code](https://github.com/ResidentMario/missingno/blob/master/missingno/missingno.py)
`matplotlib.axis.Axis` object of the main plot (e.g. only the matrix is returned when plotting the matrix with the sparkline). Anyone with sufficient knowledge of `matplotlib` operations and [the missingno source code](https://github.com/ResidentMario/missingno/blob/master/missingno/missingno.py)
can then tweak the display to their liking. For example, the following code will bump the size of the dendrogram
visualization's y-axis labels up from `20` to `30`:

Expand Down

0 comments on commit 8c31763

Please sign in to comment.