pyslingshot icon indicating copy to clipboard operation
pyslingshot copied to clipboard

Python implementation of the Slingshot pseudotime algorithm

Results 5 pyslingshot issues
Sort by recently updated
recently updated
newest added

Hi! This issue is carried over from [the slingshot repo](https://github.com/kstreet13/slingshot/issues/204). My question there had focused on whether `pyslingshot` was still under active development, thanks @mossjacob for the clarification on that...

```ValueError Traceback (most recent call last) Input In [138], in () 4 custom_xlim = (-12, 12) 5 custom_ylim = (-12, 12) ----> 6 slingshot.fit(num_epochs=1, debug_axes=axes) 8 fig, axes = plt.subplots(ncols=2,...

Hi @mossjacob , I get rough curves when I run python version. Would you please help, I also changed num_epochs and didnt help. Thanks very much! best, Tiam

Hey, I have looked into the source code but as far as I understood it there is no argument which can be passed along to change the color of the...