Michael Krabbe Borregaard
Michael Krabbe Borregaard
I think distinguishing between them could be a possibility yes. But a little unsure of the repercussions
Looks like the error is thrown from NetworkLayout?
@abhijithanilkumar is this because of something that is implemented in a new way (i.e. do we need to set a version number of NetworkLayout for the new version of PlotRecipes?).
So my understanding is that to get a canvas with a fixed aspect ratio I should do something like this?: ``` compose(context(0, 0, h > w ? w : h,...
That's a good solution - though I'd suggest `mark size = $(0.5 * ignorenan_mean(d[:markersize]))`
Wait, it may not actually be the layouting that is slow, but the actual plotting. My graph has 5000 edges - each edge is it's own series, and each series...
Maybe. I think the "produce storable intermediate object and dispatch on that" approach is pretty ideomatic throughout the Plots ecosystem regardless though. But sure profiling is a good idea.
For vizcon it would be great if someone could start with profiling though
Yeah, the readme examples on PlotRecipes are broken - I think you've already opened an issue there? Sorry for the confusion.