摘要
Instructions
See Wikipedia graph-making tips.
This image, as well as the following text, is derived from Image:Butterworth_response.png.
Generated in gnuplot with the following script (save as ellip.plt and then open in gnuplot):
Then I opened the ellip.ps file in a text editor to edit the line colors and linestyles, as per this description archive copy at the Wayback Machine. This avoids needing to open in proprietary software, and really isn't that difficult (especially if you don't know the commands in the proprietary software either). ;-) Identify the lines easily by their color (the arrow is currently magenta and I want it to be black. Ah, there is the entry with 1 0 1, red + blue = magenta) or by using the gnuplot linestyle−1. (For instance, gnuplot's linestyle 3 corresponds to the ps file's /LT2.) Then you can edit the colors and dashes by hand. I changed the original:
/LT0 { PL [] 1 0 0 DL } def
/LT1 { PL [4 dl 2 dl] 0 1 0 DL } def
/LT2 { PL [2 dl 3 dl] 0 0 1 DL } def
/LT3 { PL [1 dl 1.5 dl] 1 0 1 DL } def
into this:
/LT0 { PL [] 0 0 1 DL } def
/LT1 { PL [4 dl 2 dl] 0.5 0.5 0.5 DL } def
/LT2 { PL [6 dl 3 dl] 0.3 0.3 1 DL } def
/LT3 { PL [] 0 0 0 DL } def
Then I displayed the ellip.ps using the Mac Preview App, and used SnapNDrag to save the useful part of the image to a file.
Created by Pfalstad from Image:Butterworth_response.png.
授權條款