draw filled boxes for petri net example/tutorial

This commit is contained in:
Joeri Exelmans 2025-07-23 16:56:52 +02:00
parent ccf075e2e7
commit c9c6b4863d

View file

@ -187,10 +187,10 @@ def show_petri_net(m):
cp2 = odapi.get_slot_value(odapi.get("cp2"), "tokens") cp2 = odapi.get_slot_value(odapi.get("cp2"), "tokens")
return f""" return f"""
t1 t2 t3 t1 t2 t3
p1 p2 p1 p2
( {p1} ) ( {p2} ) ( {p1} ) ( {p2} )