Open philusnarh opened 7 years ago
# Ipython Notebook important imports::
import numpy as np import matplotlib.pyplot as plt from zernike_decomposition import * %matplotlib inline %load_ext autoreload %autoreload 2
#BOLDEN ALL TEXT/SYMBOL
simpl%% plt.xlabel('foo',fontweight='bold')
import matplotlib
matplotlib.rc('font', family='serif', serif='cm10')
matplotlib.rc('text', usetex=True)
matplotlib.rcParams['text.latex.preamble'] = [r'\boldmath']
marker_reference::
1.
2.
https://matplotlib.org/examples/lines_bars_and_markers/linestyles.html
Pandas Montecarlo link:
https://mg.mail.yahoo.com/neo/launch?.rand=1teq76qs68fc5#3591393876
# The Singular Value Decomposition (SVD)
http://www.hs.uni-hamburg.de/DE/Ins/Per/Czesla/PyA/PyA/pyaslDoc/aslDoc/svd.html
The summary of the research is as follows: incorporate simulated SKA1-MID primary beams into the existing analysis framework to estimate the impact of primary beam errors on the science deliverables of intensity mapping experiments.
LINE 2D
Line2D.set_linestyle
TICKS::
for tick in ax.xaxis.get_major_ticks():
tick.label.set_fontsize(14)
# specify integer or one of preset strings, e.g.
#tick.label.set_fontsize('x-small')
tick.label.set_rotation('vertical')
Changing fonts in matplotlib
http://jonathansoma.com/lede/data-studio/matplotlib/changing-fonts-in-matplotlib/
Run multiple scripts concurrently
https://stackoverflow.com/questions/28549641/run-multiple-python-scripts-concurrently
https://tinypng.com/