Skip to content

Commit 25da105

Browse files
author
Joseph Damiba
authored
Merge pull request #2312 from plotly/ly-to-com
change .ly to .com
2 parents fc44222 + abda92c commit 25da105

File tree

112 files changed

+226
-226
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+226
-226
lines changed

doc/python/2D-Histogram.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ fig = go.Figure(go.Histogram2d(x=x, y=y, histnorm='probability',
7171
fig.show()
7272
```
7373
### Sharing bin settings between 2D Histograms
74-
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`.
7575

7676
```python
7777
import plotly.graph_objects as go
@@ -170,4 +170,4 @@ fig.show()
170170
```
171171

172172
#### 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!

doc/python/2d-histogram-contour.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,4 +185,4 @@ fig.show()
185185
```
186186

187187
#### Reference
188-
See https://plot.ly/python/reference/#histogram2dcontour for more information and chart attribute options!
188+
See https://plotly.com/python/reference/#histogram2dcontour for more information and chart attribute options!

doc/python/3d-axes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jupyter:
3939
attributes such as `xaxis`, `yaxis` and `zaxis` parameters, in order to
4040
set the range, title, ticks, color etc. of the axes.
4141

42-
For creating 3D charts, see [this page](https://plot.ly/python/3d-charts/).
42+
For creating 3D charts, see [this page](https://plotly.com/python/3d-charts/).
4343

4444
```python
4545
import plotly.graph_objects as go

doc/python/3d-bubble-charts.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ fig = go.Figure(data=go.Scatter3d(
108108
mode = 'markers',
109109
marker = dict(
110110
sizemode = 'diameter',
111-
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
112112
size = planet_diameter,
113113
color = planet_colors,
114114
)
@@ -147,7 +147,7 @@ fig = go.Figure(go.Scatter3d(
147147
mode = 'markers',
148148
marker = dict(
149149
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
151151
size = planet_diameter,
152152
color = temperatures,
153153
colorbar_title = 'Mean<br>Temperature',
@@ -167,4 +167,4 @@ fig.show()
167167

168168
#### Reference
169169

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!

doc/python/3d-camera-controls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,4 +290,4 @@ fig.show()
290290
#### Reference
291291

292292

293-
See https://plot.ly/python/reference/#layout-scene-camera for more information and chart attribute options!
293+
See https://plotly.com/python/reference/#layout-scene-camera for more information and chart attribute options!

doc/python/3d-isosurface-plots.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,5 +235,5 @@ fig.show()
235235
```
236236

237237
#### Reference
238-
See https://plot.ly/python/reference/#isosurface for more information and chart attribute options!
238+
See https://plotly.com/python/reference/#isosurface for more information and chart attribute options!
239239

doc/python/3d-line-plots.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,4 +120,4 @@ fig.show()
120120

121121
#### Reference
122122

123-
See https://plot.ly/python/reference/#scatter3d-marker-line for more information and chart attribute options!
123+
See https://plotly.com/python/reference/#scatter3d-marker-line for more information and chart attribute options!

doc/python/3d-mesh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,4 +163,4 @@ fig.show()
163163
```
164164

165165
## Reference
166-
See https://plot.ly/python/reference/#mesh3d for more information and chart attribute options!
166+
See https://plotly.com/python/reference/#mesh3d for more information and chart attribute options!

doc/python/3d-scatter-plots.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jupyter:
3737

3838
[Plotly Express](/python/plotly-express/) is the easy-to-use, high-level interface to Plotly, which [operates on "tidy" data](/python/px-arguments/) and produces [easy-to-style figures](/python/styling-plotly-express/).
3939

40-
Like the [2D scatter plot](https://plot.ly/python/line-and-scatter/) `px.scatter`, the 3D function `px.scatter_3d` plots individual data in three-dimensional space.
40+
Like the [2D scatter plot](https://plotly.com/python/line-and-scatter/) `px.scatter`, the 3D function `px.scatter_3d` plots individual data in three-dimensional space.
4141

4242
```python
4343
import plotly.express as px
@@ -77,7 +77,7 @@ fig.update_layout(margin=dict(l=0, r=0, b=0, t=0))
7777
#### Basic 3D Scatter Plot
7878

7979
If Plotly Express does not provide a good starting point, it is also possible to use the more generic `go.Scatter3D` from `plotly.graph_objs`.
80-
Like the [2D scatter plot](https://plot.ly/python/line-and-scatter/) `go.Scatter`, `go.Scatter3d` plots individual data in three-dimensional space.
80+
Like the [2D scatter plot](https://plotly.com/python/line-and-scatter/) `go.Scatter`, `go.Scatter3d` plots individual data in three-dimensional space.
8181

8282
```python
8383
import plotly.graph_objects as go
@@ -122,7 +122,7 @@ fig.show()
122122

123123
### Dash App
124124

125-
[Dash](https://plot.ly/products/dash/) is an Open Source Python library which can help you convert plotly figures into a reactive, web-based application. Below is a simple example of a dashboard created using Dash. Its [source code](https://github.com/plotly/simple-example-chart-apps/tree/master/dash-3dscatterplot) can easily be deployed to a PaaS.
125+
[Dash](https://plotly.com/products/dash/) is an Open Source Python library which can help you convert plotly figures into a reactive, web-based application. Below is a simple example of a dashboard created using Dash. Its [source code](https://github.com/plotly/simple-example-chart-apps/tree/master/dash-3dscatterplot) can easily be deployed to a PaaS.
126126

127127
```python
128128
from IPython.display import IFrame
@@ -136,4 +136,4 @@ IFrame(src= "https://dash-simple-apps.plotly.host/dash-3dscatterplot/code", widt
136136

137137
#### Reference
138138

139-
See https://plot.ly/python/reference/#scatter3d for more information and chart attribute options!
139+
See https://plotly.com/python/reference/#scatter3d for more information and chart attribute options!

doc/python/3d-subplots.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ fig.show()
8282
#### Reference
8383

8484

85-
See https://plot.ly/python/subplots/ for more information regarding subplots!
85+
See https://plotly.com/python/subplots/ for more information regarding subplots!

0 commit comments

Comments
 (0)