Fayl:Binary logarithm plot with ticks.svg

Kerçek fayl(SVG faylı, nominal 408 × 325 piksel, fayl büyükligi: 56 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.

Faylğa ait qısqa tarif

Tasvir
English: Binary logarithm plot with ticks.
Tarih
Menba Öz işi
Yaratıcı 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)

Litsenziyalama

I, the copyright holder of this work, hereby publish it under the following licenses:
w:en:Creative Commons
attribution aynı şekilde paylaşuv
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
Azatsıñız:
  • paylaşuv – qopyaluv, dağıtuv ve iletüv
  • remiks etüv – uyğunlaştıruv
Bu şartlar astında:
  • 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.
  • aynı şekilde paylaşuv – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
GNU head Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License.
İstedigiñiz lisansnı seçebilirsiñiz.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts English

copyrighted English

5 iyün 2011

MIME type English

image/svg+xml

checksum English

0a71918e02405a88b2532aeceba77127bdcb25cf

determination method English: SHA-1 English

data size English

57.241 byte

height English

325 pixel

width English

408 pixel

Faylnıñ keçmişi

Faylnıñ kerekli anki alını körmek içün tarihqa/saatqa basıñız.

Tarih ve saatKiçik resimEn × boyQullanıcıİzaat
şimdiki22:51, 2011 s. iyünniñ 522:51, 2011 s. iyünniñ 5 tarihındaki versiyanıñ ufaqlaştırılğan alı408 × 325 (56 KB)Krishnavedalaremoved one '0' at the origin and kept the texts big enough like the previous edit
15:13, 2011 s. iyünniñ 515:13, 2011 s. iyünniñ 5 tarihındaki versiyanıñ ufaqlaştırılğan alı408 × 325 (76 KB)JohnBlackburneMake axis labels bigger and clearer, so readable at thumbnail size
09:59, 2011 s. iyünniñ 509:59, 2011 s. iyünniñ 5 tarihındaki versiyanıñ ufaqlaştırılğan alı408 × 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

Bu saife qullana bu fayldı:

Umumiy fayl qullanıluvı

Bu vikilerde bu fayldı qullana:

View more global usage of this file.