plotly / plotly/graphing-library-docs

Are the [Julia] docs up to date?

Open
#16 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Jupyter Notebook
Stars
59
Forks
72
Avg merge
1d 19h
Merged PRs (30d)
3

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.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

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.

Assessment

Tech stack
julia, plotly
Domain
data-visualization, documentation
Issue type
Documentation
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.