Package: gnuplot-x11
Version: 4.4.0-1
Severity: normal
File: /usr/bin/gnuplot

I tried to plot an old data set with text labels on the x-axis ("set xtics
mirror rotate by 90"), but the labels were pushed up into the diagram using the
PNG terminal. This used to work nicely with older versions, as I recall. Demo
http://gnuplot.sourceforge.net/demo/layout.2.gnu can be used to reproduce the
problem as well.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gnuplot-x11 depends on:
ii  gnuplot-nox          4.4.0-1             A command-line driven interactive
ii  libc6                2.11.1-3            Embedded GNU C Library: Shared lib
ii  libcairo2            1.8.10-4            The Cairo 2D vector graphics libra
ii  libedit2             2.11-20080614-1     BSD editline and history libraries
ii  libgcc1              1:4.4.4-5           GCC support library
ii  libgd2-xpm           2.0.36~rc1~dfsg-3.2 GD Graphics Library version 2
ii  libglib2.0-0         2.24.1-1            The GLib library of C routines
ii  libpango1.0-0        1.28.0-1            Layout and rendering of internatio
ii  libstdc++6           4.4.4-5             The GNU Standard C++ Library v3
ii  libwxbase2.8-0       2.8.10.1-3          wxBase library (runtime) - non-GUI
ii  libwxgtk2.8-0        2.8.10.1-3          wxWidgets Cross-platform C++ GUI t
ii  libx11-6             2:1.3.3-3           X11 client-side library

gnuplot-x11 recommends no packages.

gnuplot-x11 suggests no packages.
# IMMIGRATION BY REGION AND SELECTED COUNTRY OF LAST RESIDENCE
#
Region  Austria Hungary Belgium Czechoslovakia  Denmark France  Germany Greece  
Ireland Italy   Netherlands     Norway  Sweden  Poland  Portugal        Romania 
Soviet_Union    Spain   Switzerland     United_Kingdom  Yugoslavia      
Other_Europe    TOTAL   
1891-1900       234081  181288  18167   -       50231   30770   505152  15979   
388416  651893  26758   95015   226266  96720   27508   12750   505290  8731    
31179   271538  -       282     3378014 
1901-1910       668209  808511  41635   -       65285   73379   341498  167519  
339065  2045877 48262   190505  249534  -       69149   53008   1597306 27935   
34922   525950  -       39945   7387494 
1911-1920       453649  442693  33746   3426    41983   61897   143945  184201  
146181  1109524 43718   66395   95074   4813    89732   13311   921201  68611   
23091   341408  1888    31400   4321887 
1921-1930       32868   30680   15846   102194  32430   49610   412202  51084   
211234  455315  26948   68531   97249   227734  29994   67646   61742   28958   
29676   339570  49064   42619   2463194 
1931-1940       3563    7861    4817    14393   2559    12623   144058  9119    
10973   68028   7150    4740    3960    17026   3329    3871    1370    3258    
5512    31572   5835    11949   377566  
1941-1950       24860   3469    12189   8347    5393    38809   226578  8973    
19789   57661   14860   10100   10665   7571    7423    1076    571     2898    
10547   139306  1576    8486    621147  
1951-1960       67106   36637   18575   918     10984   51121   477765  47608   
43362   185491  52277   22935   21697   9985    19588   1039    671     7894    
17675   202824  8225    16350   1325727 
1961-1970       20621   5401    9192    3273    9201    45237   190796  85969   
32966   214111  30606   15484   17116   53539   76065   3531    2465    44659   
18453   213822  20381   11604   1124492 
set terminal png transparent nocrop enhanced font arial 8 size 420,320 
set output 'layout.2.png'
set boxwidth 0.8 absolute
set style fill   solid 1.00 border
set format y "    "
set key inside right top vertical Right noreverse enhanced autotitles 
columnhead nobox
set style histogram columnstacked title  offset character 0, 0, 0
set xtics border in scale 0,0 mirror rotate by 90  offset character 0, 0, 0 
set xtics   ("Austria" 0.500000, "France" 1.50000, "Germany" 2.50000, "Italy" 
3.50000)
set ytics border in scale 0,0 mirror norotate  offset character 0, 0, 0 
autofreq 
set ztics border in scale 0,0 nomirror norotate  offset character 0, 0, 0 
autofreq 
set cbtics border in scale 0,0 mirror norotate  offset character 0, 0, 0 
autofreq 
set title "Plot 3" 
set bmargin  5
plot 'immigration.dat' using 2 with histograms ,      '' using  7 with 
histograms ,      '' using  8 with histograms ,      '' using 11 with histograms

<<attachment: layout.2.png>>

Reply via email to