File: sld_plot.py

package info (click to toggle)
python-periodictable 2.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,068 kB
  • sloc: python: 13,338; makefile: 103; sh: 92; javascript: 7
file content (7 lines) | stat: -rw-r--r-- 152 bytes parent folder | download
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()