Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked 11 years ago

cjsh gravatar image

how to plot poset and subposet in a graph?

hot to put poset and subposet and order_filter and order_ideal in one graph,but different color?

PP = Posets(6)[18];show(PP,vertex_size=100,vertex_colors='yellow');

Q = PP.subposet([2,4]);Q;show(Q,vertex_size=100,vertex_colors='green')

PP.order_filter([3,2]);PP.order_ideal([4,3])

click to hide/show revision 2
retagged

updated 10 years ago

FrédéricC gravatar image

how to plot poset and subposet in a graph?

hot to put poset and subposet and order_filter and order_ideal in one graph,but different color?

PP = Posets(6)[18];show(PP,vertex_size=100,vertex_colors='yellow');

Q = PP.subposet([2,4]);Q;show(Q,vertex_size=100,vertex_colors='green')

PP.order_filter([3,2]);PP.order_ideal([4,3])

click to hide/show revision 3
retagged

updated 8 years ago

FrédéricC gravatar image

how to plot poset and subposet in a graph?

hot to put poset and subposet and order_filter and order_ideal in one graph,but different color?

PP = Posets(6)[18];show(PP,vertex_size=100,vertex_colors='yellow');

Q = PP.subposet([2,4]);Q;show(Q,vertex_size=100,vertex_colors='green')

PP.order_filter([3,2]);PP.order_ideal([4,3])