Changes in / [c094758:735507b] in sasmodels
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/genmodel.py
rc094758 rc094758 77 77 78 78 79 # Generate image (comment IF for 1D/2D for the moment) and generate only 1D79 # Generate image 80 80 fig_height = 3.0 # in 81 81 fig_left = 0.6 # in … … 109 109 fig = plt.figure(figsize=aspect) 110 110 ax1d = fig.add_axes([ax_left, ax_bottom, ax_width, ax_height]) 111 plot_1d(model, opts, ax1d)111 plot_1d(model, opts, ax1d) 112 112 113 113 # Save image in model/img
Note: See TracChangeset
for help on using the changeset viewer.