Mynd:Binary logarithm plot with ticks.svg

Upprunafíla(SVG fíle, nominelt 408 × 325 pixel, fíle stødd: 56 KB)

Henda fíla er frá Wikimedia Commons og kann verða brúka í øðrum verkætlanum. Frágreiðingin á fílu frágreiðingar síðu er víst her niðanfyri.

Samandráttur

Frágreiðing
English: Binary logarithm plot with ticks.
Dagur
Kelda Egið verk
Høvundur Krishnavedala
Other versions File:Binary_logarithm_plot_with_ticks.png
SVG genesis
InfoField
 
The SVG code is valid.
 
This plot was created with Matplotlib.
Source code
InfoField

Python code

Created using python
from numpy import linspace,log2
from matplotlib.pyplot import *
from mpl_toolkits.axes_grid.axislines import SubplotZero

x = linspace(0,10,150)
y = log2(x)

fig = figure(figsize=(5,4))
ax = SubplotZero(fig,111)
fig.add_subplot(ax)
ax.grid(True)
for direction in ["xzero","left"]:
	ax.axis[direction].set_axisline_style("-|>")
	ax.axis[direction].set_visible(True)
for direction in ["right","bottom","top"]:
	ax.axis[direction].set_visible(False)
ax.plot(x,y,linewidth=2)
ax.plot([1,2,4,8],[0,1,2,3],'ko')
ax.text(10,-1,r"$x$")
ax.text(0.2,3.5,r"$y=\log_2(x)$")
ax.minorticks_on()
#fig.show()
fig.savefig("Binary_logarithm_plot_with_ticks.svg",bbox_inches="tight",\
	pad_inches=.15)

Lisensur

I, the copyright holder of this work, hereby publish it under the following licenses:
w:en:Creative Commons
ognan deil undir somu treytum
Henda fíla er gjørd atkomulig undir Creative Commons Navngev-Deil á sama hátt 3.0 Unported loyvinum.
Tú ert vælkomin til:
  • at deila – at avrita, breiða út og senda verkið
  • at remiksa – at tillaga ella broyta verkið
Undir hesum treytum:
  • ognan – Tú mást ognarskrivað verkið á ein slíkan hátt sum er útgreinaður av høvundanum ella lisenseigaranum (men ikki á nakran hátt ið kundi bent á at hesin hevur góðkent teg ella tína nýtslu av verkinum).
  • deil undir somu treytum – Um tú broytir, evnar til ella byggir víðari á hetta verk, so kanst tú bert útgeva verkið undir somu ella líkandi lisensi sum hesin.
GNU head Loyvi verður givi at avrita, bera út og/ella broyta hetta skjal undir treytunum hjá GNU Free Documentation License, versión 1.2 ella einhvør seinni versjón ið er útgivin av Free Software Foundation; uttan nakað óbroytiligt brot, uttan forsíðutekst og uttan baksíðutekst. Eitt avrit av loyvinum er tikið við í brotinum ið nevnist GNU Free Documentation License.
Tú kanst velja tann lisens ið tú ynskir.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts enskt

5. jun 2011

media type enskt

image/svg+xml

checksum enskt

0a71918e02405a88b2532aeceba77127bdcb25cf

data size enskt

57241 byte

325 pixel

408 pixel

Søgan hjá fíluni

Trýst á dato/tíð fyri at síggja fíluna, sum hon sá út tá.

Dagur/TíðLítil myndDimensjónirBrúkariViðmerking
streymur5. jun 2011 kl. 22:51Lítil mynd av versjónini frá 5. jun 2011 kl. 22:51408 × 325 (56 KB)Krishnavedalaremoved one '0' at the origin and kept the texts big enough like the previous edit
5. jun 2011 kl. 15:13Lítil mynd av versjónini frá 5. jun 2011 kl. 15:13408 × 325 (76 KB)JohnBlackburneMake axis labels bigger and clearer, so readable at thumbnail size
5. jun 2011 kl. 09:59Lítil mynd av versjónini frá 5. jun 2011 kl. 09:59408 × 325 (56 KB)Krishnavedala{{Information |Description ={{en|1=Binary logarithm plot with ticks. Created using python. <syntaxhighlight lang="python"> from numpy import linspace,log2 from matplotlib.pyplot import * from mpl_toolkits.axes_grid

Hesar síður slóða til hesa mynd:

Alheims fílunýtsla

Aðrar wkiir brúka hesa fílu:

Vís meiri globala nýtslu av hesi fílu.