Skip to content
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

Add a "plot order changer" function to the program #91

Open
StuntsPT opened this issue Sep 19, 2022 · 0 comments
Open

Add a "plot order changer" function to the program #91

StuntsPT opened this issue Sep 19, 2022 · 0 comments
Assignees

Comments

@StuntsPT
Copy link
Owner

Currently there is no way to change the individual order in the plot, except by altering the input file.
A "plot order changer" function would take as input a single column file, with as many rows as there are individuals in the plot. Each row would contain a unique value, between 1 and "N" (where "N" is the total number of individuals) representing the order under which each individual should be placed.
An example with 4 individuals:

1
4
2
3

Using this orderfile would cause the first individual in the input file to be plotted in position "1", the second individual in position "4", the third individual in position "2", and the fourth individual in position "3".
Please leave a comment if you are interested in this feature.

@StuntsPT StuntsPT self-assigned this Sep 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant