Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a939cd4

Browse files
committed
Update README.md
figurefactory additional instructions
1 parent 5f55fd6 commit a939cd4

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

_posts/python/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,14 @@ Our python tutorials are written in [ipython notebooks](http://ipython.org/noteb
3434

3535
```
3636
## Reference
37-
See https://plot.ly/python/reference/#scatter for more information and chart attribute options!
37+
See https://plot.ly/python/reference/##heatmap for more information and chart attribute options!
3838
```
3939
40-
where `https://plot.ly/python/reference/#scatter` is replaced with the pertinent link(s) to our python [reference page](https://plot.ly/python/reference/)!
40+
where `https://plot.ly/python/reference/##heatmap` is replaced with the pertinent link(s) to our python [reference
41+
page](https://plot.ly/python/reference/)!
42+
43+
and/or provide a help call:
44+
`help(FF.create_table)` (*This applies to documentation on FigureFactory functions)
4145
5. Finally, convert your .ipynb to a .html file by adding the following code snippet as the last cell of your notebook.
4246
- Replace `your-tutorial-chart` with the type of chart you're creating in the tutorial.)
4347
- Please be dilligent about adding this information completely and in the order as it appears here (this is really helpful if future edits are necessary :D )

0 commit comments

Comments
 (0)