Harrison Ritz
Results
3
issues of
Harrison Ritz
Right now you can only plot one stat map per surface render. People often want to plot multiple stat maps. Not familiar with your code base, but it seems like...
Plotting
Impact: medium
Effort: high
Surface
takes argument for colormap opacity. Will break if alpha < 0, but doc + error is informative.
love the package! `BLAS.gemm!` fails for any `PDMat` arguments unless you pass `a.mat`. Maybe something like could be more general: ```Julia pd_gemm!(tA, tB, alpha, A, B, beta, C) = BLAS.gemm!(...