-
I think that a lot of plotting API can be redone by making functions that take matplotlib `Axes` and operates in-place to `Axes` to append the data points and options to work with existing matplotlib …
-
The latest version of vtk 9.0.1 will make it unsuccessful while installing mayavi.
Here is my suggestion:
> pip install vtk==8.1.2
> conda install pyqt -c conda-forge
> pip install mayavi
-
I am not able to select directories with my DirectoryEditor when opening the file exploring portal by clicking the folder symbol in the simple style. To be precise, my has a dlg of that I think is b…
-
Here some problems when I run the code of pyMVPA. I have installed mvpa2 and nibabel modules under the anancoda (under Win10), but when running ”tutorial_classifiers” on the Jupyter notebook, there is…
-
VTK version 9.3.0 produces an error in mayavi. The following code
```
from mayavi import mlab
import numpy as np
x = np.array([1, 1, 1, 2, 2, 2, 3, 3, 3])
y = np.array([11, 12, 13, 11, 12, 13…
-
I followed Menpofit basic tutorial but it threw an error.
- Environment: Anaconda on pyenv with virtualenv
- OS: UBUNTU 16.04
- Python: Python 3.5.6 :: Anaconda, Inc.
- conda list:
```# packages…
-
Hello author,
Thank you very much for the excellent work you have done. I've had some difficulties trying to replicate your research. The following is the details of how I run the code. Thank you v…
-
```
ERROR: test_state_is_saveable (apptools.persistence.tests.test_state_pickler.TestDictPickler)
Test if the state can be saved like the object itself.
------------------------------------------…
-
Hi,
When I run 'sudo python setup.py test', I get this:
`running test
WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test en…
-
Hi sfepy team,
I am following the tutorial and running an "Interactive example: Linear Elasticity" on the Jupyter notebook.
When I run the cell with:
`from sfepy.postprocess.viewer import V…