Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gnuplot/gnuplot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fbeb88e
Choose a base ref
...
head repository: gnuplot/gnuplot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3b70d43
Choose a head ref
  • 7 commits
  • 3 files changed
  • 1 contributor

Commits on Jun 8, 2018

  1. Merge latex and emtex terminals

    These terminals shared most of the code already. The emtex terminal is now
    available via "set term latex emtex".  This also prepares merging with the
    other terminals which produce code for the LaTeX picture environment - tpic
    and eepic.
    markisch committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    2c974c7 View commit details
    Browse the repository at this point in the history
  2. Merge latex and tpic terminals

    For now this enables color and rotated text. Lines are all solid except for
    axis (-1). Control over dashlength, line width scaling and point size via
    terminal options is not available for now. Point symbols changed and are
    are now identical to latex/emtex variants. Text is larger by default than
    previous tpic terminal.  Dashed lines will come later.
    markisch committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    6251aaa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae5e608 View commit details
    Browse the repository at this point in the history
  4. Add pict2e variant of the latex terminal

    Color filling of boxes and polygons requires the xcolor package.
    markisch committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    4ed5929 View commit details
    Browse the repository at this point in the history
  5. Merge the eepic terminal into the latex terminal

    This changes default lines types and symbols, enables variable line width,
    text at arbitrary angles. Default text size is larger than previous eepic
    terminal.
    markisch committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    94fc9c2 View commit details
    Browse the repository at this point in the history
  6. Enable "set term emtex/tpic/eepic/pict2e" as shortcuts ...

    to select latex terminal variant.
    markisch committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    da7d7fd View commit details
    Browse the repository at this point in the history
  7. Make pict2e variant the default

    The "latex" variant can only approximate lines by short horizontal/vertical
    lines and has much fewer features. On the other hand, pict2e has been part
    of LaTeX2e since more than a decade. (But I think we need at least the
    2008 version.) In contrast to eepic/tpic/emtex, it also works with most
    TeX variants.
    Rename the "latex" option to "legacy".
    markisch committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    3b70d43 View commit details
    Browse the repository at this point in the history
Loading