Skip to content

Commit

Permalink
Capture AxisLike
Browse files Browse the repository at this point in the history
This will capture other axis like GroupPlot, .etc.
  • Loading branch information
CiaranOMara committed Oct 10, 2021
1 parent b573c42 commit 85ada3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/integrations/PGFPlotsX.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 85ada3f

Please sign in to comment.