File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- """Class MorphFuncxy -- apply a user-supplied python function to the x
2- and y axes."""
1+ """Class MorphFuncxy -- apply a user-supplied python function to both
2+ the x and y axes."""
33
44from diffpy .morph .morphs .morph import LABEL_GR , LABEL_RA , Morph
55
@@ -26,11 +26,11 @@ class MorphFuncxy(Morph):
2626 transformed according to the user-specified function and parameters
2727 The morphed data is returned on the same grid as the unmorphed data
2828
29- Example
29+ Example (EDIT)
3030 -------
3131 Import the funcy morph function:
3232
33- >>> from diffpy.morph.morphs.morphfuncy import MorphFuncy
33+ >>> from diffpy.morph.morphs.morphfuncxy import MorphFuncxy
3434
3535 Define or import the user-supplied transformation function:
3636
You can’t perform that action at this time.
0 commit comments