We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d91711 commit 4e680d1Copy full SHA for 4e680d1
pymatgen/analysis/fstar/fstar.py
@@ -92,7 +92,7 @@ def make_plot(self, **kwargs):
92
Makes a plotly express scatter_ternary plot using the fstar_coords dataframe and the
93
sites in plot list.
94
Args:
95
- **kwargs: this can be any argument that the scatter_ternary fucntion can use.
+ **kwargs: this can be any argument that the scatter_ternary function can use.
96
"""
97
self.plot = px.scatter_ternary(
98
data_frame=self.fstar_coords, a=self.plot_list[0], b=self.plot_list[1], c=self.plot_list[2], **kwargs
0 commit comments