Changeset 2802 for trunk/GSASIIplot.py


Ignore:
Timestamp:
Apr 23, 2017 9:30:38 PM (7 years ago)
Author:
toby
Message:

updates for doc build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIplot.py

    r2797 r2802  
    2222import wx.glcanvas
    2323import matplotlib as mpl
    24 try:  # code not found in readthedocs
    25     import matplotlib.collections as mplC
    26 except:
    27     print('matplotlib.collections not present')
     24import matplotlib.collections as mplC
    2825import mpl_toolkits.mplot3d.axes3d as mp3d
    2926import GSASIIpath
     
    12061203    Note that plotting information will be found in:
    12071204       G2frame.PatternId (contains the tree item for the current histogram)
     1205       
    12081206       G2frame.PickId (contains the actual selected tree item (can be child of histogram)
     1207
    12091208       G2frame.HKL (used for tool tip display of hkl for selected phase reflection list)
    12101209    '''
     
    28422841    :param str Title: title for plot
    28432842    :param bool lines: = True if lines desired for XY plot; XY2 always plotted as lines
    2844     :param list of str names: legend names for each XY plot
    2845     :param list of str names2: legend names for each XY2 plot
    2846     :param lists of vertical line x-positions list; can be one for each XY
    2847     :return nothing
     2843    :param list names: legend names for each XY plot as list a of str values
     2844    :param list names2: legend names for each XY2 plot as list a of str values
     2845    :param list vertLines: lists of vertical line x-positions; can be one for each XY
     2846    :returns: nothing
    28482847   
    28492848    '''
     
    29642963    :param bool newPlot: =True if new plot is to be made
    29652964    :param str Title: title for plot
    2966     :return nothing
     2965    :returns: nothing
    29672966   
    29682967    '''
     
    43324331    Called from a menu command (GSASIIimgGUI) or from OnImPlotKeyPress.
    43334332    Variable G2frame.MaskKey contains a single letter ('f' or 'p', etc.) that
    4334       determines what type of mask is created.   
     4333    determines what type of mask is created.   
    43354334
    43364335    :param wx.Frame G2frame: The main GSAS-II tree "window"
Note: See TracChangeset for help on using the changeset viewer.