Hector Perez
Hector Perez
-Update readme to explain output of `confint` -Add docstring for `Bootstrap.confint` -Fix docstring for `statistic` to use un-deprecated form
The documentation says NetworkViz is tightly integrated with LightGraphs, but NetworkViz is no longer in the Julia registry. Can you remove this from the docs? It would also be good...
If I have 2 indexing properties, I cannot set their values when creating a vertex using a `Dict`. However, I can set their values separately. Why is this not allowed?...
MetaGraphs accepts rem_vertex! but not rem_vertices!. This would be a nice feature to remove a batch of vertices.
It would be great to have a `fontsize` attribute that will set the font size just like the `fontfamily` attribute sets the family for the different fonts in a plot....
I am seeing some inconsistent behavior in the plot pane of VS Code when using `Compose`. For instance, the following does not plot a white square in VS Code (however,...
What causes this error? I am trying to interrupt a process in SimJulia using `SimJulia.interrupt` ```julia ERROR: @resumable function has stopped! Stacktrace: [1] error(::String) at .\error.jl:33 [2] (::ProcessSim.var"##312")(::Nothing) at C:\Users\HD\.julia\packages\ResumableFunctions\n1hTu\src\macro.jl:88...
This PR merges the following individual PR's that address feature requests. I merged them to avoid conflicts when rebasing each time a different PR is merged. #178 - set background...
-breaking change: linetype changed from String to Symbol -breaking change: default for edgelabel is nothing (not []) to make consistent with nodelabel default -remove all caps args (Fix #177) -improve...
I see that these are used for converting from relative sizes to absolute sizes. Why not just use absolute sizes in the first place? I think having two keyargs with...