Auf einem Mac gibt es eine Grapher.app mit vielen Funktionen wie: gewöhnliche Grafik, Polardiagramm, Lin-Log- und Log-Log-Grafik, 3d Grafiken, Ableitungen, Integrale, implizit definierte Funktionen, Gleichungslöser und vieles mehr.
Gibt es für Windows etwas Ähnliches außer GeoGebra? Oder eine Software, die 3D-Diagramme (und möglicherweise implizit definierte Funktionen) zeichnen kann? Ich habe bereits von Matplotlib gehört, kenne aber kein Python …
Gibt es sonst eine Möglichkeit, ein MacOS unter Windows zu emulieren und die Grapher-App zu reproduzieren?
Danke im Voraus!
Antwort
Wenn Sie R nicht lernen möchten, beginnen Sie mit der Verwendung von ggplot2 oder Python und beginnen Sie mit der Verwendung von any / alle von MatPlatLib, Bokeh, plot.ly oder Dutzenden anderer dann:
Versuchen Sie gnuplot , was ist:
- Kostenlos, kostenlos & Open Source
- Plattformübergreifend einschließlich Windows
- Kontakt Der aktuelle Windows-Download ist < 34 MB
Grundlegende 2D-Plotstile
simple functions filled curves fill between curves candlesticks error bars histograms (more) bar graphs step functions multiple axis scales mixing styles variable size points parallel axis plots parametric functions piecewise functions vector fields circles boxplots rug plot jitter (bee swarm) text
Mathematische Funktionen
approximation complex trig functions complex error function probability probability (more) random numbers recursion, etc... data statistics
Kurvenanpassung
cubic and Bezier splines monotonic csplines explicit B-splines explicit Bezier splines Levenberg-Marquardt DLS
Animation
animated gif
3D-Diagramme und Oberflächen
surfaces 1 surfaces 2 contours singularities hidden surfaces pm3d coloring pm3d hidden surfaces 3D mapping shaded error region azimuth circles and polygons lighting model
Koordinaten- und Achsentransformationen
linked axes nonlinear axes broken axes polar coords polar functions polar data cylindrical/spherical time/date coords coord sampling ranges
Bin Daten und Bilddaten
binary data image data binary and image tricks RGB + alpha channel bar chart art
Farben
data-dependent coloring RGB coloring RGB + alpha channel pm3d colors pm3d gamma
Beispielanwendungen
control models discrete contours financial data iteration non-gridded data running averages automatic binning binning/histograms arrays fence plots Gantt chart 2D and 3D heat maps solar path diagram violin plot
Textoptionen
rotated text "enhanced" text string data boxed text variable font size string variables hypertext (no png support)
Seitenlayout
multiplot layout multiple plots aligned plots axis location axis ticmarks rectangles customized key
Stile
line and arrow styles fill styles dashed lines transparency transparent solids
Kommentare
- Vielen Dank für die Antwort!
- Umfangreiche Antwort, aber all dies erfordert Programmierung. Es ist wirklich nicht ', worum es bei Grapher.app geht.