Changeset b866abf in sasmodels for doc/genmodel.py
- Timestamp:
- Sep 19, 2017 2:25:18 PM (7 years ago)
- Branches:
- master, core_shell_microgels, costrafo411, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
- Children:
- 0f48f1e
- Parents:
- 058460c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/genmodel.py
r745b7bb rb866abf 3 3 import sys, os, math, re 4 4 import numpy as np 5 import matplotlib 6 matplotlib.use('Agg') 5 7 import matplotlib.pyplot as plt 6 8 sys.path.insert(0, os.path.abspath('..'))
Note: See TracChangeset
for help on using the changeset viewer.