@@ -51,12 +51,12 @@ def pd_plot_data(self):
51
51
52
52
Returns:
53
53
(lines, stable_entries, unstable_entries):
54
- - lines is a list of list of coordinates for lines in the PD.
55
- - stable_entries is a {coordinate : entry} for each stable node
56
- in the phase diagram. (Each coordinate can only have one
57
- stable phase)
58
- - unstable_entries is a {entry: coordinates} for all unstable
59
- nodes in the phase diagram.
54
+ - lines is a list of list of coordinates for lines in the PD.
55
+ - stable_entries is a {coordinate : entry} for each stable node
56
+ in the phase diagram. (Each coordinate can only have one
57
+ stable phase)
58
+ - unstable_entries is a {entry: coordinates} for all unstable
59
+ nodes in the phase diagram.
60
60
"""
61
61
pd = self ._pd
62
62
entries = pd .qhull_entries
@@ -576,12 +576,12 @@ def order_phase_diagram(lines, stable_entries, unstable_entries, ordering):
576
576
577
577
Returns:
578
578
(newlines, newstable_entries, newunstable_entries):
579
- - newlines is a list of list of coordinates for lines in the PD.
580
- - newstable_entries is a {coordinate : entry} for each stable node
581
- in the phase diagram. (Each coordinate can only have one
582
- stable phase)
583
- - newunstable_entries is a {entry: coordinates} for all unstable
584
- nodes in the phase diagram.
579
+ - newlines is a list of list of coordinates for lines in the PD.
580
+ - newstable_entries is a {coordinate : entry} for each stable node
581
+ in the phase diagram. (Each coordinate can only have one
582
+ stable phase)
583
+ - newunstable_entries is a {entry: coordinates} for all unstable
584
+ nodes in the phase diagram.
585
585
"""
586
586
yup = - 1000.0
587
587
xleft = 1000.0
0 commit comments