st--
st--
Is there any way of getting e.g. `\sffamily` to apply across multiple lines?
Could not figure out how to get the combination of `\EAlabelanchor` and pgf math to work, either it complained about `\EAlabelanchor \EAwesteast` fusing into `southeast`, or with any attempts at...
That is, the N x N covariance matrix, not just the marginals in the main plot or the 2x2 bivariate covariance matrix for $x_1$ / $x_2$ on the right-hand side....
# To do ## Minor touch-ups - [ ] proper spacing/(re)sizing of Covariance/Line/Kernel plots - [ ] fix relative size when the window is too small - [ ] center/right-align...
Might have to explicitly reset the interpolation state when changing animationType
I discovered #4198 when trying to plot multiple columns with their own labels in one `plot` call, and not realizing that I would need a _row_ vector such as `["A"...
I've been writing some examples as jupyter notebooks, saved using jupytext as .jl files. I find it helpful to write equations in the jupyter notebook to get instant rendering -...
According to the source (https://github.com/JuliaCI/CoverageTools.jl/blob/master/src/CoverageTools.jl#L200), Coverage[Tools].jl does support manual exclusion of both individual lines (`COV_EXCL_LINE` anywhere on the line) and code blocks (anything between lines containing `COV_EXCL_START` and `COV_EXCL_STOP`, respectively)....
**PR type:** new feature ## Summary A common use-case of GPflow is to implement your own down-stream kernels / models / likelihoods / etc. We should make it easy for...
# Feature request Provide additional interfaces/methods that may be needed when working with non-Gaussian likelihoods. ## Motivation **Why does this matter?** When the observation ("noise") model is not Gaussian, we...