Jack Devine

Results 21 comments of Jack Devine

The formatter tries to make the vertices as far apart as possible. You can change the method used with the `method` keyword argument, which may give a better layout for...

That looks quite cool! here is my go at making a trace graph. I removed the module names to make the graph a little more manageable: ```julia using GraphRecipes using...

@mkborregaard sorry that I didn't notice your slack posts. I find slack a little inundating sometimes, so I tend not to check it. I should probably change my settings so...

> could we instead query the aspect ratio from the data limits and use that in the equation? The node shape functionality that I created is rather basic, so setting...

Hi @goryntsev sorry for the long delay on the response. Basically, the problem is that when you say `color=:green`, `graphplot` does not know whether you are talking about the node...

This is fixed in #128 If you check out master, then you will get the correct behaviour.

@diegozea do you still think that this is a problem? If so, it would be nice to have some concrete targets that need to be met in order to close...

I will put it on my todo list. Besides the error, do you think that the aesthetics of edges are OK?

I also suspect that edges and layouts might be responsible for a significant amount of time. I remember when making the Watts Strogatz gallery example that the `:stress` method was...

Ok, now I can see that this feature could have value beyond performance, I think that it is worth adding. As long as we can keep the current API as...