Skip to content

Commit 8b4bbc4

Browse files
authored
Update index.md
1 parent 94944c5 commit 8b4bbc4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/src/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ plotly graphics to files
1717
[_plotlyjs]: https://plot.ly/javascript
1818
[_plotlyref]: https://plotly.com/javascriptreference
1919

20+
## Getting Help
21+
22+
There are three primary resources for getting help with using this library:
23+
24+
1. The [Julia discourse page](https://discourse.julialang.org/). This is your best option if the question you have is specific to Julia. Appropriate topics include how to integrate with other Julia packages or how to use plotly features unique to PlotlyJS.jl
25+
2. The [julia channel](https://community.plotly.com/c/graphing-libraries/julia/23) on the plotly discussion page. This is your best option if you want visibility from other parts of the plotly community including python and R users.
26+
3. [GitHub Issues](https://github.com/JuliaPlots/PlotlyJS.jl/issues). This is appropriate only for bug reports or feature requests. General usage questions should not be posted to GitHub, but rather should utilize one of the discussion forums above
27+
2028
## Installation
2129

2230
To install PlotlyJS.jl, open up a Julia REPL, press `]` to enter package mode and type:

0 commit comments

Comments
 (0)