78d78912465c00be2793a04f21ba7706576bdc97,src/skmultiflow/visualization/evaluation_visualizer.py,EvaluationVisualizer,_update_plots,#EvaluationVisualizer#Any#Any#,339
Before Change
plot_tracker.data[constants.CURRENT][i][-1], y_max])
pad = 0.5 * y_max // Padding bellow and above thresholds
plot_tracker.sub_plot_obj.set_ylim((y_min-pad, y_max+pad))
plot_tracker.sub_plot_obj.set_xlim(0, self._sample_ids[-1])
def _clear_annotations(self):
Clear annotations, so next frame is correctly rendered.
for i in range(len(self._text_annotations)):
After Change
y_max = max([plot_tracker.data[constants.MEAN][i][-1],
plot_tracker.data[constants.CURRENT][i][-1], y_max])
pad = 0.5 * y_max // Padding bellow and above thresholds
if update_xy_limits:
plot_tracker.sub_plot_obj.set_ylim((y_min-pad, y_max+pad))
plot_tracker.sub_plot_obj.set_xlim(0, self._sample_ids[-1])
def _clear_annotations(self):
Clear annotations, so next frame is correctly rendered.
for i in range(len(self._text_annotations)):
self._text_annotations[i].remove()
In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 3
Instances Project Name: scikit-multiflow/scikit-multiflow
Commit Name: 78d78912465c00be2793a04f21ba7706576bdc97
Time: 2018-10-08
Author: jacob.montiel@gmail.com
File Name: src/skmultiflow/visualization/evaluation_visualizer.py
Class Name: EvaluationVisualizer
Method Name: _update_plots
Project Name: deeptools/HiCExplorer
Commit Name: d495c8ce8f93e94a7dd4c982a83682914b497e89
Time: 2017-09-21
Author: wolffj@informatik.uni-freiburg.de
File Name: hicexplorer/hicPlotMatrix.py
Class Name:
Method Name: plotEigenvector
Project Name: scikit-multiflow/scikit-multiflow
Commit Name: 6b59ec4f9570c82442c252b2d77d7c7114b55678
Time: 2018-10-07
Author: jacob.montiel@gmail.com
File Name: src/skmultiflow/visualization/evaluation_visualizer.py
Class Name: EvaluationVisualizer
Method Name: _update_plots
Project Name: deeptools/HiCExplorer
Commit Name: 362ad0d2871cbc62a2ebe429151a261f9b62648c
Time: 2017-10-18
Author: wolffj@informatik.uni-freiburg.de
File Name: hicexplorer/hicPlotMatrix.py
Class Name:
Method Name: plotEigenvector