Search found 1 match

Go to advanced search

by hnagel
15 Jun 2022, 17:33
Forum: Helpdesk
Topic: How to define range of plot?
Replies: 1
Views: 8182

Re: How to define range of plot?

Hi EFR, you can change the size of your plotted fan with the Transformation option: application('fan'); $p = new Polytope<Rational>(POINTS=>[[1,2,0,1],[1,1,1,0],[1,0,2,1],[1,1,0,0],[1,0,1,0],[1,0,0,2]]); $f = normal_fan<Rational>($p); # same Hyperplane as yours but a little bigger and bounded by $bf...

Go to advanced search