Updating project 1

This commit is contained in:
mhjensen
2018-09-12 14:26:52 +02:00
parent 4e470829f0
commit e71b95a3d7
8 changed files with 16 additions and 461 deletions
@@ -147,7 +147,7 @@ scipy.misc.imread
Here is a simple part of a Python code which reads and plots the data from such files
!bc pycod
import numpy as np
from scipy.misc import imread
from imageio import imread
import matplotlib.pyplot as plt
from mpl_toolkits.mplot3d import Axes3D
from matplotlib import cm