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

all: remove descent padding from horizontal axis #780

Merged
merged 3 commits into from
Jun 17, 2024
Merged

Conversation

kortschak
Copy link
Member

Please take a look.

Fixes #779

@kortschak kortschak marked this pull request as draft June 13, 2024 03:16
sbinet
sbinet previously approved these changes Jun 13, 2024
@kortschak
Copy link
Member Author

There's a bunch of stuff that I'm working through fixing because we were assuming all testing on amd64.

@kortschak kortschak force-pushed the axis_padding branch 2 times, most recently from 6710bc5 to 8a64747 Compare June 13, 2024 09:06
@kortschak
Copy link
Member Author

@sbinet vg/vggio.TestCanvas appears to be failing in an OS version-dependent manner.

@kortschak
Copy link
Member Author

Now it's only appveyor. I think I'm OK with that.

@kortschak kortschak marked this pull request as ready for review June 13, 2024 09:51
X: 0.4124*c.R + 0.3576*c.G + 0.1805*c.B,
Y: 0.2126*c.R + 0.7152*c.G + 0.0722*c.B,
Z: 0.0193*c.R + 0.1192*c.G + 0.9505*c.B,
X: float64(0.4124*c.R) + float64(0.3576*c.G) + float64(.1805*c.B),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe add back the omitted leading 0.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The joy of working remotely on a rpi.

@kortschak kortschak merged commit e5f77b8 into master Jun 17, 2024
5 of 6 checks passed
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

Successfully merging this pull request may close these issues.

Extra X-axis padding when there is a label
3 participants