Skip to content

Modify x label rotations in parallel_coordinates? #13

Description

@wangshun1121

Well, samples of names are mixed on x-labels in my parallel_coordinates like this:

截屏2019-11-04下午5 03 22

I modified codes of https://github.com/aroth85/pyclone/blob/d98f579bd123b4af3467d27fa68f14feefe18f0a/pyclone/post_process/plot/clusters.py#L197 and https://github.com/aroth85/pyclone/blob/d98f579bd123b4af3467d27fa68f14feefe18f0a/pyclone/post_process/plot/loci.py#L205 , setting:

 ax.set_xticklabels(samples,rotation=90)

and got following x-labels I want:

截屏2019-11-04下午5 07 21

I think these two lines can be modified as I shown above, or make other rotation values like 45?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions