examples
This commit is contained in:
parent
d3d1181769
commit
cc3311b8eb
@ -123,7 +123,7 @@ function generate_markdown(pkgname::Symbol)
|
||||
write(md, "- Supported values for marker: $(createStringOfMarkDownSymbols(supportedMarkers(pkg)))\n")
|
||||
write(md, "- Is `subplot`/`subplot!` supported? $(subplotSupported(pkg) ? "Yes" : "No")\n\n")
|
||||
|
||||
write(md, "### Initialize\n\n```julia\nusing Plots\n$(pkgname)!()\n```\n\n")
|
||||
write(md, "### Initialize\n\n```julia\nusing Plots\n$(pkgname)()\n```\n\n")
|
||||
|
||||
|
||||
for (i,example) in enumerate(examples)
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
|
||||
```julia
|
||||
using Plots
|
||||
gadfly!()
|
||||
gadfly()
|
||||
```
|
||||
|
||||
### Lines
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
|
||||
```julia
|
||||
using Plots
|
||||
immerse!()
|
||||
immerse()
|
||||
```
|
||||
|
||||
### Lines
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
|
||||
```julia
|
||||
using Plots
|
||||
pyplot!()
|
||||
pyplot()
|
||||
```
|
||||
|
||||
### Lines
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
|
||||
```julia
|
||||
using Plots
|
||||
qwt!()
|
||||
qwt()
|
||||
```
|
||||
|
||||
### Lines
|
||||
|
||||
@ -208,6 +208,7 @@ __Tip__: Call `gui()` to display the plot in a window. Interactivity depends on
|
||||
- [x] Plot vectors/matrices/functions
|
||||
- [x] Plot DataFrames
|
||||
- [x] Grouping
|
||||
- [ ] Annotations
|
||||
- [ ] Scales
|
||||
- [ ] Categorical Inputs (strings, etc... for hist, bar? or can split one series into multiple?)
|
||||
- [ ] Custom markers
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
|
||||
```julia
|
||||
using Plots
|
||||
winston!()
|
||||
winston()
|
||||
```
|
||||
|
||||
### Lines
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user