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

Table plots are not aligned correctly #206

Open
Godisemo opened this issue Feb 27, 2015 · 0 comments
Open

Table plots are not aligned correctly #206

Godisemo opened this issue Feb 27, 2015 · 0 comments

Comments

@Godisemo
Copy link

This is a minimum working example of the issue. As you see, the plots are not aligned correctly since the labels are of different width. The nicer looking way would be to make the plot areas the same width. In other words the widest labels in a table column decides the label width for all of the rows. I would assume the same issue happens when aligning plots side by side as well, though I have not tested it.

issue

using Winston
x1 = linspace(0,2pi)
y1 = sin(x1)
t = Table(2,1)
t[1,1] = plot(x1, 2 * y1)
t[2,1] = plot(x1, 1000 * y1)
display(t)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant