pyts icon indicating copy to clipboard operation
pyts copied to clipboard

Unthresholded recurrence plot

Open ogreyesp opened this issue 4 years ago • 1 comments

Does pyts library support the generation of unthresholded recurrence plots?

ogreyesp avatar Jul 22 '20 13:07 ogreyesp

Yes. The corresponding value for the threshold parameter is None (it's the default value).

See the documentation of pyts.image.RecurrencePlot.

johannfaouzi avatar Jul 22 '20 17:07 johannfaouzi