> Second, it should actually be possible to create an interactive
> version of Jmol that doesn't have to be re-loaded with each change. It
> should be fairly trivial, for example, to delete a plot (pmesh) and
> replace it with another one, without having to restart the entire load
> process.
It w
On Thu, Sep 29, 2011 at 2:46 PM, daveloeffler wrote:
> I just played around a bit with the new code for Farey symbols in
> 4.7.2.alpha3 (from ticket #11709).
>
> I hate to do this, but I'm going to have to make a public stand here:
> I think that this code should not have been given a positive rev
OK, I've further tweaked the code, so it no longer produces excess
label markers. I did this by having it only produce labels for the
first frame - it then duplicates them for all the other frames.
Unfortunately, I still haven't figured out how to make the frames
match in terms of coordinates - I f
I just played around a bit with the new code for Farey symbols in
4.7.2.alpha3 (from ticket #11709).
I hate to do this, but I'm going to have to make a public stand here:
I think that this code should not have been given a positive review.
Among other things, the patch's documentation makes absol
I am running 64-bit Ubuntu 11.04 on a Lenovo x200s. I get the following
error:
gcc -c -O3 -Wall -fno-strict-aliasing -fomit-frame-pointer -g -I.
-I../src/headers -fPIC -o thue.o ../src/modules/thue.c
../src/modules/thue.c: In function 'LargeSols':
../src/modules/thue.c:837:1: internal compil
OK, I actually have managed to hack up a modification to the 3d
plotting base.pyx file, so that I can make it generate an animation in
jmol... however, it's somewhat clunky, and produces a lot of redundant
script content in the resulting file. However, using it, I have
managed to get an animation r
Hi Jason,
On Wed, Aug 31, 2011 at 11:58 AM, Jason Grout
wrote:
> http://sage.math.washington.edu/home/jason/marketing/letter-size-sage-expanded-poster.pdf
Within the cell "Share. Embed.", here's a change suggestion:
"Embed plots, calcuations,"
-->
"Embed plots, calculations,"
--
Regards
Minh
It would be easy to capture stdout and stderr from subprocesses. The
question is what to do with the output for generic commands? If you run a
program whose output/errors you know and understand then you would be using
popen2 / pexpect and parse the output, so your python class can raise a
suit