Solve bug with heatmap

This commit is contained in:
Benjamin Bertrand 2017-04-03 09:04:01 +03:00
parent 2acdcc64b0
commit 10d3fcffce
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ class Classe(object):
level_heatmap = sns.heatmap(pv.T)
level_heatmap.hlines(exercice_sep,
*self._level_heatmap.get_xlim(),
*level_heatmap.get_xlim(),
colors = "orange",
)
return level_heatmap