Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
docs
  • Loading branch information
bsumlin committed Oct 16, 2017
1 parent b4c3a60 commit 02692e8
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions docs/inverse.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,12 @@ For more details on the contour intersection inversion method, please see Sumlin
The axes object now associated with the inversion calculations.
graphElements : dict
A dict of all artists necessary to fully manipulate the appearance of the output. The keys will depend on the options passed to the inversion function itself (i.e., errors specified, backscatter specified). Maximally, it will contain:
'Qsca', 'Qabs', 'Qback' : the major contours;
'QscaErrFill', 'QscaErrOutline1', 'QscaErrOutline2' : the error bound outlines;
'QabsErrFill', 'QabsErrOutline1', 'QabsErrOutline2' : the error bound fills;
'SolMark', 'SolFill' : the circly thingies at each solution;
'CrosshairsH', 'CrosshairsV' : solution crosshairs;
'LeftSpine', 'RightSpine', 'BottomSpine', 'TopSpine' : graph spines;
'XAxis', 'YAxis' : the individual matplotlib axis objects.

- 'Qsca', 'Qabs', 'Qback' : the major contours;
- 'QscaErrFill', 'QscaErrOutline1', 'QscaErrOutline2' : the error bound outlines;
- 'QabsErrFill', 'QabsErrOutline1', 'QabsErrOutline2' : the error bound fills;
- 'SolMark', 'SolFill' : the circly thingies at each solution;
- 'CrosshairsH', 'CrosshairsV' : solution crosshairs;
- 'LeftSpine', 'RightSpine', 'BottomSpine', 'TopSpine' : graph spines;
- 'XAxis', 'YAxis' : the individual matplotlib axis objects.

0 comments on commit 02692e8

Please sign in to comment.