Howto:Adding a canvas to a GUI dialog: Difference between revisions

Jump to navigation Jump to search
m
mNo edit summary
Line 104: Line 104:
];
];


foreach(var set; samples)  
foreach(var set; samples) {
plot.lineTo( set[0], set[1] );
plot.lineTo( set[0], set[1] );
}


print("Hello world from the embedded canvas section!\n");
]]>
]]>
</load>
</load>

Navigation menu