Juan Andres
03/21/2023, 8:55 PMTim Edwards
03/21/2023, 9:13 PMplot pnm
command to generate a PNM file, then use the convert
(ImageMagick) command to make the PDF.
e.g.,
plot pnm test 1000
in magic, and from the Linux command line,
convert test.pnm test.pdf
The "plot pnm" command is good for large layouts; apt install imagemagick
Juan Andres
03/21/2023, 9:24 PMTim Edwards
03/21/2023, 9:28 PMplot postscript
not plot ps
, and (2) to get plot svg
you need to run magic with the -d XR
switch (the SVG generator is a Cairo backend, so the Cairo graphics have to be enabled).Juan Andres
03/21/2023, 9:34 PMTim Edwards
03/21/2023, 9:41 PMJuan Andres
03/21/2023, 9:42 PMTim Edwards
03/21/2023, 9:42 PMJuan Andres
03/21/2023, 9:44 PMTim Edwards
03/21/2023, 9:46 PMJuan Andres
03/21/2023, 9:47 PMTim Edwards
03/21/2023, 9:47 PMJuan Andres
03/21/2023, 9:49 PMTim Edwards
03/21/2023, 9:50 PMplot svg inverter.svg
, then exited magic and did convert inverter.svg inverter.pdf
and it just worked. . .Juan Andres
03/21/2023, 10:04 PMTim Edwards
03/22/2023, 12:25 AMselect clear
before you do the plot
command, it should disappear.