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.
AxisLike
1 parent b573c42 commit 85ada3fCopy full SHA for 85ada3f
src/integrations/PGFPlotsX.jl
@@ -2,7 +2,7 @@ module PGFPlotsXPlots
2
3
using ..Weave, ..PGFPlotsX
4
5
-function Base.display(report::Weave.Report, m::MIME"application/pdf", figure::PGFPlotsX.Axis)
+function Base.display(report::Weave.Report, m::MIME"application/pdf", figure::PGFPlotsX.AxisLike)
6
7
chunk = report.cur_chunk
8
0 commit comments