Credits Overview Plotting Styles Commands Terminals

imaginary_i

Syntax:

     set imaginary_i {"<character string>"}

The gprintf format specifier %Ci prints a complex value {A,B} as A + Bi (see gprintf complex). The command set imaginary_i "<character string>" modifies the action of %Ci by replacing the character "i" with the character string requested. Common conventions for this string are shown in the table below. If no character string is given, the default is restored.

character string result convention
A+Bi default
"\imath" A+Bi may or may not be necessary for LaTeX
"{/:Italic i}" A+Bi gnuplot enhanced text markup
"\U+2148" A+Bⅈ Unicode DOUBLE-STRUCK ITALIC SMALL I
"\U+1D456" A+B𝑖 Unicode MATHEMATICAL ITALIC SMALL I
"im" A+Bim Julia
"j" A+Bj Numpy