Welcome to the Linear Transformations Project! This project uses Python, OpenGL, and PyOpenGL to plot linear transformations of a triangle. You can plot multiple viewing transformations in the same ...
docker run -it --rm --name python-opengl -e UID=$(id -u) -e GID=$(id -g) -v /tmp/.X11-unix:/tmp/.X11-unix -v ./notebooks:/opt/notebooks -p 8888:8888 python-opengl:0.0 ...
Large datasets are becoming more and more common in science, particularly in neuroscience where experimental techniques are rapidly evolving. Obtaining interpretable results from raw data can ...