4428da66f0dbcba105ca22d45c6da929954a1d9d,lib/mpl_toolkits/mplot3d/art3d.py,Path3DCollection,do_3d_projection,#Path3DCollection#Any#,486
Before Change
self._edgecolor3d)
ecs = mcolors.to_rgba_array(ecs, self._alpha)
self.set_edgecolors(ecs)
PathCollection.set_offsets(self, np.column_stack([vxs, vys]))
return np.min(vzs) if vzs.size else np.nan
After Change
// Re-order items
vzs = vzs[z_markers_idx]
vxs = vxs[z_markers_idx]
vys = vys[z_markers_idx]
fcs = fcs[z_markers_idx]
ecs = ecs[z_markers_idx]
vps = np.column_stack((vxs, vys))
fcs = mcolors.to_rgba_array(fcs, self._alpha)
ecs = mcolors.to_rgba_array(ecs, self._alpha)
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 4
Instances
Project Name: matplotlib/matplotlib
Commit Name: 4428da66f0dbcba105ca22d45c6da929954a1d9d
Time: 2020-05-10
Author: ty.cx123@gmail.com
File Name: lib/mpl_toolkits/mplot3d/art3d.py
Class Name: Path3DCollection
Method Name: do_3d_projection
Project Name: bashtage/linearmodels
Commit Name: eb47d0eacbb3e3bad905616f8d410ebff8b6a1a9
Time: 2019-03-21
Author: kevin.k.sheppard@gmail.com
File Name: linearmodels/panel/model.py
Class Name: PanelOLS
Method Name: _lsmr_path
Project Name: dmbee/seglearn
Commit Name: 6eabf1eeaa3c9d64b67d3f29b3c546baa8235671
Time: 2018-03-06
Author: david.mo.burns@gmail.com
File Name: seglearn/features.py
Class Name:
Method Name: _compute_features