File:Small-angle approximation for sine function (only sine function).svg

From testwiki
Jump to navigation Jump to search
Original file (SVG file, nominally 720 × 540 pixels, file size: 27 KB)

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: Diagram showing the sine function (basis for File:Small-angle approximation for sine function.svg)
Date
Source Own work
Author Stephan Kulla (User:Stephan Kulla)
Other versions
SVG development
InfoField
 The SVG code is valid.
 This plot was created with Matplotlib.
Source code
InfoField

Python code

import matplotlib.pyplot as plt
import numpy as np

from mpl_toolkits.axes_grid1.inset_locator import zoomed_inset_axes, mark_inset

xs = np.linspace(-7, 7, 10001)
sin_ys = np.sin(xs)

plt.plot(xs,sin_ys, label="$\\sin(x)$")
plt.xlim(-7,7)
plt.ylim(-1.6,1.6)
plt.legend(loc=2)

plt.savefig("Small-angle approximation for sine function (only sine function).svg")

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

11 August 2016

27,253 byte

image/svg+xml

6ac4d3dd8acb70406493f7d55494940fbbf7bdbe

File history

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

Date/TimeThumbnailDimensionsUserComment
current09:44, 11 August 2016Thumbnail for version as of 09:44, 11 August 2016720 × 540 (27 KB)wikimediacommons>Stephan KullaUser created page with UploadWizard

The following page uses this file: