File:Line graph - displacement of 3 pedestrians - fr.svg

Summary

Description
English: A line graph tracing the displacements of three pedestrians with different velocities and initial conditions with a constant acceleration in French. The title reads "Displacement of three pedestrians as a function of time".
Date
Source Own work
Author Pradana Aumars (talk · contribs)
SVG development
InfoField
 
The source code of this SVG is invalid due to 42 errors.
 
This W3C-invalid plot was created with Gnuplot.
Category:Invalid SVG created with Gnuplot code#0024Line%20graph%20-%20displacement%20of%203%20pedestrians%20-%20fr.svg
 
Category:Translation possible - SVGThis plot uses embedded text that can be easily translated using a text editor.
Source code
InfoField

Gnuplot code

set title "Déplacement de trois piétons en fonction du temps"
set xlabel "t (s)"
set ylabel "X (m)"
set xrange [0:150]
set yrange [0:400]
X_1(x) = 3*x
X_2(x) = 1.7*x+50
X_3(x) = -1.5*x+400
plot X_1(x), X_2(x), X_3(x)

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.

Category:CC-Zero#Line%20graph%20-%20displacement%20of%203%20pedestrians%20-%20fr.svg
Category:Self-published work Category:Displacement
Category:CC-Zero Category:Displacement Category:Invalid SVG created with Gnuplot code Category:Self-published work Category:Translation possible - SVG