Closed darwindarak closed 4 years ago
Very cool! I have no idea what the quirks are about, but I'm sure you'll find it =)
I have a couple of concerns about argument types for some of these, but that should be quite easy to fix. I'll comment on the relevant code lines separately.
I think I fixed it, so now we can make plots like this:
without having to do too many coordinate transforms.
Nice!
Still needs documentation, though, even though these examples are a good starting point - I'd need a mathematical description of how to create x and y to understand how to do it for whatever system I'm working in.
Yeah, definitely. I'll add the documentation as soon as I can. There are also a few edge cases I want to test out.
@darwindarak, would be nice to merge this ;)
Just rebased on master branch and updated the syntax. @SimonDanisch I haven't used Julia in a while, do you mind taking a look to see if anything needs to be changed? Otherwise I'll merge once the tests go through.
This will be helpful to my lab mates. I say lets merge and work out the bugs.
edit: The code looks good!
It almost works!
so
z
has the formwhich would look like straight lines if plotted in rectangular coordinates. But if the matrices
x
andy
that contain the coordinate points are passed in, we getThere are still a few kinks to work out though. For example:
results in