Skip to content

Commit 728390d

Browse files
committed
2 parents 0fc22c0 + 8b4bbc4 commit 728390d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "PlotlyJS"
22
uuid = "f0f68f2c-4968-5e81-91da-67840de0976a"
33
authors = ["Spencer Lyon <[email protected]>"]
4-
version = "0.18.6"
4+
version = "0.18.7"
55

66
[deps]
77
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"

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)