Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PyPlot.ioff() # hide does not actually hide the command #613

Closed
Datseris opened this issue Dec 23, 2017 · 4 comments
Closed

PyPlot.ioff() # hide does not actually hide the command #613

Datseris opened this issue Dec 23, 2017 · 4 comments

Comments

@Datseris
Copy link
Contributor

Datseris commented Dec 23, 2017

For example:

```@example plot
using DynamicalSystems
using PyPlot
PyPlot.ioff() # hide

ds = Systems.logistic()
```

does not hide the line PyPlot.ioff() # hide when it is compiled.

@Datseris
Copy link
Contributor Author

Notice that other hide commands work for me. For example:
savefig("logisticdiagram.png"); nothing # hide is hidden in the output

@joshday
Copy link
Contributor

joshday commented Jan 3, 2018

I've found something similar. Some @example blocks hide lines correctly and some don't, and I haven't found a common pattern between them yet.

http://joshday.github.io/OnlineStats.jl/latest/visualizations.html

@KristofferC
Copy link
Member

Maybe fixed by #991?

@mortenpi
Copy link
Member

Yeah, this seems likely. I'll close this. If someone still runs into this (with Documenter 0.22 or higher), we can re-open.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants