File: TODO

package info (click to toggle)
gnuplot5 5.0.0~rc%2Bdfsg2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 11,548 kB
  • ctags: 8,104
  • sloc: ansic: 77,108; cpp: 6,848; makefile: 1,932; sh: 1,343; lisp: 657; perl: 302; awk: 235; pascal: 194; tcl: 88; python: 46
file content (30 lines) | stat: -rw-r--r-- 1,142 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
TODO and known issues
=====================

Lua generic terminal

 * support color palettes (low priority, not really needed for TikZ?)
 * support enhanced text mode (low priority, not really needed for TikZ)
 * sort out what needs to be built + included as part of preparing a
   distribution package

TikZ backend

 * automatic detection of font sizes (via LaTeX test call?! very low
   priority. It works with the gnuplottex package and the charsize option,
   see style file for an example)

 * setting the background color within a gnuplot (gnuplottex) environment
   does not work if the tikzpicture environment is used of this scope:
     \begin{tikzpicture}[gnuplot]
       \begin{gnuplot}[...]
       \end{gnuplot}
     \end{tikzpicture}
   As a workaround the background color can also be set manually right after
   \begin{tikzpicture}[gnuplot] using the \gpsetbgcolor{R,G,B} command.

 * there is an incompatibility/bug of the preview package and TikZ that leads
   to erroneous files on dvi and postscript output using the terminal's
   standalone mode. PDF output works flawlessly.

 * pattern fills are not supported by XeTeX