17 lines
684 B
Markdown
17 lines
684 B
Markdown
## Examples for backend: unicodeplots
|
|
|
|
### Initialize
|
|
|
|
```julia
|
|
using Plots
|
|
unicodeplots()
|
|
```
|
|
|
|
- Supported arguments: `group`, `label`, `legend`, `linestyle`, `linetype`, `markershape`, `nbins`, `show`, `size`, `title`, `windowtitle`, `x`, `xlabel`, `xlims`, `y`, `ylabel`, `ylims`
|
|
- Supported values for axis: `:auto`, `:left`
|
|
- Supported values for linetype: `:bar`, `:heatmap`, `:hexbin`, `:hist`, `:hline`, `:line`, `:none`, `:path`, `:scatter`, `:steppost`, `:sticks`, `:vline`
|
|
- Supported values for linestyle: `:auto`, `:solid`
|
|
- Supported values for marker: `:auto`, `:ellipse`, `:none`
|
|
- Is `subplot`/`subplot!` supported? Yes
|
|
|
|
(Automatically generated: 2015-10-17T23:51:17) |