Am 01.09.2016 um 08:02 schrieb Nick Dokos:

> Try this:
> 
> --8<---------------cut here---------------start------------->8---
> An example without org-ref that produces this error:
> 
> #+NAME: fig:org_fig
> #+BEGIN_SRC python :exports results :results file
>   import matplotlib.pyplot as plt, numpy as np
>   x = np.linspace(-2, 2, 1000)
>   plt.plot(x, np.exp(-np.power(4*x, 2)), label="shape-parameter=4")
>   plt.savefig('rbf-gaussian-4.pdf')
>   return "rbf-gaussian-4.pdf"
> #+END_SRC
> 
> #+CAPTION: Org Fig
> #+RESULTS: fig:org_fig
> [[file:rbf-gaussian-4.pdf]]
> 
> 
> Some text
> --8<---------------cut here---------------end--------------->8---
> 

Some story, nothing changed. Still no line to end here.

Best,
Florian


Reply via email to