Strange result using VISUAL

Questions and problems about using polymake go here.
borgo
Posts: 12
Joined: 04 Jun 2013, 18:23

Strange result using VISUAL

Postby borgo » 23 Jun 2013, 15:19

Hello,
I'm new at polymake and I found something strange. I wrote

application "fan";
$f = new PolyhedralFan(RAYS=>[[-1,0,0],[0,-1,0],[1,1,0]],MAXIMAL_CONES=>[[0],[1],[2]]);

and then

$f->VISUAL(PointColor=> 'blue', PointBorderColor=> 'blue', VertexBorderColor=> 'blue', VertexColor=>'blue', PointLabels=>"hidden");

but nothing is becoming blue as I expected and also the labels do not disappear. The options that deal with facets work but the one involving Vertices/Points not. What do I do wrong?
Thank you

herr
Developer
Posts: 40
Joined: 30 Dec 2010, 13:15

Re: Strange result using VISUAL

Postby herr » 25 Jun 2013, 13:33

Hi Borgo,

This is a bug, I'm afraid. As a workaround, I suggest to use the tools provided by the jReality-GUI: Click the option "Polymake->Clear Attribute", then open the panel "Left Slot" via "Window->Left Slot" and change the colors manually.


Return to “Helpdesk”