Skip to content

Commit

Permalink
Added easy curve plotting
Browse files Browse the repository at this point in the history
  • Loading branch information
KilnOfTheSecondFlame committed Nov 18, 2018
1 parent dbbddfb commit ca74eb0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion STAT_Python_Referenzkarte.tex
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,11 @@ \subsection*{Plots erstellen}
einem Polynom ersten Grades angeglichen wurden \\

\pythoninline{st.probplot(arr, plot=plt)} \\
QQ-Plot anhand einer Normalverteilung
QQ-Plot anhand einer Normalverteilung\\

\pythoninline{t = np.arange(start, stop, step)}\\
\pythoninline{plt.plot(t, f(t), linewidth=1.0)}\\
Kurve der Funktion f(t) im Intervall [\pythoninline{start,stop}] plotten

\subsection*{Mehrere DataFrame Plots in einem MatPlotLib}

Expand Down

0 comments on commit ca74eb0

Please sign in to comment.