Skip to content

Commit fd6f809

Browse files
fix pyplot plot example (#325)
1 parent 05f551e commit fd6f809

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

docs/src/backends.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -206,13 +206,11 @@ pl = scatter(1:3, rand(3),
206206

207207
A Julia wrapper around the popular python package `PyPlot` (Matplotlib). It uses `PyCall.jl` to pass data with minimal overhead.
208208

209-
<!--FIXME: this example is broken with libstdc++.so.X: version `GLIBCXX_X.X.XX' not found (conda dependencies)-->
210-
<!--```@example backends-->
211-
<!--pyplot(); backendplot() #hide-->
212-
<!--png("backends_pyplot.png") #hide-->
213-
<!--```-->
214-
<!--![](backends_pyplot.png)-->
215-
209+
```@example backends
210+
pyplot(); backendplot() #hide
211+
png("backends_pyplot.png") #hide
212+
```
213+
![](backends_pyplot.png)
216214

217215
Pros:
218216

0 commit comments

Comments
 (0)