We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 861daf2 commit f6fb77bCopy full SHA for f6fb77b
test/test_plotting.jl
@@ -8,9 +8,9 @@ plt.ioff()
8
res = plt.plot([1,2,3])
9
@test fig isa plt.PyPlot.Figure
10
@test res isa Vector{plt.PyObject}
11
+ save_plot(fig, "/tmp", "plot")
12
@test isfile("/tmp/plot.pdf")
13
rm("/tmp/plot.pdf")
14
show_plot(fig)
- save_plot(fig, "/tmp", "plot")
15
end
16
plt.ion()
0 commit comments