Switching between java and postscript visualisation

Questions and problems about using polymake go here.
madd
Posts: 7
Joined: 01 Feb 2012, 14:37

Switching between java and postscript visualisation

Postby madd » 19 Mar 2012, 09:47

Hi,

I suspect this is in the manual somewhere (apologies for blindness), but how do I switch between jReality and postscript for visualisation?

Secondly, this may belong in feature requests, is it possible to have circles rather than rectangles surrounding vertex numbers in postscript?

Regards,
Matt

User avatar
joswig
Main Author
Posts: 282
Joined: 24 Dec 2010, 11:10

Re: Switching between java and postscript visualisation

Postby joswig » 19 Mar 2012, 12:48

I suspect this is in the manual somewhere (apologies for blindness), but how do I switch between jReality and postscript for visualisation?
Use functions jreality, javaview, postscript etc. as in

Code: Select all

postscript(cube(3)->VISUAL_GRAPH); jreality(cube(3)->VISUAL);
If you always want to use the same use

Code: Select all

prefer 'jreality';
or similar.
Secondly, this may belong in feature requests, is it possible to have circles rather than rectangles surrounding vertex numbers in postscript?
Matt
Please look into the file apps/common/perllib/Postscript.pm and make changes accordingly.


Return to “Helpdesk”