QuantEcon / lecture-source-jl

Source files for "Lectures in Quantitative Economics" -- Julia version
https://julia.quantecon.org
BSD 3-Clause "New" or "Revised" License
131 stars 53 forks source link

Plots not showing in the pdf build #849

Closed jlperla closed 4 years ago

jlperla commented 4 years ago

@mmcky Found another PDF issue in what you showed me. None of the plots seem to be showing inline?

mmcky commented 4 years ago

Is the Plots package loading? Is there a reference to an example. With inline do you mean in the text and loaded from files (or generated plots after code blocks)?

jlperla commented 4 years ago

Sorry, what I mean is that it isn't showing them in the PDF as embedded images (as it normally would). I noticed this with both vegalite.jl and plots.jl, so it might not be specific to a single package.

mmcky commented 4 years ago

@AakashGfude there doesn't seem to be any plots in the julia pdf files that are being generated. Any ideas?