Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This page lists the roadmap, features, and wishlist of the Julia web interface. As for now, it supports "line" and "bar" plots.
Examples: plot([1:10]) plot(cumsum(randn(100)), "line") plot(rand(100)*10, "bar") plot(randbit(200), randbit(200), "bar")
plot([1:10])
plot(cumsum(randn(100)), "line")
plot(rand(100)*10, "bar")
plot(randbit(200), randbit(200), "bar")
Note: "line" is the default type, if no plot type argument is passed.