!f      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~Safe#(c) Laurent P Ren de Cotret, 2020 GNU GPL, version 2 or above laurent.decotret@outlook.com  internal  portable None"#U  pandoc-plot7The logging implementation is very similar to Hakyll's. pandoc-plot6Description of the possible ways to sink log messages. pandoc-plotStandard error stream. pandoc-plotAppended to file. pandoc-plotVerbosity of the logger. pandoc-plot+Log all messages, including debug messages. pandoc-plot&Log information, warnings, and errors.  pandoc-plot%Log information and warning messages.  pandoc-plotOnly log information messages.  pandoc-plotDon't log anything.  pandoc-plotkPerform an IO action with a logger. Using this function ensures that logging will be gracefully shut down. #(c) Laurent P Ren de Cotret, 2020 GNU GPL, version 2 or above laurent.decotret@outlook.com  internal  portable None"#73  pandoc-plotpGenerated figure file format supported by pandoc-plot. Note that not all formats are supported by all toolkits.  pandoc-plotPortable network graphics pandoc-plotPortable document format pandoc-plotScalable vector graphics pandoc-plotJPEG/JPG compressed image pandoc-plotEncapsulated postscript pandoc-plot GIF format pandoc-plotTagged image format pandoc-plotWebP image format pandoc-plot?Datatype containing all parameters required to run pandoc-plot.It is assumed that once a  FigureSpec? has been created, no configuration can overload it; hence, a  FigureSpec( completely encodes a particular figure. pandoc-plot(Plotting toolkit to use for this figure. pandoc-plotFigure caption. pandoc-plot&Append link to source code in caption. pandoc-plotSource code for the figure. pandoc-plotSave format of the figure. pandoc-plot!Directory where to save the file. pandoc-plotDots-per-inch of figure. pandoc-plot#Renderer-specific extra attributes. pandoc-plotAttributes not related to  pandoc-plot will be propagated.  pandoc-plotYDescription of any possible inclusion key, both in documents and in configuration files.+ pandoc-plot'Result of checking scripts for problems/ pandoc-plot!Enumeration of supported toolkits: pandoc-plot(Class name which will trigger the filter; pandoc-plotRList of all keys related to pandoc-plot that can be specified in source material.< pandoc-plotHash of the content of a  FigureSpec&. Note that unlike usual hashes, two  FigureSpec with the same figureContentHash# does not mean that they are equal!Not all parts of a FigureSpec are related to running code. For example, changing the caption should not require running the figure again.= pandoc-plotSave format file extension pandoc-plot:This instance should only be used to display toolkit names pandoc-plotbKeys that pandoc-plot will look for in code blocks. These are only exported for testing purposes.3  !"#$%&'()*+,-./4105236789:;<=>#(c) Laurent P Ren de Cotret, 2020 GNU GPL, version 2 or above laurent.decotret@outlook.com  internal  portable Noneh!? pandoc-plotThe  Configurationo type holds the default values to use when running pandoc-plot. These values can be overridden in code blocks."You can create an instance of the  Configuration type from file using the  configuration function.IYou can store the path to a configuration file in metadata under the key plot-configuration. For example, in Markdown: h --- title: My document author: John Doe plot-configuration: pathtofile.yml --- >The same can be specified via the command line using Pandoc's -M flag: Hpandoc --filter pandoc-plot -M plot-configuration="path/to/file.yml" ...In this case, use configurationPathMeta to extact the path from Pandoc documents.A pandoc-plot2The default directory where figures will be saved.B pandoc-plotSThe default behavior of whether or not to include links to source code and high-resC pandoc-plotSThe default dots-per-inch value for generated figures. Renderers might ignore this.D pandoc-plot-The default save format of generated figures.E pandoc-plotWCaption format, in the same notation as Pandoc format, e.g. "markdown+tex_math_dollars"F pandoc-plotLevel of logging verbosity.G pandoc-plot3Method of logging, i.e. printing to stderr or file.H pandoc-plot7The default preamble script for the matplotlib toolkit.I pandoc-plot:The default preamble script for the Plotly/Python toolkit.J pandoc-plot5The default preamble script for the Plotly/R toolkit.K pandoc-plot3The default preamble script for the MATLAB toolkit.L pandoc-plot8The default preamble script for the Mathematica toolkit.M pandoc-plot7The default preamble script for the GNU Octave toolkit.N pandoc-plot4The default preamble script for the GGPlot2 toolkit.O pandoc-plot4The default preamble script for the gnuplot toolkit.P pandoc-plot5The default preamble script for the Graphviz toolkit.Q pandoc-plotGThe executable to use to generate figures using the matplotlib toolkit.R pandoc-plotCThe executable to use to generate figures using the MATLAB toolkit.S pandoc-plotJThe executable to use to generate figures using the Plotly/Python toolkit.T pandoc-plotEThe executable to use to generate figures using the Plotly/R toolkit.U pandoc-plotHThe executable to use to generate figures using the Mathematica toolkit.V pandoc-plotGThe executable to use to generate figures using the GNU Octave toolkit.W pandoc-plotDThe executable to use to generate figures using the GGPlot2 toolkit.X pandoc-plotDThe executable to use to generate figures using the gnuplot toolkit.Y pandoc-plotEThe executable to use to generate figures using the Graphviz toolkit.Z pandoc-plot;Whether or not to make Matplotlib figures tight by default.[ pandoc-plotAWhether or not to make Matplotlib figures transparent by default.` pandoc-plotpandoc-plot monada pandoc-plot'Get access to configuration within the PlotM monad.b pandoc-plot Evaluate a PlotM action. pandoc-plotGeneral purpose logging. g pandoc-plotRun a command within the PlotMj monad. Stderr stream is read and decoded, while Stdout is ignored. Logging happens at the debug level. pandoc-plotHeader. pandoc-plotVerbosity of the message. pandoc-plot Message (can be multiple lines).h  !"#$%&'()*+,-./4105236789:;<=>?@FGABCDEHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefg#(c) Laurent P Ren de Cotret, 2020 GNU GPL, version 2 or above laurent.decotret@outlook.com  internal  portable None"#~u pandoc-plot2The default directory where figures will be saved. pandoc-plotSThe default behavior of whether or not to include links to source code and high-res pandoc-plotSThe default dots-per-inch value for generated figures. Renderers might ignore this. pandoc-plot-The default save format of generated figures. pandoc-plotDCaption format in Pandoc notation, e.g. "markdown+tex_math_dollars".h pandoc-plotWRead configuration from a YAML file. The keys are exactly the same as for code blocks.qIf a key is not present, its value will be set to the default value. Parsing errors result in thrown exceptions.i pandoc-plotDefault configuration values.j pandoc-plot}Extact path to configuration from the metadata in a Pandoc document. The path to the configuration file should be under the plot-configurationK key. In case there is no such metadata, return the default configuration.+For example, at the top of a markdown file: L --- title: My document author: John Doe plot-configuration: pathto/file.yml --- >The same can be specified via the command line using Pandoc's -M flag: Hpandoc --filter pandoc-plot -M plot-configuration="path/to/file.yml" ...hij#(c) Laurent P Ren de Cotret, 2020 GNU GPL, version 2 or above laurent.decotret@outlook.com  internal  portable Nonek pandoc-plotDInternal description of all information needed to output a figure.m pandoc-plot Figure specn pandoc-plotPath to the script to rendero pandoc-plotFigure output path pandoc-plotNCheck that the supplied command results in an exit code of 0 (i.e. no errors) pandoc-plot7Checks that an executable is available on path, at all. pandoc-plotoTry to find the executable and normalise its path. If it cannot be found, it is left unchanged - just in case.p pandoc-plotjPath to the executable of a toolkit. If the executable can be found, then it will be the full path to it.r      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~  !"#$%&'()*+,-./4105236789:;<=>?@FGABCDEHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefgklmnop #(c) Laurent P Ren de Cotret, 2020 GNU GPL, version 2 or above laurent.decotret@outlook.com  internal  portable None"#q #(c) Laurent P Ren de Cotret, 2020 GNU GPL, version 2 or above laurent.decotret@outlook.com  internal  portable None"# #(c) Laurent P Ren de Cotret, 2020 GNU GPL, version 2 or above laurent.decotret@outlook.com  internal  portable None"# #(c) Laurent P Ren de Cotret, 2020 GNU GPL, version 2 or above laurent.decotret@outlook.com  internal  portable None"#1 pandoc-plotbCheck if `matplotlib.pyplot.show()` calls are present in the script, which would halt pandoc-plot pandoc-plotFlexible boolean parsing #(c) Laurent P Ren de Cotret, 2020 GNU GPL, version 2 or above laurent.decotret@outlook.com  internal  portable None"#]#(c) Laurent P Ren de Cotret, 2020 GNU GPL, version 2 or above laurent.decotret@outlook.com  internal  portable None"##(c) Laurent P Ren de Cotret, 2020 GNU GPL, version 2 or above laurent.decotret@outlook.com  internal  portable None"##(c) Laurent P Ren de Cotret, 2020 GNU GPL, version 2 or above laurent.decotret@outlook.com  internal  portable None"# pandoc-plot(Terminal name for supported save formats#(c) Laurent P Ren de Cotret, 2020 GNU GPL, version 2 or above laurent.decotret@outlook.com  internal  portable None"##(c) Laurent P Ren de Cotret, 2020 GNU GPL, version 2 or above laurent.decotret@outlook.com  internal  portable None"# s pandoc-plot:The function that maps from configuration to the preamble.t pandoc-plot(Save formats supported by this renderer.v pandoc-plot~Parse code block headers for extra attributes that are specific to this renderer. By default, no extra attributes are parsed.w pandoc-plotGenerate the appropriate command-line command to generate a figure. The executable will need to be found first, hence the IO monad.x pandoc-plot-Script fragment required to capture a figure.y pandoc-plotCCheck if a toolkit is available, based on the current configurationz pandoc-plotjList of toolkits available on this machine. The executables to look for are taken from the configuration.{ pandoc-plothList of toolkits not available on this machine. The executables to look for are taken from the configur| pandoc-plotMonadic version of availableToolkits.} pandoc-plotMonadic version of unavailableToolkitsklmnopqrstuvwxyz{|}#(c) Laurent P Ren de Cotret, 2020 GNU GPL, version 2 or above laurent.decotret@outlook.com  internal  portable None"#@A~ pandoc-plot(Determine inclusion specifications from Blockk attributes. If an environment is detected, but the save format is incompatible, an error will be thrown. pandoc-plotUDetermine which toolkit should be used to render the plot from a code block, if any. pandoc-plot0Reader a caption, based on input document format pandoc-plotFlexible boolean parsing pandoc-plot;Default reader options, straight out of Text.Pandoc.Options~#(c) Laurent P Ren de Cotret, 2020 GNU GPL, version 2 or above laurent.decotret@outlook.com  internal  portable None> pandoc-plotClean all output related to pandoc-plot. This includes output directories specified in the configuration and in the document/block, as well as log files. Note that *all* files in pandoc-plot output directories will be removed.%The cleaned directories are returned. pandoc-plotRead document, guessing what extensions and reader options are appropriate. If the file cannot be read for any reason, an error is thrown.#(c) Laurent P Ren de Cotret, 2020 GNU GPL, version 2 or above laurent.decotret@outlook.com  internal  portable None"#@A pandoc-plot#Possible result of running a script pandoc-plot Convert a  FigureSpect to a Pandoc block component. Note that the script to generate figure files must still be run in another function. pandoc-plotDetermine the temp script path from Figure specifications Note that for certain renderers, the appropriate file extension is important. pandoc-plot@Determine the path to the source code that generated the figure. pandoc-plotrDetermine the path a figure should have. The path for this file is unique to the content of the figure, so that  figurePathL can be used to determine whether a figure should be rendered again or not. pandoc-plottext format of the caption#(c) Laurent P Ren de Cotret, 2020 GNU GPL, version 2 or above laurent.decotret@outlook.com  internal  portable None  !"#$%&'()*+,-./4105236789:;<=>?@FGABCDEHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~qrstuvwxpyz|{}klmno~hji?@FGABCDEHIJKLMNOPQRSTUVWXYZ[`\]^_bg cdefa/410523678.+,- !"#$%&'()* <:=9;>VPandoc filter to create figures from code blocks using your plotting toolkit of choice#(c) Laurent P Ren de Cotret, 2020 GNU GPL, version 2 or above laurent.decotret@outlook.com  unstable  portable None"#>r pandoc-plotWalk over an entire Pandoc document, transforming appropriate code blocks into figures. This function will operate on blocks in parallel if possible.Failing to render a figure does not stop the filter, so that you may run the filter on documents without having all necessary toolkits installed. In this case, error messages are printed to stderr, and blocks are left unchanged. pandoc-plotHighest-level function that can be walked over a Pandoc tree. All code blocks that have the appropriate class names will be considered figures, e.g.  .matplotlib.0This function can be made to operation on whole Pandoc, documents. However, you should prefer the  plotTransformK function for whole documents, as it is optimized for parallel operations.Failing to render a figure does not stop the filter, so that you may run the filter on documents without having all necessary toolkits installed. In this case, error messages are printed to stderr, and blocks are left unchanged. pandoc-plotTry to process the block with  `pandoc-plot``. If a failure happens (or the block) was not meant to become a figure, return the block as-is. pandoc-plotTry to process the block with  `pandoc-plot`, documenting the error. pandoc-plot Configuration for default values pandoc-plotInput document pandoc-plot Configuration for default values pandoc-plotInput block or document> .?@FGABCDEHIJKLMNOPQRSTUVWXYZ[hiz{>hi?@FGABCDEHIJKLMNOPQRSTUVWXYZ[  .z{ !"#$%&'()*+,-.//0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXXYZ[\]^_`abcdefghijklmnopqrsttuvwxyz{|}~      ! " #$%&'()*+,-./0123456789:;<;=;>;?@ABCDEFEGEHEIEJEKELEMENEOEPEQERSTSUSVSWSXYZ[\]^_`_a_b_c_d_e_fghijkjljm_n_o_p_qr_s_tuvuwuxyz{|}~EEEEEEEEE~u  ;;;;;{{                            )pandoc-plot-0.7.2.0-CyBaJu3ULIDAxjK9RZCtR Text.Pandoc.Filter.Plot.InternalText.Pandoc.Filter.PlotPaths_pandoc_plot%Text.Pandoc.Filter.Plot.Monad.Logging#Text.Pandoc.Filter.Plot.Monad.TypesText.Pandoc.Filter.Plot.Monad%Text.Pandoc.Filter.Plot.Configuration)Text.Pandoc.Filter.Plot.Renderers.Prelude)Text.Pandoc.Filter.Plot.Renderers.PlotlyR.Text.Pandoc.Filter.Plot.Renderers.PlotlyPython(Text.Pandoc.Filter.Plot.Renderers.Octave,Text.Pandoc.Filter.Plot.Renderers.Matplotlib(Text.Pandoc.Filter.Plot.Renderers.Matlab-Text.Pandoc.Filter.Plot.Renderers.Mathematica*Text.Pandoc.Filter.Plot.Renderers.Graphviz)Text.Pandoc.Filter.Plot.Renderers.GNUPlot)Text.Pandoc.Filter.Plot.Renderers.GGPlot2!Text.Pandoc.Filter.Plot.RenderersText.Pandoc.Filter.Plot.ParseText.Pandoc.Filter.Plot.Clean!Text.Pandoc.Filter.Plot.ScriptingbaseControl.Monad.IO.ClassliftIO mtl-2.2.2Control.Monad.Reader.ClassasksaskLogSinkStdErrLogFile VerbosityDebugErrorWarningInfoSilent SaveFormatPNGPDFSVGJPGEPSGIFTIFWEBP FigureSpectoolkitcaption withSourcescript saveFormat directorydpi extraAttrs blockAttrs InclusionKey DirectoryKCaptionK SaveFormatK WithSourceKCaptionFormatK PreambleKDpiK ExecutableKMatplotlibTightBBoxKMatplotlibTransparentK CheckResult CheckPassed CheckFailedScriptToolkit MatplotlibMatlab PlotlyPythonPlotlyR MathematicaOctaveGGPlot2GNUPlotGraphviztoolkitscls inclusionKeysfigureContentHash extension isWindows ConfigurationdefaultDirectorydefaultWithSource defaultDPIdefaultSaveFormat captionFormat logVerbositylogSinkmatplotlibPreambleplotlyPythonPreambleplotlyRPreamblematlabPreamblemathematicaPreambleoctavePreambleggplot2PreamblegnuplotPreamblegraphvizPreamble matplotlibExe matlabExeplotlyPythonExe plotlyRExemathematicaExe octaveExe ggplot2Exe gnuplotExe graphvizExematplotlibTightBBoxmatplotlibTransparent RuntimeEnv envConfig envLoggerPlotM asksConfigrunPlotMdebugerrwarninginfo runCommand configurationdefaultConfigurationconfigurationPathMeta OutputSpec oFigureSpec oScriptPath oFigurePath executablescriptExtensioncommentpreambleSelectorsupportedSaveFormats scriptChecksparseExtraAttrscommandcapturetoolkitAvailableavailableToolkitsunavailableToolkitsavailableToolkitsMunavailableToolkitsMparseFigureSpec plotToolkit captionReaderdefaultReaderOptionscleanOutputDirsreadDoc ScriptResult ScriptSuccessScriptChecksFailed ScriptFailureToolkitNotInstalledrunScriptIfNecessary runTempScripttoImagePandocPlotErrorScriptRuntimeErrorScriptChecksFailedErrorToolkitNotInstalledError plotTransformmakePlotmake makeEither$fShowPandocPlotErrorversion getBinDir getLibDir getDynLibDir getDataDir getLibexecDir getSysconfDirgetDataFileNameLogger withLogger lVerbositylChannellSinklSync $fShowToolkit$fShowInclusionKeylog_defaultDirectory_defaultWithSource _defaultDPI_defaultSaveFormat_captionFormatcommandSuccess existsOnPath tryToFindExeGHC.Base++ghc-primGHC.PrimseqGHC.Listfilterzip System.IOprint Data.Tuplefstsnd otherwisemap$GHC.Real fromIntegral realToFracGHC.EnumBoundedminBoundmaxBoundEnumenumFrom enumFromThenenumFromThenTo enumFromTofromEnumtoEnumsuccpred GHC.ClassesEq==/= GHC.FloatFloatingpiexpsqrt**logBasesincostanasinacosatansinhcoshtanhasinhacoshatanh Fractional fromRational/recipIntegral toIntegerquotremdivmodquotRemdivModMonad>>=>>returnfailFunctorfmap<$GHC.NumNum+*-negate fromIntegerabssignumOrd>=compareminmax><<=GHC.ReadReadreadList readsPrecReal toRational RealFloat floatRadix floatDigits floatRange decodeFloat encodeFloatexponent significand scaleFloatisNaN isInfiniteisDenormalizedisNegativeZeroisIEEEatan2RealFracproperFractiontruncateroundceilingfloorGHC.ShowShow showsPrecshowshowList Applicativepure<*>*><* Data.FoldableFoldablefoldrfoldMaplengthnullfoldlfoldl1sumproductfoldr1maximumminimumelemData.Traversable TraversablemapMsequencetraverse sequenceA Semigroup<>Monoidmemptymappendmconcat GHC.TypesBoolTrueFalseCharDoubleFloatInt integer-gmpGHC.Integer.TypeInteger GHC.MaybeMaybeNothingJustOrderingLTEQGTRationalIOWord Data.EitherEitherLeftRightGHC.IOFilePathGHC.ErrerrorString Text.Readread text-1.2.3.1Data.Text.InternalText=<< Data.Functor<$>mapM_ sequence_const.idreadIOreadLn appendFile writeFilereadFileinteract getContentsgetLinegetCharputStrLnputStrputCharGHC.IO.ExceptionioError userErrorIOErrornotElemallanyorand concatMapconcat Data.OldListunwordswordsunlineslinesreadseitherlex readParenText.ParserCombinators.ReadPReadSlcmgcd^^^oddeven showParen showStringshowCharshowsShowSunzip3unzipzipWith3zipWithzip3!!lookupreversebreakspansplitAtdroptake dropWhile takeWhilecycle replicaterepeatiteratescanr1scanrscanl1scanlinitlasttailhead Data.MaybemaybeuncurrycurrysubtractasTypeOfuntil$!flip undefinederrorWithoutStackTrace&&||not*shakespeare-2.0.24.1-olIAkdInMT5EN0y8p0zZJText.Shakespeare.TextstData.Text.ShowunpackplotlyRSupportedSaveFormatsplotlyRCommandplotlyRAvailableplotlyRCapture plotlyPythonSupportedSaveFormatsplotlyPythonCommandplotlyPythonAvailableplotlyPythonCaptureoctaveSupportedSaveFormats octaveCommandoctaveAvailable octaveCapturematplotlibCheckIfShowreadBoolmatplotlibSupportedSaveFormatsmatplotlibCommandmatplotlibCapturematplotlibExtraAttrsmatplotlibAvailablematlabSupportedSaveFormats matlabCommandmatlabAvailable matlabCapturemathematicaSupportedSaveFormatsmathematicaCommandmathematicaAvailablemathematicaCapturegraphvizSupportedSaveFormatsgraphvizCommandgraphvizAvailablegraphvizCaptureterminalStringgnuplotSupportedSaveFormatsgnuplotCommandgnuplotAvailablegnuplotCaptureggplot2SupportedSaveFormatsggplot2Commandggplot2Availableggplot2CapturetempScriptPathsourceCodePath figurePath