Skip to content

Conversation

@jreus
Copy link

@jreus jreus commented Nov 21, 2018

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

@LFSaw
Copy link
Contributor

LFSaw commented Nov 21, 2018

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
Copy link
Contributor

telephon commented Dec 9, 2019

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

@LFSaw
Copy link
Contributor

LFSaw commented Dec 11, 2019

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...

Copy link
Contributor

@LFSaw LFSaw left a comment

Choose a reason for hiding this comment

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

please remove

.gitignore Outdated
@@ -0,0 +1 @@
.DS_Store
Copy link
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
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?

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
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?

(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
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

(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
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
Contributor

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

Copy link

@patrickdupuis patrickdupuis left a comment

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
Copy link
Author

jreus commented Jan 14, 2020

@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
Copy link
Contributor

LFSaw commented Jan 20, 2020

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