From 85ada3f0076be33f75a948ad0ab0bb9f01559f5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciar=C3=A1n=20O=27Mara?= Date: Mon, 11 Oct 2021 02:11:09 +1100 Subject: [PATCH] Capture `AxisLike` This will capture other axis like GroupPlot, .etc. --- src/integrations/PGFPlotsX.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/integrations/PGFPlotsX.jl b/src/integrations/PGFPlotsX.jl index f763eda6..5c3881ba 100644 --- a/src/integrations/PGFPlotsX.jl +++ b/src/integrations/PGFPlotsX.jl @@ -2,7 +2,7 @@ module PGFPlotsXPlots using ..Weave, ..PGFPlotsX -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) chunk = report.cur_chunk