Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/GAP/pkg/jupyterviz/examples/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 16.7.2022 mit Größe 330 B image not shown  

Quelle  01plotfunction.md   Sprache: unbekannt

 

# Simple line plot

The most common thing you might want to do is plot a function on
coordinate axes.  To do so, simply choose a list of $x$ values and
pass them to `Plot` with the function.

```
Plot( [1..50], NrSmallGroups );
```

The default plotting tool is `plotly`, but you can change that
easily, as later examples show.


[ Dauer der Verarbeitung: 0.15 Sekunden  (vorverarbeitet)  ]