Skip to content

better updates to ScatterView classes#5

Closed
jreus wants to merge 7 commits into
supercollider-quarks:masterfrom
jreus:master
Closed

better updates to ScatterView classes#5
jreus wants to merge 7 commits into
supercollider-quarks:masterfrom
jreus:master

Conversation

@jreus

@jreus jreus commented Nov 21, 2018

Copy link
Copy Markdown

updated ScatterView classes for Qt (on SC 3.9.3)
also added a grid to ScatterView and some small additional styling options

@LFSaw

LFSaw commented Nov 21, 2018

Copy link
Copy Markdown
Contributor

why did you open a new PR? You can just push to the branch of the old PR...
That would make the process more transparent...

@telephon

telephon commented Dec 9, 2019

Copy link
Copy Markdown
Contributor

@LFSaw can you briefly check if this can be merged (finally!)?

@LFSaw

LFSaw commented Dec 11, 2019

Copy link
Copy Markdown
Contributor

if you want me to review this, please create a custom branch with a name not being master since this makes my git ecosystem choke...

@LFSaw LFSaw left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

please remove

Comment thread .gitignore Outdated
@@ -0,0 +1 @@
.DS_Store

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

please remove .DS_Store

@@ -0,0 +1,122 @@
/*****************************************
Data Transforms
(C) 2018 Jonathan Reus

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

should this be GPL?

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Should also add Jonathan Reus as a contributor in the README.


T is for Transform
*/
TStandardizer {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

are these doing anything?

Comment thread classes/various/Matrix.sc
(vals.size).min(this.cols).do({ arg col;
this.put(row, col, vals.at(col))
});"Warning: wrong number of vals".postln;
});"Warning: wrong number of vals: % received and % expected".format(vals.size, this.cols).postln;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I'd prefer these in new lines if possible

Comment thread classes/various/Matrix.sc
(vals.size).min(this.rows).do({ arg row;
this.put(row, col, vals.at(row))
});"Warning: wrong number of vals".postln;
});"Warning: wrong number of vals: % received and % expected".format(vals.size, this.cols).postln;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I'd prefer these in new lines if possible

@telephon

Copy link
Copy Markdown
Contributor

@jreus could you please rename the branch? "master" is indeed not a good name! :)

@patrickdupuis patrickdupuis left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

the copyright needs to be removed from this PR before it can be merged.

@jreus

jreus commented Jan 14, 2020

Copy link
Copy Markdown
Author

@telephon Sorry for the long delay! I made a new branch called 'scatterplot' and submitted a pull request. Also resolved the .DS_Store conflict in .gitignore

@LFSaw

LFSaw commented Jan 20, 2020

Copy link
Copy Markdown
Contributor

closed in favour of #30

@LFSaw LFSaw closed this Jan 20, 2020
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.

4 participants