Skip to content
Snippets Groups Projects
Commit fa3ac9bf authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Don't force usage of Latex

parent 591efe9c
Branches
Tags
1 merge request!9Don't force usage of Latex
Pipeline #
...@@ -23,7 +23,6 @@ aligned_wavelets_image = numpy.roll(numpy.roll(wavelets_image, 64, 0), 64, 1) ...@@ -23,7 +23,6 @@ aligned_wavelets_image = numpy.roll(numpy.roll(wavelets_image, 64, 0), 64, 1)
# create figure # create figure
import matplotlib import matplotlib
matplotlib.rc('text', usetex=True)
# plot wavelets image # plot wavelets image
from matplotlib import pyplot from matplotlib import pyplot
pyplot.figure(figsize=(20,10)) pyplot.figure(figsize=(20,10))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment