Sam Bryfczynski

Results 7 comments of Sam Bryfczynski

Unfortunately, I did not. Haven't been able to use this plugin.

So does this mean that this can not be used in an C# MVC environment? I was planning on using this library in webservice layer. Calls to the webservice would...

Sure. I am going to have a simple WebApi Controller/Endpoint. Something like: ``` [HttpPost] double Predict(Data d) { //create a new RConnection using (var r = new RConnection(...)) { //load...

Ever find a solution to this? I'm seeing the same issue

I'd love this enhancement! I have a great use case for it. I really am focused on 1D axis brushing. I might try to tinker with the code this weekend.

I think I got a working solution (for 1D axises). I'll try to submit a pull request later tonight. Unless you have a better solution/idea.

Alright. So I think I got a pull request put in place for 1D setting of extents: https://github.com/syntagmatic/parallel-coordinates/pull/126 Let me know if this worked....sorry but its my first pull request.