Changeset 585


Ignore:
Timestamp:
Mar 15, 2012, 10:52:17 AM (13 years ago)
Author:
acolaitis
Message:

sorry, small typo in sparse.py

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UTIL/PYTHON/sparse.py

    r584 r585  
    169169
    170170## Open a figure and set subplots
    171    if plot is not None: fig=oplot
     171   if oplot is not None: fig=oplot
    172172   else: fig = figure()
    173173   subv,subh = definesubplot(numplot,fig)
Note: See TracChangeset for help on using the changeset viewer.