Skip to content

Commit 2260b65

Browse files
committed
Update cone-plot.md
1 parent cef9a23 commit 2260b65

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

doc/python/cone-plot.md

Lines changed: 10 additions & 5 deletions
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.2'
9-
jupytext_version: 1.3.0
8+
format_version: '1.3'
9+
jupytext_version: 1.16.1
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.7.3
23+
version: 3.10.11
2424
plotly:
2525
description: How to make 3D Cone plots in Python with Plotly.
2626
display_as: 3d_charts
@@ -126,5 +126,10 @@ fig.update_layout(scene=dict(aspectratio=dict(x=1, y=1, z=0.8),
126126
fig.show()
127127
```
128128

129+
### Sizemode
130+
131+
Earlier examples use `sizemode="absolute"` when adjusting the cone size scaling with `sizeref`. `sizemode` also supports `raw`(new in 5.21) and `scaled`. For more details, see the [Cone Sizemode](https://plotly.com/python/reference/cone/#cone-sizemode) and https://plotly.com/python/reference/cone/#cone and [Cone Sizeref](https://plotly.com/python/reference/cone/#cone-sizeref) reference documentation.
132+
133+
129134
#### Reference
130-
See https://plotly.com/python/reference/ for more information and chart attribute options!
135+
See https://plotly.com/python/reference/ for more information and chart attribute options!

0 commit comments

Comments
 (0)