# set terminal canvas  rounded size 600,400 enhanced fsize 10 lw 1.6 fontscale 1 name "mgr_11" jsdir "."
# set output 'mgr.11.js'
set key fixed right top vertical Right noreverse enhanced autotitle box lt black linewidth 1.000 dashtype solid
set style data lines
set title "UM1-Cell Power" 
set xlabel "Resistance [Ohm]" 
set ylabel "Power [W]" 
n(x)=1.53**2*x/(5.67+x)**2
x = 0.0
S = 1
Shadecolor = "#80E0A080"
GPFUN_n = "n(x)=1.53**2*x/(5.67+x)**2"
## Last datafile plotted: "battery.dat"
plot [0:50] "battery.dat" t "Power" with boxxy, n(x) t "Theory" w lines