Skip to content

Commit

Permalink
plotly example 1
Browse files Browse the repository at this point in the history
  • Loading branch information
tbreloff committed Jun 13, 2016
1 parent 2d4a9f1 commit d15c35f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
Binary file modified docs/examples/img/plotlyjs/plotlyjs_example_1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 11 additions & 1 deletion docs/examples/plotlyjs.md
Expand Up @@ -5,6 +5,16 @@ using Plots
plotlyjs()
```

### Lines

A simple line plot of the columns.

```julia
plot(Plots.fakedata(50,5),w=3)
```

![](img/plotlyjs/plotlyjs_example_1.png)

### Functions, adding data, and animations

Plot multiple functions. You can also put the function first, or use the form `plot(f, xmin, xmax)` where f is a Function or AbstractVector{Function}.
Expand Down Expand Up @@ -363,4 +373,4 @@ boxplot!(singers,:VoicePart,:Height,marker=(0.3,:orange,stroke(2)))
- Supported values for linetype: `:bar`, `:contour`, `:heatmap`, `:path`, `:path3d`, `:pie`, `:scatter`, `:scatter3d`, `:scattergl`, `:shape`, `:surface`
- Supported values for linestyle: `:auto`, `:dash`, `:dashdot`, `:dot`, `:solid`
- Supported values for marker: `:auto`, `:cross`, `:diamond`, `:dtriangle`, `:ellipse`, `:hexagon`, `:hline`, `:none`, `:octagon`, `:pentagon`, `:rect`, `:utriangle`, `:vline`, `:xcross`
(Automatically generated: 2016-06-13T12:43:12)
(Automatically generated: 2016-06-13T12:46:48)

0 comments on commit d15c35f

Please sign in to comment.