This commit is contained in:
Thomas Breloff 2015-09-16 13:40:23 -04:00
parent 242ce807df
commit 3a3b1a6c17

View File

@ -110,6 +110,8 @@ function generate_markdown(pkgname::Symbol)
write(md, "- Supported values for marker: $(supportedMarkers(pkg))\n") write(md, "- Supported values for marker: $(supportedMarkers(pkg))\n")
write(md, "- Is `subplot`/`subplot!` supported? $(subplotSupported(pkg) ? "Yes" : "No")\n\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) for (i,example) in enumerate(examples)