set grid x
set grid y
set border 0
set xzeroaxis lt -1
set yzeroaxis lt -1
set size square
unset multiplot
set term svg size 800,800
set output "/tmp/Logarithmic Scales.svg"
set multiplot layout 2,2
unset logscale
set xlabel "Linear"
set ylabel "Linear"
plot [-1:10] [-1:10] \
(10**x) title "f(x) = 10^x" with lines, \
(x) title "f(x) = x" with lines, \
(log(x)) title "f(x) = log(x)" with lines
set logscale x
set xlabel "Log"
plot [0.1:1000] [-1:10] \
(10**x) title "f(x) = 10^x" with lines, \
(x) title "f(x) = x" with lines, \
(log(x)) title "f(x) = log(x)" with lines
unset logscale
set logscale y
set xlabel "Linear"
set ylabel "Log"
plot [-1:10] [0.1:1000] \
(10**x) title "f(x) = 10^x" with lines, \
(x) title "f(x) = x" with lines, \
(log(x)) title "f(x) = log(x)" with lines
unset logscale
set logscale y
set logscale x
set xlabel "Log"
set ylabel "Log"
plot [0.1:1000] [0.1:1000] \
(10**x) title "f(x) = 10^x" with lines, \
(x) title "f(x) = x" with lines, \
(log(x)) title "f(x) = log(x)" with lines
This W3C-unspecified plot was created with Gnuplot.
communicare – copiare, distribuere et committere hoc opus
to remix – to adapt the work
His condicionibus:
attributio – 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.
aequa parte – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
Licet hoc documentum exscribere vel distribuere vel demutare sub GNU Liberarum Litterarum Licentiae conditionibus in editione 1.2 aut in ulla editione recentiori a Fundatione Liberarum Programmationis Partium publicata; praeterquam Sectiones Immutabiles et Verba Involucra Adversa et Aversa. Licentiae exemplar praesto est in sectione intitulata GNU Free Documentation License.http://www.gnu.org/copyleft/fdl.htmlGFDLGNU Free Documentation Licensetruetrue
Tibi typum permissionis ligere licet.
Captions
Add a one-line explanation of what this file represents