Skip to content

Parallel coordinates plot axes labels overlap #1703

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

Closed
kernc opened this issue May 18, 2017 · 10 comments
Closed

Parallel coordinates plot axes labels overlap #1703

kernc opened this issue May 18, 2017 · 10 comments
Labels
bug something broken

Comments

@kernc
Copy link

kernc commented May 18, 2017

On parallel coordinate plot, axes labels overlap when the text is too long, font too large, or there are too many dimensions for given canvas width.

CodePen example: https://codepen.io/anon/pen/LygNGG

A short proposed solution, please have a look at PR kernc#1

screenshot - 05182017 - 07 49 37 pm

Slightly related: #511

@etpinard
Copy link
Contributor

See #1256 for other known limitations.

@etpinard etpinard added the bug something broken label May 18, 2017
@kernc
Copy link
Author

kernc commented May 18, 2017

I reviewed the thread. What do you mean by other limitations?

@etpinard
Copy link
Contributor

The unchecked boxes:

image

@kernc
Copy link
Author

kernc commented May 18, 2017

Well, the proposed PR ticks off the first item by an "other way of avoiding overlap". 😃 Would you prefer the labels slanted?

There are only so many dimensions (7) one can reasonably visualize and expect informative plots anyway.

@etpinard
Copy link
Contributor

Would you prefer the labels slanted?

Whatever parcoods prince @monfera prefers.

@bhvbhushan
Copy link

@kernc were you able to resolve the issue, with the possible solution that @monfera mentioned here.
If yes, could you please share here. It would be really helpful.

Thanks

@harishr1308
Copy link

Hi @bhvbhushan, has this been merged? Or, is there any other way to resolve the overlap. Perhaps, having the text on multiple lines?

Thanks

@javdev
Copy link

javdev commented Nov 22, 2021

we had the same problem, slanting sucks a bit, cause it needs a lot of space. Wouldn't it be a simple idea, to make two lines for the labels and every second label is put in the bottom line?

@javdev
Copy link

javdev commented Nov 22, 2021

I could do this myself, just adding a newline to half of the labels on at the end and a newline to the other half at the beginning of the labeltext, but the newline gets removed, as it seems. If it only would get trimmed, I could add a little dot, but it gets really removed

@gvwilson
Copy link
Contributor

Hi - this issue has been sitting for a while, so as part of our effort to tidy up our public repositories I'm going to close it. If it's still a concern, we'd be grateful if you could open a new issue (with a short reproducible example if appropriate) so that we can add it to our stack. Cheers - @gvwilson

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something broken
Projects
None yet
Development

No branches or pull requests

6 participants