-
When using multiple mlab figures, mlab.text() always draws into the last figure instead of the figure specified via the parameter or using mlab.figure(). For example, when using
```
f1 = mlab.figure(…
-
Looks like etl-travis-deploy@ needs to have cloud-kubernetes-deployer (custom?) role.
```sh
+set -e
+set -u
+USAGE='/home/travis/gopath/src/github.com/m-lab/etl/travis/kubectl.sh '
+PROJECT=m…
-
mlab
- hosted MongoDB up to 500MB free
- https://mlab.com/
-
Currently the table used to populate the performance related API endpoints was done as a one-off sketchy script.
We should ideally do this as a daily pipeline batch operation which takes the metric…
-
im running redbot on a raspberry pi so i cant install mongod, is there any way to use mlab for the db?
-
### TIMER HV
- [ ] (35) Eksternt designbyrå, litt frem og tilbake
- [ ] (21) Implementere i kode, Designet skal ta utgangspunkt i det opprinnelige FHS designet
- [ ] (07) Test på nettbrett og i l…
-
### TIMER HV
- [x] (35) Eksternt designbyrå, litt frem og tilbake
- [ ] (21) Implementere i kode, Designet skal ta utgangspunkt i det opprinnelige FHS designet
- [ ] (07) Test på nettbrett og i l…
-
This code gives an intermittent error with vtk > 6.3
```
from mayavi import mlab
import numpy as np
my=np.array([[1,2,3],[4,5,6],[7,8,9]])
plotme=np.log(my)
plotme[np.isinf(plotme)]=0
mlab.…
-
Modules in multiple statuses appear [in search results](https://www.mlab.cz/module?search=BAT&status=2) in case only one option in the filter is selected.
![image](https://github.com/MLAB-project/…
-
Axes don't scale when a figure is saved with mlab.savefig and magnification > 1. This is reproducible with version 4.4.0 from anaconda as well as the current git master branch on OS X using the pyqt, …