Update.
This commit is contained in:
parent
be7949b828
commit
ca3c3f1791
@ -2,11 +2,15 @@ import graph_pi;
|
|||||||
import gm_probabilitytree;
|
import gm_probabilitytree;
|
||||||
import gm_tableaux;
|
import gm_tableaux;
|
||||||
|
|
||||||
marker croix(pen sColor)
|
marker croix1(pen sColor)
|
||||||
{
|
{
|
||||||
return marker(scale(2)*rotate(45)*cross(4), sColor);
|
return marker(scale(2)*rotate(45)*cross(4), sColor);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
marker croix2(pen sColor)
|
||||||
|
{
|
||||||
|
return marker(scale(2)*cross(4), sColor);
|
||||||
|
}
|
||||||
|
|
||||||
void loadaxis(real xmin, real xmax, real ymin, real ymax)
|
void loadaxis(real xmin, real xmax, real ymin, real ymax)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user