David Stone
David Stone
After installing the python bindings (see issue #134) I actual ran into this issue on python3.6, having run the `python setup.py build` and `python setup.py install` in a virtualenv. After...
I get the same error with python 3.6 running the following commands ```bash wget https://github.com/gmarcais/Jellyfish/releases/download/v2.2.10/jellyfish-2.2.10.tar.gz tar xzf jellyfish-2.2.10.tar.gz cd jellyfish-2.2.10.tar.gz ./configure --enable-python-binding --enable-swig make -j 4 sudo make install python3.6...
Update: I fixed this by following the [swig installation instructions](https://github.com/gmarcais/Jellyfish/tree/master/swig), as the bindings during compile didn't seem to work for me. However, I had to add a line not mentioned...
I was wondering the same thing, but more generally adding text to the plot (or a title). I've been searching around `BaseLayer` and the other classes that inherit from it,...