Changes in / [c094758:735507b] in sasmodels


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/genmodel.py

    rc094758 rc094758  
    7777 
    7878 
    79 # Generate image (comment IF for 1D/2D for the moment) and generate only 1D 
     79# Generate image  
    8080fig_height = 3.0 # in 
    8181fig_left = 0.6 # in 
     
    109109    fig = plt.figure(figsize=aspect) 
    110110    ax1d = fig.add_axes([ax_left, ax_bottom, ax_width, ax_height]) 
    111 plot_1d(model, opts, ax1d) 
     111    plot_1d(model, opts, ax1d) 
    112112 
    113113# Save image in model/img 
Note: See TracChangeset for help on using the changeset viewer.