Example/NormalDistribution - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : Example/NormalDistribution

Normal Distribution Canvas Application Example 

 

In this example the user is given a list of grades, which can be modified.  When the button is clicked a histogram and density plot is displayed and some statistical values are computed.

The complete application source code is available here for you to inspect and modify.  It uses the
Canvas package to describe the interface, and a ScriptButton to implement an action.  

 

Embedded component

> ShareCanvas(cv);
 

https://learn.maplesoft.com/#/?d=BGIMHTJLEOJHPJGTKTKRIOGNJNMQGLCHHFHPIPITNGCSGIJKHSPRPMFSGJHHCMNOGKHJOMDSNHGNKMKJGOIPDMNPFGCOJPAQEFAP 

> ShowCanvas( cv, entrybox=false );
 

Embedded component

Image
Embedded component
Embedded componentEmbedded component
Image
Embedded componentEmbedded component
Embedded componentEmbedded component

 

Next Steps 

Make Standard Maple Commands Interactive 

Return to DocumentTools[Canvas] Overview Page