Op een Mac is er een Grapher.app die veel functies heeft, zoals: gewone grafieken, polaire grafieken, lin-log en log-log grafieken, 3d grafieken, afgeleiden, integralen, impliciet gedefinieerde functies, vergelijkingsoplossers en nog veel meer.
Is er iets soortgelijks voor Windows, behalve GeoGebra? Of een software die 3D-grafieken (en mogelijk impliciet gedefinieerde functies) kan plotten? Ik heb al gehoord over Matplotlib, maar ik ken geen Python …
Is er anders een manier om een MacOS op Windows te emuleren en de Grapher-app te reproduceren?
Bedankt vooraf!
Antwoord
Als je R niet wilt leren en ggplot2 of python gaat gebruiken en een / alle MatPlatLib, Bokeh, plot.ly of tientallen andere dan:
Probeer gnuplot wat is:
- Gratis, gratis & Open source
- Cross-platform inclusief Windows
- Conpact Huidige Windows-download is < 34 MB
- Kan uitvoer produceren in meerdere formaten inclusief HTML Canvas, gif, pdf, jpeg, png, svg & postscript.
- Heel veel bijgedragen scripts
- Bevat zowat elk type grafiek dat je maar kunt bedenken! Van de Demos voor gnuplot versie 5.2 pagina:
Basis 2D-plotstijlen
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
Wiskundige functies
approximation complex trig functions complex error function probability probability (more) random numbers recursion, etc... data statistics
Curvefitting
cubic and Bezier splines monotonic csplines explicit B-splines explicit Bezier splines Levenberg-Marquardt DLS
Animatie
animated gif
3D-plots en -oppervlakken
surfaces 1 surfaces 2 contours singularities hidden surfaces pm3d coloring pm3d hidden surfaces 3D mapping shaded error region azimuth circles and polygons lighting model
Coördinaten- en assentransformaties
linked axes nonlinear axes broken axes polar coords polar functions polar data cylindrical/spherical time/date coords coord sampling ranges
Bak ary en afbeeldingsgegevens
binary data image data binary and image tricks RGB + alpha channel bar chart art
Kleuren
data-dependent coloring RGB coloring RGB + alpha channel pm3d colors pm3d gamma
Voorbeeldapplicaties
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
Tekstopties
rotated text "enhanced" text string data boxed text variable font size string variables hypertext (no png support)
Pagina-indeling
multiplot layout multiple plots aligned plots axis location axis ticmarks rectangles customized key
Stijlen
line and arrow styles fill styles dashed lines transparency transparent solids
Opmerkingen
- Heel erg bedankt voor het antwoord!
- Uitgebreid antwoord, maar dit alles vereist programmeren. Het is echt niet ' waar Grapher.app over gaat.