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

fix '-n' flag for [drawnumber]/[plot] #1618

Merged
merged 4 commits into from
Nov 28, 2022

Conversation

porres
Copy link
Contributor

@porres porres commented Apr 7, 2022

closes #1616
closes #1615

It also fixes minor issues in the later commits

should be '0' (pure black) not '1'
order was wrong. this is just misleading and throws people off. Nothing changes or gets fixed besides code clarity
@umlaeute umlaeute added the bug/fix either a bug (for issues) or a bugfix (for pull-requests) label Sep 5, 2022
@millerpuckette
Copy link
Contributor

I'm scared to try to do a merge-by-hand on this one right now. The color handling changed in another marge. I thonk the "-n" is a useful addition but I've been hearing that I shouldn't cherry-pick commits out of other peoples' PRs :)

@porres
Copy link
Contributor Author

porres commented Oct 14, 2022

let me check this and try a new reboot

@porres
Copy link
Contributor Author

porres commented Oct 17, 2022

let me check this and try a new reboot

@millerpuckette I did not rebooted it, I just fixed the conflicts. It now respects the color handling change from the previous merge, so it's all fine. Besides the '-n' flag, i only fixed the default argument and made minor change in the code order to follow the "RGB" order. Would you consider merging this now?

@millerpuckette millerpuckette merged commit 1141863 into pure-data:master Nov 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug/fix either a bug (for issues) or a bugfix (for pull-requests)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[plot] does not understand '-n' flag -n flag not working in [drawnumber]
3 participants