Are the [Julia] docs up to date?
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 35/100
- Issue type
- Documentation
- Clarity
- Needs clarification
- Activity status
- Stale
- Tech stack
- julia, plotly
- Domain
- data-visualization, documentation
Research direction
Start by reviewing the Julia examples described in the issue and identify which Julia or Plotly version they target. Compare them with Julia 1.1 and later usage, then update the examples and document the supported version and current way to use Plotly when the examples run successfully.
Written by the indexing model from the issue text.
Description
i cannot get the examples to run in julia 1.1 , I get type errors, plot wont accept the arrays of string => values any more, it needs an array of abstracttypes....
i.e. not trace2 = [
"x" => [1, 2, 3, 4],
"y" => [16, 5, 11, 9],
"type" => "scatter"]
but
trace1 = scatter(
x= [1, 2, 3, 4],
y= [10, 15, 13, 17],
mode="lines")
response = Plotly.plot(trace1).
Where can i find the version of Julia de the examples are based on, and where can i find docs to use plotly in Julia 1.1 and later?
Sorry, I am new in Julia, probably the questions are easily solvable.
- Dominant language
- Jupyter Notebook
- Stars
- 59
- Forks
- 73
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 4
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from plotly/graphing-library-docs
-
Difficulty 2/5 1-3 hours Newbie friendliness 58/100
plotly/graphing-library-docs#406 ·
-
documentation enhancement
plotly/graphing-library-docs#383 · 1 assignee ·
-
documentation enhancement
plotly/graphing-library-docs#378 · 1 assignee ·
-
Difficulty 1/5 Under an hour Newbie friendliness 35/100
plotly/graphing-library-docs#341 ·
-
enhancement
plotly/graphing-library-docs#338 · 1 comment · 1 assignee ·
All issues in plotly/graphing-library-docs
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
-
duplicate invalid
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
anthropics/claude-code#96312 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
iVis-at-Bilkent/newt#984 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
palladius/ricc.rocks#7 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
pydata/pydata-sphinx-theme#2503 ·