9018fd6e5f6e3e0ce07e734cf71ba7abac649997,scanpy/tools/dpt.py,,plot_segments_pseudotimes,#Any#Any#,260
Before Change
ylabel="pseudotime",
yticks=[0,1],
cmap=cmap)
if sett.savefigs:
pl.savefig(sett.figdir+ddpt["writekey"]+"_segpt."+sett.extf)
class DPT(graph.DataGraph):
Diffusion Pseudotime Class.
After Change
ylabel="pseudotime",
yticks=[0,1],
cmap=cmap)
plott.savefig(ddpt["writekey"]+"_segpt")
class DPT(graph.DataGraph):
Diffusion Pseudotime Class.
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 6
Instances
Project Name: theislab/scanpy
Commit Name: 9018fd6e5f6e3e0ce07e734cf71ba7abac649997
Time: 2017-02-02
Author: f.alex.wolf@gmx.de
File Name: scanpy/tools/dpt.py
Class Name:
Method Name: plot_segments_pseudotimes
Project Name: theislab/scanpy
Commit Name: eefb7289f964533499cb31c0fc0ca37a2d2cc142
Time: 2017-02-06
Author: f.alex.wolf@gmx.de
File Name: scanpy/plotting.py
Class Name:
Method Name: plot_tool
Project Name: theislab/scanpy
Commit Name: 7da447b4b42c4b214fc464deb3a3166a9bace7b2
Time: 2017-05-22
Author: f.alex.wolf@gmx.de
File Name: scanpy/plotting/__init__.py
Class Name:
Method Name: sim