File:Franck-Hertz-Data.svg
Summary
Description |
English: Franck-Hertz experiment.
Data measured with an experimental setup for educational institutions.
Deutsch: Franck-Hertz Experiment. Mit einem Schulexperiment aufgenommene Daten. |
||
Date | |||
Source | Own work | ||
Author | And1mu | ||
SVG development | |||
Source code | Gnuplot code#!/usr/bin/gnuplot
# Franck-Hertz Experiment
# data measured with an experimental setup for educational institutions
set title "Franck-Hertz Experiment" font "sans,35" offset -10,-7.5
set term svg size 800,600
set output 'Franck-Hertz-Data.svg'
unset key
set xlabel "Voltage (V)" font "sans,20"
set ylabel "Current (relative units)" font "sans,20"
set xtics 0,5
set ytics 0,1
set mxtics 5
set mytics 5
set yrange [0:7.6]
set grid linewidth 2
set pointsize 0.4
plot [0:63] '-' with linespoints lt rgb "#00F" pointtype 7
Data
|
Licensing
I, the copyright holder of this work, hereby publish it under the following license:
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International 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 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.