e6ed72a38ed22abf27cbe3e6dbee7fed3be9741b,doc/examples/segmentation/plot_regionprops_table.py,,,#,25

Before Change


ax1.set_axis_off()
ax1.set_title(f"fraction {fractions[0]}")
// Show image with highest volume fraction
ax2 = fig.add_subplot(222)
ax2.imshow(images[-1], cmap="gray_r")
ax2.set_axis_off()
ax2.set_title(f"fraction {fractions[-1]}")
plt.show()

After Change


grid = plt.GridSpec(2, 2)
ax1 = plt.subplot(grid[0, 0])
ax2 = plt.subplot(grid[0, 1])
ax = plt.subplot(grid[1, :])
// Show image with lowest volume fraction
ax1.imshow(images[0], cmap="gray_r")
ax1.set_axis_off()
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 5

Non-data size: 3

Instances


Project Name: scikit-image/scikit-image
Commit Name: e6ed72a38ed22abf27cbe3e6dbee7fed3be9741b
Time: 2020-01-06
Author: marianne.corvellec@ens-lyon.org
File Name: doc/examples/segmentation/plot_regionprops_table.py
Class Name:
Method Name:


Project Name: alexandrebarachant/pyRiemann
Commit Name: 4adafe833aa3ac54eb01f81dad822db2592d8537
Time: 2017-06-13
Author: pedro.rodrigues01@gmail.com
File Name: examples/ERP/plot_embedding_EEG.py
Class Name:
Method Name:


Project Name: DistrictDataLabs/yellowbrick
Commit Name: 8a864b39174306793825cc87cc14f6255a6a5c27
Time: 2018-03-18
Author: benjamin@bengfort.com
File Name: tests/test_classifier/test_confusion_matrix.py
Class Name: ConfusionMatrixTests
Method Name: test_one_class


Project Name: DistrictDataLabs/yellowbrick
Commit Name: 8a864b39174306793825cc87cc14f6255a6a5c27
Time: 2018-03-18
Author: benjamin@bengfort.com
File Name: tests/test_classifier/test_confusion_matrix.py
Class Name: ConfusionMatrixTests
Method Name: test_confusion_matrix


Project Name: DistrictDataLabs/yellowbrick
Commit Name: 8a864b39174306793825cc87cc14f6255a6a5c27
Time: 2018-03-18
Author: benjamin@bengfort.com
File Name: tests/test_classifier/test_confusion_matrix.py
Class Name: ConfusionMatrixTests
Method Name: test_inverse_mapping