File:Asymptote02 vectorial.svg
From Wikimedia Commons, the free media repository
Jump to navigation
Jump to search
Size of this PNG preview of this SVG file: 720 × 540 pixels. Other resolutions: 320 × 240 pixels | 640 × 480 pixels | 1,024 × 768 pixels | 1,280 × 960 pixels | 2,560 × 1,920 pixels.
Original file (SVG file, nominally 720 × 540 pixels, file size: 167 KB)
File information
Structured data
Captions
Summary
[edit]DescriptionAsymptote02 vectorial.svg |
English: Example of a curve with its asymptote shows that the curve may intersect the asymptote, in this case an infinite amount of times. |
Date | |
Source | Own work |
Author | Guillaume Jacquenot |
SVG development InfoField | This W3C-invalid plot was created with Matplotlib. |
Source code InfoField | Python code# -*- coding: utf-8 -*-
#
# Script to generate an asymptote curve.
#
# **************************************************************
# Example of a curve with its asymptote
# shows that the curve may intersect the asymptote,
# in this case an infinite amount of times.
# **************************************************************
#
# Guillaume Jacquenot
# 2013 03 20
import numpy as np
import matplotlib
from matplotlib.pyplot import figure, show, rc, grid
def makePlot(outputFilename = r'Asymptote02.svg'):
rc('grid', linewidth = 1, linestyle = '-', color = '#a0a0a0')
rc('xtick', labelsize = 15)
rc('ytick', labelsize = 15)
rc('font',**{'family':'serif','serif':['Palatino'],'size':15})
rc('text', usetex=True)
fig = figure()
ax = fig.add_axes([0.12, 0.12, 0.76, 0.76])#axisbg='#d5de9c'
n = 14
t = np.arange(0.07,12.0,0.01)
x = t + np.cos(n*t)/t
y = t + np.sin(n*t)/t
ax.plot(x, y, color='#ee8d18', lw = 2)
ax.plot([-4,12], [-4,12], lw = 1, ls = '--', color = 'k')
ax.set_aspect('equal')
grid(True)
ax.set_xlabel('$x$')
ax.set_ylabel('$y$',rotation=0)
ax.set_title(r'$x=t+\frac{\cos(nt)}{t}, y=t+\frac{\sin(nt)}{t}, t>0, n = '+str(n)+r'$',
fontsize=15)
fig.savefig(outputFilename)
fig.show()
makePlot()
|
Licensing
[edit]I, the copyright holder of this work, hereby publish it under the following license:
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
- You are free:
- to share – to copy, distribute and transmit the work
- to remix – to adapt the work
- Under the following conditions:
- attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
- share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 10:44, 23 March 2013 | 720 × 540 (167 KB) | Gjacquenot (talk | contribs) | Fix a title error Increase curve resolution, so that it looks smooth everywhere | |
22:53, 20 March 2013 | 720 × 540 (160 KB) | Gjacquenot (talk | contribs) | User created page with UploadWizard |
You cannot overwrite this file.
File usage on Commons
The following page uses this file:
File usage on other wikis
The following other wikis use this file:
- Usage on ca.wikipedia.org
- Usage on ckb.wikipedia.org
- Usage on en.wikipedia.org
- Usage on es.wikipedia.org
- Usage on fa.wikipedia.org
- Usage on fi.wikipedia.org
- Usage on fr.wikipedia.org
- Usage on gl.wikipedia.org
- Usage on id.wikipedia.org
- Usage on is.wikipedia.org
- Usage on ja.wikipedia.org
- Usage on lt.wikipedia.org
- Usage on lv.wikipedia.org
- Usage on nl.wikipedia.org
- Usage on pl.wikipedia.org
- Usage on ro.wikipedia.org
- Usage on sr.wikipedia.org
- Usage on ta.wikipedia.org
- Usage on tl.wikipedia.org
Metadata
This file contains additional information such as Exif metadata which may have been added by the digital camera, scanner, or software program used to create or digitize it. If the file has been modified from its original state, some details such as the timestamp may not fully reflect those of the original file. The timestamp is only as accurate as the clock in the camera, and it may be completely wrong.
Width | 576pt |
---|---|
Height | 432pt |