File:Graph of function 1 to minus 1 in Neighbourhood of zero.svg

Summary

Description
English: This SVG image is graph of function in neighbourhood of zero. In the image is shown that the function haven't got a limit in zero.
Čeština: Tento SVG obrázek je graf funkce v okolí nuly. Na tomto obrázku je viditelné, že tato funkce nemá v nule limitu.
Date
Source Own work
Author Zagothal
SVG development
InfoField

Source code

# Set 1300×975 SVG output and filename
# The font size (fsize) sets the size for the circles, too.
set samples 400
set terminal svg enhanced size 1300 975 fname "Times" fsize 36
set output "1 to minus 1.svg"
# Set y axis limits so the plot doesn't go right to the edges of the graph 
set yrange [-50:50]
set xrange [-5:5]

#set lmargin 50
#set bmargin 50

# No legend needed
set nokey

# Add lightly-colored axis lines
set yzeroaxis
set xzeroaxis

# Put a y-axis tic at every 0.2
set ytics 20
set mytics 1

# Put an x-axis tic at every multiple of pi
set xtics 1
set mxtics 1

# Color and line style
set style line 1 lt rgb "blue" lw 3

# Plot as lines
plot 1/x ls 1 with lines

# Close the file (so I don't have to close gnuplot to view it)
set output

Licensing

Zagothal, the copyright holder of this work, hereby publishes it under the following licenses:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
Attribution:
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.
Category:CC-BY-SA-3.0#Graph%20of%20function%201%20to%20minus%201%20in%20Neighbourhood%20of%20zero.svg
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.
Category:License migration redundant#Graph%20of%20function%201%20to%20minus%201%20in%20Neighbourhood%20of%20zero.svgCategory:GFDL#Graph%20of%20function%201%20to%20minus%201%20in%20Neighbourhood%20of%20zero.svg
You may select the license of your choice.
Category:Self-published work
Category:Hyperbola (rational function) Category:Images with Gnuplot source code Category:SVG x-y functions
Category:CC-BY-SA-3.0 Category:GFDL Category:Hyperbola (rational function) Category:Images with Gnuplot source code Category:License migration redundant Category:SVG x-y functions Category:Self-published work Category:Translation possible - SVG Category:Valid SVG created with Gnuplot