-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disentangle functionalities of dna_cluster #178
Comments
@JBGruber I have added a new It takes a DNA connection and many of the same arguments as We can now start replacing the cluster functionality in The function also replaces the time window functionality. This is done by using the same If time windows are used, the resulting objects can be plotted as a time series using the new The How do we go about updating the |
I should add that the primary advantage of the |
I have taken a first stab at creating a new Like the The function uses One of the design principles for this function is that the user can set all sorts of colors separately and autonomously, such as leaves, labels, symbols, and rectangles, as well as symbol shapes. No more color replacement by @JBGruber: The function currently has the following issues. If you have some time, it would be great if you could advise on them:
The help file contains some usage examples. |
dna_cluster
does many things at once and is not very user-friendly. The different things should probably be accommodated in separate functions. We should think about a clever way to design the overall user interface for these functionalities, also in relation to the other plotting functions.The text was updated successfully, but these errors were encountered: