Solve bug with heatmap
This commit is contained in:
parent
2acdcc64b0
commit
10d3fcffce
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue