Skip to content

Commit 85ada3f

Browse files
committed
Capture AxisLike
This will capture other axis like GroupPlot, .etc.
1 parent b573c42 commit 85ada3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/integrations/PGFPlotsX.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module PGFPlotsXPlots
22

33
using ..Weave, ..PGFPlotsX
44

5-
function Base.display(report::Weave.Report, m::MIME"application/pdf", figure::PGFPlotsX.Axis)
5+
function Base.display(report::Weave.Report, m::MIME"application/pdf", figure::PGFPlotsX.AxisLike)
66

77
chunk = report.cur_chunk
88

0 commit comments

Comments
 (0)