Changeset 3347


Ignore:
Timestamp:
Apr 17, 2018 11:43:41 AM (5 years ago)
Author:
toby
Message:

fix X offset in waterfall plots

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIplot.py

    r3344 r3347  
    107107from __future__ import division, print_function
    108108import platform
     109import copy
    109110import math
    110111import sys
     
    25432544            X = G2lat.Pos2dsp(Parms,xye0)
    25442545        else:
    2545             X = xye0
     2546            X = copy.deepcopy(xye0)
    25462547        if not lenX:
    25472548            lenX = len(X)
Note: See TracChangeset for help on using the changeset viewer.