File:Pyanse.svg

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Original file(SVG file, nominally 319 × 319 pixels, file size: 40 KB)

Captions

Captions

Add a one-line explanation of what this file represents

Summary[edit]

Description
English: Price (in rubles) of pyanse in Vladivostok dynamics.
Русский: Динамика роста цены (в рублях) пянсе во Владивостоке.
Date
Source Own work
Author YuryKirienko
import graph;
size(9cm,9cm,IgnoreAspect);

real t0 = 2007.5;
real[] year = {	2007.75,2008.75,2009.25,2009.9};
real[] price= {	18,	22,	24,	26};

real approx(real x){return 3.75982*x-7530.64;}

for(int i=0;i<4;++i)
	dot((year[i],price[i]),2mm+red);

draw(graph(approx,t0,2010),blue);

xaxis(BottomTop, RightTicks(Step=1,step=0.5,extend=true,ptick=lightgrey));
yaxis(LeftRight, RightTicks(Step=4,step=2,extend=true,ptick=lightgrey));
xequals(t0, ymax=27, p=linewidth(1.5pt), Arrow(2mm));
yequals(approx(t0), xmax=2010.25, p=linewidth(1.5pt), Arrow(2mm));

label(rotate(aTan(1.1))*"$y=3.76\,x-7531$",(2009,22),blue);

I used Inkscape for image conversion (PDF → SVG). Direct console conversion contains bugs (both Inkscape and pstoedit), so I have outline the object first.

Licensing[edit]

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.

File history

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

Date/TimeThumbnailDimensionsUserComment
current07:51, 18 March 2010Thumbnail for version as of 07:51, 18 March 2010319 × 319 (40 KB)YuryKirienko (talk | contribs){{Information |Description={{en|1=Price of pyanse in Vladivostok dynamics.}} {{ru|1=Динамика роста цены пянсе во Владивостоке.}} |Source={{own}} |Author=YuryKirienko

There are no pages that use this file.