cossio

Results 72 issues of cossio

``` # Yes function my_large_function(argument1, argument2, argument3, argument4, argument5, x, y, z) # No function my_large_function(argument1, argument2, argument3, argument4, argument5, x, y, z) ``` Any reason not to prefer the...

The `layout` option in `Plots` is row-major. I mean that `plot(rand(100,4), layout = (2,2))` places series 1 and 2 on the first row instead of on the first column. Whereas...

discussion
layout
2.0
BREAKING