small errors corrected
This commit is contained in:
@@ -55,7 +55,7 @@ cx = @. cos(2x^(1/2))
|
||||
plot(x, [sx cx])
|
||||
```
|
||||
|
||||
- Die Funktionen des _Plots.jl_-Paketes wie `plot(), scatter(), contour(), heatmap(),histogram(), bar(),...` usw. starten alle einen neuen Plot.
|
||||
- Die Funktionen des _Plots.jl_-Paketes wie `plot(), scatter(), contour(), heatmap(), histogram(), bar(),...` usw. starten alle einen neuen Plot.
|
||||
- Die Versionen `plot!(), scatter!(), contour!(), heatmap!(), histogram!(), bar!(),...` erweitern einen existierenden Plot:
|
||||
|
||||
```{julia}
|
||||
@@ -387,7 +387,7 @@ Der Datensatz ["Motor Trend Car Road Tests"](https://rdrr.io/r/datasets/mtcars.h
|
||||
cars = dataset("datasets", "mtcars")
|
||||
```
|
||||
|
||||
Wir brauchen für den Plot nur die beiden Spalten `cars.Model` und `cars.MPG`, den Benzinverbrauch in _Meilen pro Gallon_ (Mehr heißt sparsamer!)
|
||||
Wir brauchen für den Plot nur die beiden Spalten `cars.Model` und `cars.MPG`, den Benzinverbrauch in _miles per gallon_ (Mehr heißt sparsamer!)
|
||||
|
||||
```{julia}
|
||||
theme(:bright)
|
||||
|
||||
Reference in New Issue
Block a user