MCPcopy Create free account
hub / github.com/elftausend/graplot / show

Method show

src/plots/plot3d.rs:27–34  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

25 }
26
27 pub fn show(self) {
28 let conf = Conf {
29 window_width: 595,
30 window_height: 595,
31 ..Default::default()
32 };
33 litequad::Window::from_config(conf, render::plot3d::run(self));
34 }
35}
36
37pub trait Plot3DArg {

Callers

nothing calls this directly

Calls 1

runFunction · 0.50

Tested by

no test coverage detected