f14a72f14d9561bbfa9313e86094122eb98e401c,cellprofiler/modules/applythreshold.py,ApplyThreshold,display,#ApplyThreshold#Any#Any#,860
Before Change
figure.subplot_imshow_grayscale(1, 0, workspace.display_data.output_pixel_data,
title="Thresholded image: %s" %
self.y_name.value,
sharexy=figure.subplot(0, 0))
figure.subplot_table(
2, 0, workspace.display_data.statistics,
workspace.display_data.col_labels)
After Change
1,
0,
workspace.display_data.output_pixel_data,
title=u"Thresholded image: {}".format(self.y_name.value),
dimensions=dimensions
)
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 2
Instances
Project Name: CellProfiler/CellProfiler
Commit Name: f14a72f14d9561bbfa9313e86094122eb98e401c
Time: 2017-02-22
Author: mcquin@broadinstitute.org
File Name: cellprofiler/modules/applythreshold.py
Class Name: ApplyThreshold
Method Name: display
Project Name: IBM/adversarial-robustness-toolbox
Commit Name: fdfb6689c9ce1c9fedddba7a4d03f1ba84c736a0
Time: 2017-07-04
Author: valentina.zantedeschi@ibm.com
File Name: demo/draw_boundaries.py
Class Name:
Method Name:
Project Name: scikit-learn/scikit-learn
Commit Name: b4db36d337a4ff83f1bcb37c5a8c615d3134d372
Time: 2020-05-20
Author: jliu176@gmail.com
File Name: examples/covariance/plot_mahalanobis_distances.py
Class Name:
Method Name: