emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] No image output from Maxima in Babel


From: Thomas S . Dye
Subject: Re: [O] No image output from Maxima in Babel
Date: Fri, 05 Feb 2016 12:13:12 -1000
User-agent: mu4e 0.9.16-1c0bfe8; emacs 24.5.1

Aloha Zachary,

That example works here.

Do the other maxima examples work for you and only this one fails?

All the best,
Tom

Zachary Peterson <address@hidden> writes:

> Hello,
>
> After recently learning about Babel, I've been working my way through
> some of the examples in the various languages' documentation, and I've
> run into a problem with Maxima. I evaluated this code, taken from the
> documentation at
> http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-maxima.html#sec-4-3,
> with only the filename changed:
>
> #+name: 3d-maxima
> #+header: :file maxima-3d.png
> #+header: :exports results
> #+header: :results graphics
> #+begin_src maxima 
>   programmode: false;
>   plot3d(atan(-x^2+y^3/4),[x,-4,4],[y,-4,4],[grid,50,50],[gnuplot_pm3d,true]);
> #+end_src
>
> It returns this:
> #+RESULTS: 3d-maxima
> [[file:maxima-3d.png]]
>
> The file is empty, though.
>
> Running the code from within the Maxima REPL produces the expected
> result.
>
> I'm running Org version 20160201 on GNU Emacs 24.4.1 with Maxima 5.34.1
> on Debian Jessie.
>
> I would appreciate any help. Thanks.


-- 
Thomas S. Dye
http://www.tsdye.com



reply via email to

[Prev in Thread] Current Thread [Next in Thread]