Simon Schölly

Results 188 comments of Simon Schölly

It would indeed be nice to have some dag and tree layouts in this package. You could also use https://github.com/oxinabox/LayeredLayouts.jl and then use `GraphPlot` with the coordinates calculated by that...

As `GraphPlot` uses `Compose` internally, you could just change the default settings there: ``` julia> using Compose julia> set_default_graphic_size(20cm,20cm) ``` That should make the drawing area bigger.

I see thee are some errors on Julia 1.3. We probably should make the minimum version of this package v1.6.

I can review this when I find time, but in general I think it is better to keep different things in different PRs - makes it easier to review.

Hi, Unfortunately the development of this package is kind of slow at the moment as people seem to be busy. That being said, maybe it would make sense to have...

That is very ugly. I have't checked it yet, but is is possible, that what like unconnected lines, are actually the arrowheads of the lines, that are not resized properly?

As I suspected, the problem is, that the arrowhead size is not scaled nicely. If you do something like `gplot(g, arrowlengthfrac=0.01)`it looks much nicer. This does not mean of course,...

Hi, Sorry for the huge delay here. I like this feature, but I am not sure if `chainGraph` is the best name - maybe we can come with a more...

Hmm but would it make sense, that these things are by default mapped from a meta graph to a property for plotting? Wouldn't it be better to have that mapping...

Things move a bit slowly here, as people's time is restricted, so I can't see support for multigraphs in the near future here. Maybe you can check out GraphRecipes.jl? Looks...