Changelog for pandoc-plot-1.4.0

Change log

pandoc-plot uses Semantic Versioning

Release 1.4.0

Release 1.3.0

Release 1.2.3

Release 1.2.2

Release 1.2.1

Release 1.2.0

\begin{column}
  \begin{minted}[]{matplotlib}
  ...
  \end{minted}
\end{column}

Nested figures are not correctly identified.

Release 1.1.1

Release 1.1.0

Release 1.0.2.1

Release 1.0.2.0

strict: true
# Possible parameters for the Matplotlib toolkit
matplotlib:
  executable: python
  command_line_arguments: -Wa

Or if you want julia to use more than one thread:

# Possible parameters for the Plotsjl toolkit
plotsjl:
  executable: julia
  command_line_arguments: --threads auto --optimize=0

Release 1.0.1.0

Release 1.0.0.0

Release 0.9.4.0

Release 0.9.3.0

Release 0.9.2.0

Release 0.9.1.0


```{.matplotlib file=myplot.py}
```

Release 0.9.0.0

Release 0.8.1.0

Release 0.8.0.0


```{.plotly_python format=html}
import plotly.express as px
df = px.data.election()
fig = px.scatter_ternary(df, a="Joly", b="Coderre", c="Bergeron")
```

Release 0.7.2.1

Release 0.7.2.0

Release 0.7.1.0

Release 0.7.0.0

logging:
    # Possible verbosity values: debug, error, warning, info, silent
    # debug level shows all messages
    # error level shows all but debug messages, etc.
    verbosity: info
    
    # OPTIONAL: log to file
    # Remove line below to log to stderr
    filepath: log.txt

Release 0.6.1.0

Release 0.6.0.0

New toolkits:

Other changes:

or on the command line:

pandoc --filter pandoc-plot -M plot-configuration=/path/to/file.yml ...

Release 0.5.0.0

Release 0.4.0.1

Release 0.4.0.0

Release 0.3.0.0

Release 0.2.2.0

Release 0.2.1.0

Release 0.2.0.0

Release 0.1.0.0