Skip to content

Commit 482e8f8

Browse files
committed
fix syntax error
1 parent 0094d5a commit 482e8f8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: doc/python/ternary-plots.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ jupyter:
55
text_representation:
66
extension: .md
77
format_name: markdown
8-
format_version: '1.1'
9-
jupytext_version: 1.1.1
8+
format_version: '1.3'
9+
jupytext_version: 1.16.4
1010
kernelspec:
11-
display_name: Python 3
11+
display_name: Python 3 (ipykernel)
1212
language: python
1313
name: python3
1414
language_info:
@@ -20,7 +20,7 @@ jupyter:
2020
name: python
2121
nbconvert_exporter: python
2222
pygments_lexer: ipython3
23-
version: 3.6.7
23+
version: 3.11.10
2424
plotly:
2525
description: How to make Ternary plots in Python with Plotly.
2626
display_as: scientific
@@ -82,7 +82,7 @@ rawData = [
8282

8383
def makeAxis(title, tickangle):
8484
return {
85-
'title': {'text': title, 'font': { 'size': 20},
85+
'title': {'text': title, 'font': { 'size': 20}},
8686
'tickangle': tickangle,
8787
'tickfont': { 'size': 15 },
8888
'tickcolor': 'rgba(0,0,0,0)',

0 commit comments

Comments
 (0)