File:Himmelblau function.svg

Original file (SVG file, nominally 720 × 540 pixels, file size: 5.01 MB)

Summary

Description
English: Himmelblau's function
Date
Source Own work
Author Morn the Gorn
SVG development
InfoField
 The SVG code is valid.
 This oversized plot was created with Matplotlib.

Python plot script

(requires Matplotlib v0.99 or later)

from mpl_toolkits.mplot3d import Axes3D
from matplotlib import cm
from matplotlib.colors import LogNorm
import matplotlib.pyplot as plt
import numpy as np

fig = plt.figure()
ax = Axes3D(fig, azim = -29, elev = 49)
X = np.arange(-6, 6, 0.1)
Y = np.arange(-6, 6, 0.1)
X, Y = np.meshgrid(X, Y)
Z = (X*X+Y-11)**2 + (X+Y*Y-7)**2
ax.plot_surface(X, Y, Z, rstride = 1, cstride = 1, norm = LogNorm(), cmap = cm.jet)

plt.xlabel("x")
plt.ylabel("y")

plt.savefig("Himmelblau function.svg")

plt.show()

Licensing

Public domain I, the copyright holder of this work, release this work into the public domain. This applies worldwide.
In some countries this may not be legally possible; if so:
I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

creator

some value

author name string: Morn the Gorn
Wikimedia username: Morn the Gorn

copyright status

copyrighted, dedicated to the public domain by copyright holder

copyright license

released into the public domain by the copyright holder

inception

4 September 2009

source of file

original creation by uploader

data size

5,255,315 byte

media type

image/svg+xml

checksum

e011999485ac30d1e41e39567aafce8a219d217e

determination method or standard: SHA-1

software used for creation

Matplotlib

object of statement has role: plotting library
object of statement has role: free and open-source software
object of statement has role: Python package

File history

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

Date/TimeThumbnailDimensionsUserComment
current11:56, 6 April 2010Thumbnail for version as of 11:56, 6 April 2010720 × 540 (5.01 MB)Morn{{Information |Description={{en|1=Himmelblau's function}} |Source={{own}} |Author=Morn the Gorn |Date=2009-09-04 |Permission= |other_versions= }} Category:Functions in two variables

The following page uses this file:

Global file usage