File: sld_plot.py

package info (click to toggle)
python-periodictable 2.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,152 kB
  • sloc: python: 14,808; makefile: 103; sh: 92; javascript: 7
file content (7 lines) | stat: -rw-r--r-- 152 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
import matplotlib.pyplot as plt
import periodictable.nsf

params = {'figure.figsize': (10,8)}
plt.rcParams.update(params)

periodictable.nsf.sld_plot()