examples
This commit is contained in:
parent
242ce807df
commit
3a3b1a6c17
@ -110,6 +110,8 @@ function generate_markdown(pkgname::Symbol)
|
||||
write(md, "- Supported values for marker: $(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")
|
||||
|
||||
|
||||
for (i,example) in enumerate(examples)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user