3
votes
2answers
816 views

Can gnuplot's PNG terminal use superscripts and subscipts?

I know that gnuplot's epslatex terminal can display superscipts and subscripts in titles and label axes. Is this also possible when using gnuplot's ...
2
votes
5answers
531 views

How can I plot piece-wise defined function in some easily-accessed open-source tool?

I want to plot $$f_{n}(x) = \begin{cases} x-n & \text{for } n \leq x \leq n+1 \\ 2-x+n & \text{for } n+1\leq x \leq n+2 \\ 0 ...
2
votes
1answer
88 views

How can I set different axes for different plots in gnuplot?

I want to plot a few sets of data points on the same x-axis that have different units. How can I set different axes for each incompatible quantity?