File:Negative differential resistance.svg

From Wikipedia, the free encyclopedia
Jump to: navigation, search
Negative_differential_resistance.svg(SVG file, nominally 600 × 480 pixels, file size: 16 KB)

[edit] Summary

Description See Wikipedia graph-making tips.

Generated in gnuplot with the following script (save as gunn.gp and then open in gnuplot):

set samples 2001
set terminal svg
set output "gunn.svg"

# VI curve with negative differential resistance region
I(V) = (V/2.5-2)**3 + -2*(V/2.5-2) + 4

# Square plot ratio
set size square

# Set range of x and y axes
set xrange [0:10]
set yrange [0:10]

# Create axis tics every 20 numbers, so only the 0 is actually visible
set xtics 20
set ytics 20

# Use 10 axis minor divisions per major division, so there is a division for each integer, but they aren't labeled.
set mxtics 20
set mytics 20

# Axis labels
set xlabel "Voltage (V)"
set ylabel "Current (I)"

# VI curve's plotting style
set style line 1 lt 1 lw 2

# Dotted line style
set style line 2 lt 2 lw 1 
set style arrow 2 nohead ls 2

# Draw dotted lines
set arrow 1 from 3,5.3 to 3,7 as 2
set arrow 2 from 7,3.1 to 7,7 as 2

# Arrowheaded line style
set style line 4 lt 4 lw 1
set style arrow 4 head filled size screen 0.02,15,45 ls 4

# Draw arrows
set arrow 3 from 3.7,7 to 3,7 as 4
set arrow 4 from 6.3,7 to 7,7 as 4

# Label region
set label 1 "Negative differential \nresistance region" at 5,8 c

# Plot the filter response
plot I(x) ls 1 notitle

Then I postprocessed it with Inkscape
Date 21 December 2006(2006-12-21)
Source the original gnuplot code is by Omegatron, adapted for SVG by Alessio Damato
Lissajous small.svg
This vector image was created with gnuplot.
Author Omegatron and Alessio Damato
Other versions

png version at Image:Negative_differential_resistance.png

[edit] Licensing

I, the copyright holder of this work, hereby publish it under the following licenses:
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.

w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
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 attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work).
  • share alike – If you alter, transform, or build upon this work, you may distribute the resulting work only under the same or similar license to this one.
This licensing tag was added to this file as part of the GFDL licensing update.

w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 2.5 Generic, 2.0 Generic and 1.0 Generic license.
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 attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work).
  • share alike – If you alter, transform, or build upon this work, you may distribute the resulting work only under the same or similar license to this one.

You may select the license of your choice.

File history

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

Date/TimeThumbnailDimensionsUserComment
current15:29, 22 May 2009Thumbnail for version as of 15:29, 22 May 2009600 × 480 (16 KB)Zazou (Oops. Looks like I did something incompatible with WP's rendering engine.)
15:28, 22 May 2009Thumbnail for version as of 15:28, 22 May 2009500 × 480 (9 KB)Zazou ({{Information |Description= |Source= |Date= |Author= |Permission= |other_versions= }})
22:12, 21 December 2006Thumbnail for version as of 22:12, 21 December 2006600 × 480 (16 KB)Alejo2083 (fixed mistake)
22:02, 21 December 2006Thumbnail for version as of 22:02, 21 December 2006600 × 480 (16 KB)Alejo2083 (bigger fonts)
21:56, 21 December 2006Thumbnail for version as of 21:56, 21 December 2006600 × 480 (16 KB)Alejo2083 ({{Information |Description=''See Wikipedia graph-making tips.'' Generated in gnuplot with the following script (save as gunn.gp and then open in gnuplot): <pre> set samples 2001 s)
The following pages on the English Wikipedia link to this file (pages on other projects are not listed):

Global file usage

The following other wikis use this file:

Metadata

Personal tools
Namespaces
Variants
Views
Actions
Navigation
Interaction
Toolbox