You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Moran_BV_matrix object takes varnames as input, but this argument does not seem to be used anywhere in the function.
For labeling moran_facette() plots (starting to prototype facets), it would be great to either include this list as an attribute of the Moran-BV_matrix Object, or even allow for varnames input in the Moran_BV Object.
I think it'd be great to store the varnames on the object and use them when needed. By default these should be ['x{}'.format(i) for i in range(p)] for an (n,p) input matrix.
Moran_BV_matrix
object takesvarnames
as input, but this argument does not seem to be used anywhere in the function.For labeling
moran_facette()
plots (starting to prototype facets), it would be great to either include this list as an attribute of theMoran-BV_matrix
Object, or even allow forvarnames
input in theMoran_BV
Object.What do you think @sjsrey @darribas @ljwolf?
The text was updated successfully, but these errors were encountered: