| | | | |
| Offset 14692, 14 lines modified | Offset 14692, 390 lines modified |
| 14692 | ·`tek40xx`·supports·Tektronix·4010·and·others·as·well·as·most·TEK·emulators. | 14692 | ·`tek40xx`·supports·Tektronix·4010·and·others·as·well·as·most·TEK·emulators. |
| 14693 | ·`vttek`·supports·VT-like·tek40xx·terminal·emulators. | 14693 | ·`vttek`·supports·VT-like·tek40xx·terminal·emulators. |
| 14694 | ·The·following·are·present·only·if·selected·when·gnuplot·is·built: | 14694 | ·The·following·are·present·only·if·selected·when·gnuplot·is·built: |
| 14695 | ·`kc-tek40xx`·supports·MS-DOS·Kermit·Tek4010·terminal·emulators·in·color; | 14695 | ·`kc-tek40xx`·supports·MS-DOS·Kermit·Tek4010·terminal·emulators·in·color; |
| 14696 | ·`km-tek40xx`·supports·them·in·monochrome.·`selanar`·supports·Selanar·graphics. | 14696 | ·`km-tek40xx`·supports·them·in·monochrome.·`selanar`·supports·Selanar·graphics. |
| 14697 | ·`bitgraph`·supports·BBN·Bitgraph·terminals. | 14697 | ·`bitgraph`·supports·BBN·Bitgraph·terminals. |
| 14698 | ·None·have·any·options. | 14698 | ·None·have·any·options. |
| | 14699 | ?commands·set·terminal·x11 |
| | 14700 | ?set·terminal·x11 |
| | 14701 | ?set·term·x11 |
| | 14702 | ?terminal·x11 |
| | 14703 | ?term·x11 |
| | 14704 | ?x11 |
| | 14705 | ?X11 |
| | |
| | 14706 | ·Syntax: |
| | 14707 | ····set·terminal·x11·{<n>·|·window·"<string>"} |
| | 14708 | ·····················{title·"<string>"} |
| | 14709 | ·····················{{no}enhanced}·{font·<fontspec>} |
| | 14710 | ·····················{linewidth·LW} |
| | 14711 | ·····················{{no}persist}·{{no}raise}·{{no}ctrlq} |
| | 14712 | ·····················{{no}replotonresize} |
| | 14713 | ·····················{close} |
| | 14714 | ·····················{size·XX,YY}·{position·XX,YY} |
| | 14715 | ····set·terminal·x11·{reset} |
| | |
| | 14716 | ·Multiple·plot·windows·are·supported:·`set·terminal·x11·<n>`·directs·the |
| | 14717 | ·output·to·plot·window·number·n.··If·n·is·not·0,·the·terminal·number·will·be |
| | 14718 | ·appended·to·the·window·title·(unless·a·title·has·been·supplied·manually) |
| | 14719 | ·and·the·icon·will·be·labeled·`Gnuplot·<n>`.··The·active·window·may·be |
| | 14720 | ·distinguished·by·a·change·in·cursor·(from·default·to·crosshair). |
| | |
| | 14721 | ·The·`x11`·terminal·can·connect·to·X·windows·previously·created·by·an·outside |
| | 14722 | ·application·via·the·option·`window`·followed·by·a·string·containing·the |
| | 14723 | ·X·ID·for·the·window·in·hexadecimal·format.··Gnuplot·uses·that·external·X |
| | 14724 | ·window·as·a·container·since·X·does·not·allow·for·multiple·clients·selecting |
| | 14725 | ·the·ButtonPress·event.··In·this·way,·gnuplot's·mouse·features·work·within |
| | 14726 | ·the·contained·plot·window. |
| | |
| | 14727 | ····set·term·x11·window·"220001e" |
| | |
| | 14728 | ·The·x11·terminal·supports·enhanced·text·mode·(see·`enhanced`),·subject |
| | 14729 | ·to·the·available·fonts.·In·order·for·font·size·commands·embedded·in·text |
| | 14730 | ·to·have·any·effect,·the·default·x11·font·must·be·scalable.·Thus·the·first |
| | 14731 | ·example·below·will·work·as·expected,·but·the·second·will·not. |
| | |
| | 14732 | ····set·term·x11·enhanced·font·"arial,15"· |
| | 14733 | ····set·title·'{/=20·Big}·Medium·{/=5·Small}'· |
| | |
| | 14734 | ····set·term·x11·enhanced·font·"terminal-14"· |
| | 14735 | ····set·title·'{/=20·Big}·Medium·{/=5·Small}'· |
| | |
| | 14736 | ·Plot·windows·remain·open·even·when·the·`gnuplot`·driver·is·changed·to·a |
| | 14737 | ·different·device.··A·plot·window·can·be·closed·by·pressing·the·letter·q |
| | 14738 | ·while·that·window·has·input·focus,·or·by·choosing·`close`·from·a·window |
| | 14739 | ·manager·menu.··All·plot·windows·can·be·closed·by·specifying·`reset`,·which |
| | 14740 | ·actually·terminates·the·subprocess·which·maintains·the·windows·(unless |
| | 14741 | ·`-persist`·was·specified).··The·`close`·command·can·be·used·to·close |
| | 14742 | ·individual·plot·windows·by·number.··However,·after·a·`reset`,·those·plot |
| | 14743 | ·windows·left·due·to·persist·cannot·be·closed·with·the·command·`close`. |
| | 14744 | ·A·`close`·without·a·number·closes·the·current·active·plot·window. |
| | |
| | 14745 | ·The·gnuplot·outboard·driver,·gnuplot_x11,·is·searched·in·a·default·place |
| | 14746 | ·chosen·when·the·program·is·compiled.··You·can·override·that·by·defining |
| | 14747 | ·the·environment·variable·GNUPLOT_DRIVER_DIR·to·point·to·a·different |
| | 14748 | ·location. |
| | |
| | 14749 | ·Plot·windows·will·automatically·be·closed·at·the·end·of·the·session |
| | 14750 | ·unless·the·`-persist`·option·was·given. |
| | |
| | 14751 | ·The·options·`persist`·and·`raise`·are·unset·by·default,·which·means·that |
| | 14752 | ·the·defaults·(persist·==·no·and·raise·==·yes)·or·the·command·line·options |
| | 14753 | ·-persist·/·-raise·or·the·Xresources·are·taken.··If·[no]persist·or |
| | 14754 | ·[no]raise·are·specified,·they·will·override·command·line·options·and |
| | 14755 | ·Xresources.··Setting·one·of·these·options·takes·place·immediately,·so |
| | 14756 | ·the·behaviour·of·an·already·running·driver·can·be·modified.··If·the·window |
| | 14757 | ·does·not·get·raised,·see·discussion·in·`raise`. |
| | |
| | 14758 | ·The·option·`replotonresize`·(active·by·default)·replots·the·data·when·the |
| | 14759 | ·plot·window·is·resized.·Without·this·option,·the·even-aspect-ratio·scaling |
| | 14760 | ·may·result·in·the·plot·filling·only·part·of·the·window·after·resizing. |
| | 14761 | ·With·this·option,·gnuplot·does·a·full·replot·on·each·resize·event,·resulting |
| | 14762 | ·in·better·space·utilization.·This·option·is·generally·desirable,·unless·the |
| | 14763 | ·potentially·CPU-intensive·replotting·during·resizing·is·a·concern.·Replots |
| | 14764 | ·can·be·manually·initiated·with·hotkey·'e'·or·the·'replot'·command. |
| | |
| | 14765 | ·The·option·`title·"<title·name>"`·will·supply·the·title·name·of·the·window |
| | 14766 | ·for·the·current·plot·window·or·plot·window·<n>·if·a·number·is·given. |
| | 14767 | ·Where·(or·if)·this·title·is·shown·depends·on·your·X·window·manager. |
| | |
| | 14768 | ·The·size·option·can·be·used·to·set·the·size·of·the·plot·window.··The |
| | 14769 | ·size·option·will·only·apply·to·newly·created·windows. |
| | |
| | 14770 | ·The·position·option·can·be·used·to·set·the·position·of·the·plot·window.··The |
| | 14771 | ·position·option·will·only·apply·to·newly·created·windows. |
| | |
| | 14772 | ·The·size·or·aspect·ratio·of·a·plot·may·be·changed·by·resizing·the·`gnuplot` |
| | 14773 | ·window. |
| | |
| | 14774 | ·Linewidths·and·pointsizes·may·be·changed·from·within·`gnuplot`·with |
| | 14775 | ·`set·linestyle`. |
| | |
| | 14776 | ·For·terminal·type·`x11`,·`gnuplot`·accepts·(when·initialized)·the·standard |
| | 14777 | ·X·Toolkit·options·and·resources·such·as·geometry,·font,·and·name·from·the |
| | 14778 | ·command·line·arguments·or·a·configuration·file.··See·the·X(1)·man·page |
| | 14779 | ·(or·its·equivalent)·for·a·description·of·such·options. |
| | |
| | 14780 | ·A·number·of·other·`gnuplot`·options·are·available·for·the·`x11`·terminal. |
| | 14781 | ·These·may·be·specified·either·as·command-line·options·when·`gnuplot`·is |
| | 14782 | ·invoked·or·as·resources·in·the·configuration·file·".Xdefaults".··They·are |
| | 14783 | ·set·upon·initialization·and·cannot·be·altered·during·a·`gnuplot`·session. |
| | 14784 | ·(except·`persist`·and·`raise`) |
| | 14785 | ?commands·set·terminal·x11·x11_fonts |
| | 14786 | ?set·terminal·x11·x11_fonts |
| | 14787 | ?set·term·x11·x11_fonts |
| | 14788 | ?x11·x11_fonts |
| | 14789 | ?x11_fonts |
| | 14790 | ·Upon·initial·startup,·the·default·font·is·taken·from·the·X11·resources |
| | 14791 | ·as·set·in·the·system·or·user·.Xdefaults·file·or·on·the·command·line. |
| | |
| | 14792 | ·Example: |
| | 14793 | ·······gnuplot*font:·lucidasans-bold-12 |
| | 14794 | ·A·new·default·font·may·be·specified·to·the·x11·driver·from·inside |
| | 14795 | ·gnuplot·using |
| | 14796 | ······`set·term·x11·font·"<fontspec>"` |
| | 14797 | ·The·driver·first·queries·the·X-server·for·a·font·of·the·exact·name·given. |
| | 14798 | ·If·this·query·fails,·then·it·tries·to·interpret·<fontspec>·as |
|
Max report size reached; 154/18154 bytes (0.85%) of diff not shown.
|