File:Gaussian 2d.svg

From formulasearchengine
Jump to navigation Jump to search

Original file(SVG file, nominally 433 × 228 pixels, file size: 15.97 MB)

This file is from Wikimedia Commons and may be used by other projects. The description on its file description page there is shown below.

Summary

Description
English: Isometric plot of a two dimensional Gaussian function. GNU Octave source code
 
This diagram was created with MATLAB.
Source code
InfoField

GNU Octave code

graphics_toolkit ("gnuplot");   % force use of gnuplot backend instead of FLTK for plot. Generates smaller SVG file
[X, Y] = meshgrid( -3:.05:3, -3:.05:3);  % smaller step size increases resolution and smoothness but increases file size
Z = exp( -X.^2 - Y.^2);
surf(X, Y, Z);
view(-36, 56);
shading flat;      % remove edge lines on plot but keep color patches
print('Gaussian_2d.svg')
Date
Source Own work
Author Krishnavedala
SVG development
InfoField
 
The source code of this large SVG is valid.
 
This oversized plot was created with Gnuplot.

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
Creative Commons CC-Zero This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication.
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

27 September 2014

image/svg+xml

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current02:59, 17 December 2020Thumbnail for version as of 02:59, 17 December 2020433 × 228 (15.97 MB)wikimediacommons>Kopak999Changed colormap to be perceptually uniform to accurately portray z-axis values. Rescaled z-axis to be proportional to the x- and y-axes. Added a legend for the colormap.

There are no pages that use this file.