You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This example shows how to use [bingroup](https://plot.ly/python/reference/#histogram-bingroup) attribute to have a compatible bin settings for both histograms. To define `start`, `end` and `size` value of x-axis and y-axis seperatly, set [ybins](https://plot.ly/python/reference/#histogram2dcontour-ybins) and `xbins`.
74
+
This example shows how to use [bingroup](https://plotly.com/python/reference/#histogram-bingroup) attribute to have a compatible bin settings for both histograms. To define `start`, `end` and `size` value of x-axis and y-axis seperatly, set [ybins](https://plotly.com/python/reference/#histogram2dcontour-ybins) and `xbins`.
75
75
76
76
```python
77
77
import plotly.graph_objects as go
@@ -170,4 +170,4 @@ fig.show()
170
170
```
171
171
172
172
#### Reference
173
-
See https://plot.ly/python/reference/#histogram2d for more information and chart attribute options!
173
+
See https://plotly.com/python/reference/#histogram2d for more information and chart attribute options!
sizeref=750, # info on sizeref: https://plot.ly/python/reference/#scatter-marker-sizeref
111
+
sizeref=750, # info on sizeref: https://plotly.com/python/reference/#scatter-marker-sizeref
112
112
size= planet_diameter,
113
113
color= planet_colors,
114
114
)
@@ -147,7 +147,7 @@ fig = go.Figure(go.Scatter3d(
147
147
mode='markers',
148
148
marker=dict(
149
149
sizemode='diameter',
150
-
sizeref=750, # info on sizeref: https://plot.ly/python/reference/#scatter-marker-sizeref
150
+
sizeref=750, # info on sizeref: https://plotly.com/python/reference/#scatter-marker-sizeref
151
151
size= planet_diameter,
152
152
color= temperatures,
153
153
colorbar_title='Mean<br>Temperature',
@@ -167,4 +167,4 @@ fig.show()
167
167
168
168
#### Reference
169
169
170
-
See https://plot.ly/python/reference/#scatter3d and https://plot.ly/python/reference/#scatter-marker-sizeref <br>for more information and chart attribute options!
170
+
See https://plotly.com/python/reference/#scatter3d and https://plotly.com/python/reference/#scatter-marker-sizeref <br>for more information and chart attribute options!
0 commit comments