Your message dated Wed, 18 May 2016 12:34:52 +0000 with message-id <[email protected]> and subject line Bug#824058: fixed in geg 2.0.8-1 has caused the Debian Bug report #824058, regarding geg: piece of graph is missing for some functions to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 824058: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=824058 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: geg Version: 2.0.6-1 Severity: normal Dear Maintainer, I tried to plot the function: f(x) = x * cos(x)^2 in the x range [-12, 12]. Let pi represents the Archimed's number : 3.14159… Some piece of the plot is missing between [-7*pi/2, -5*pi/2], [-3*pi/2, -pi/2], [pi/2, 3*pi/2], etc I inlcuded example to show this and the correct plot (using python3 + matplotlib) : - the sample program for geg : xsquarecosx.geg - the incorrect plot : xsquarecosx_geg.pdf - the python script using matplotlib : xsquarecosx.py - the expecting correct result : xsquarecosx_matplotlib.png Cheers -- System Information: Debian Release: stretch/sid APT prefers unstable APT policy: (900, 'unstable'), (100, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 4.5.3-e1 (SMP w/2 CPU cores; PREEMPT) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages geg depends on: ii libatk1.0-0 2.20.0-1 ii libc6 2.22-7 ii libcairo2 1.14.6-1+b1 ii libfontconfig1 2.11.0-6.4 ii libfreetype6 2.6.3-3+b1 ii libgdk-pixbuf2.0-0 2.34.0-1 ii libglib2.0-0 2.48.1-1 ii libgtk2.0-0 2.24.30-1.1 ii libpango-1.0-0 1.40.1-1 ii libpangocairo-1.0-0 1.40.1-1 ii libpangoft2-1.0-0 1.40.1-1 ii libx11-6 2:1.6.3-1 ii libxext6 2:1.3.3-1 geg recommends no packages. geg suggests no packages. -- no debconf information# geg data file # all options can be changed within geg toolbar = pictures_and_text tooltips = on print_as = pdf xmin = -12.000000 xmax = 12.000000 ymin = -9.000000 ymax = 9.000000 tmin = 0.000000 tmax = 1.000000 amin = 0.000000 amax = 6.283185 graph_width = 1024 graph_height = 768 axes_lw = 0.4 grid_lw = 0.3 box_lw = 0.4 curves_lw = 0.5 point_radius = 1 coordinates_type = decimal mode_type = cartesian zoom_xy = 3 zoom_factor = 0.100000 notch_spacing = 45 minimum_resolution = 0.000100 maximum_resolution = 10000.000000 interpolation_factor = 4 maximum_formulas = 100 do_Ox = 1 do_Oy = 1 do_xval = 1 do_yval = 1 do_color = 1 do_box = 0 # positions: 0=top left, 1=top right, 2=bottom left, 3=bottom right text_position = 2 formula_size = 20 number_size = 12 utility_editor = emacs utility_eps_viewer = evince utility_pdf_viewer = evince utility_eps_to_pdf = ps2pdf -dEPSCrop -dPDFSETTINGS=/prepress utility_svg_viewer = inkscape utility_eps_to_svg = eps2svg color[0] = { 1.000000, 1.000000, 1.000000 } color[1] = { 0.500000, 0.600000, 0.700000 } color[2] = { 0.800000, 0.700000, 0.600000 } color[3] = { 0.800000, 0.800000, 0.800000 } color[4] = { 0.200000, 0.800000, 0.400000 } color[5] = { 0.500000, 0.500000, 0.500000 } color[6] = { 0.000000, 0.000000, 0.000000 } color[7] = { 0.800000, 0.000000, 0.000000 } color[8] = { 0.000000, 0.000000, 0.800000 } color[9] = { 0.000000, 0.800000, 0.000000 } color[10] = { 0.800000, 0.800000, 0.000000 } color[11] = { 0.800000, 0.000000, 0.800000 } color[12] = { 0.000000, 0.800000, 0.800000 } color[13] = { 0.400000, 0.400000, 0.400000 } color[14] = { 0.000000, 0.000000, 0.000000 } end_parameters # Formulas x*cos(x)^2
xsquarecosx_geg.pdf
Description: Adobe PDF document#! /usr/bin/python3 # -*- coding: UTF-8 -*- import numpy as np import matplotlib.pyplot as plt x = np.linspace(-12, 12, 500) plt.plot(x, x * np.cos(x) ** 2) plt.grid(axis='both') plt.axis([-12, 12, -10, 10]) plt.title('Function f(x)=x*cos(x)**2') plt.show()
--- End Message ---
--- Begin Message ---Source: geg Source-Version: 2.0.8-1 We believe that the bug you reported is fixed in the latest version of geg, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Georges Khaznadar <[email protected]> (supplier of updated geg package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Wed, 18 May 2016 14:02:58 +0200 Source: geg Binary: geg Architecture: source amd64 Version: 2.0.8-1 Distribution: unstable Urgency: medium Maintainer: Debian Science Maintainers <[email protected]> Changed-By: Georges Khaznadar <[email protected]> Description: geg - GTK+ Equation Grapher Closes: 824058 Changes: geg (2.0.8-1) unstable; urgency=medium . * Imported Upstream version 2.0.8. Closes: #824058 Checksums-Sha1: facb07f0eb80bbb9e777a48570d25691d6fd6753 1939 geg_2.0.8-1.dsc 810fd4677cd16666abe61a38c8efdff1f63e1d34 181796 geg_2.0.8.orig.tar.xz 2f5606c9b10058c18342b86b963c0450b92f46e2 33844 geg_2.0.8-1.debian.tar.xz 593cea9f54ff81eb2ed3a7a2be2df468799cc689 142244 geg-dbgsym_2.0.8-1_amd64.deb 2286f80176af304b0aaa1edd9dfd2278eaa13c10 73306 geg_2.0.8-1_amd64.deb Checksums-Sha256: ba5217c4fbb13acbd83e6b4e9085fa2742c2ebca6ca246586d0d7d3d074f31c7 1939 geg_2.0.8-1.dsc b214dcd3535e10c163e2fb946fee354c0f887dafce927458cfee0683a8a15c10 181796 geg_2.0.8.orig.tar.xz 72c2aae0617e46486a1d4b16b6664837a16f08b31f11472432df8a8e58b932bc 33844 geg_2.0.8-1.debian.tar.xz 8bf08114ec4f0f1982032e402a3339c00f8359c72367a914de0bacb4aa27bf95 142244 geg-dbgsym_2.0.8-1_amd64.deb 3de9a8e32eff60dd6d3f7ec0609c677a84678901c19413ebc69dc4b2189ba6a4 73306 geg_2.0.8-1_amd64.deb Files: 2a7d8d0dcbbadec975f730849038159f 1939 math optional geg_2.0.8-1.dsc dcbced2f9e9101e87b1bbbdf83153d4e 181796 math optional geg_2.0.8.orig.tar.xz 9308df71aea13d640b04450ba86ca299 33844 math optional geg_2.0.8-1.debian.tar.xz 4dabf696a8f3e7cf93c1155c1d6b59b6 142244 debug extra geg-dbgsym_2.0.8-1_amd64.deb fae0bff3fa824cf070d3fef3c7226cee 73306 math optional geg_2.0.8-1_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIVAwUBVzxcyRwoFpBxNq45AQhBiw/+IFyxHatGJalXc8mh/Za62U63ulqmYUOc 9Kc6df8+qKCVNmXsIAnTEliWOf+LlXfT5HU+RjIEmlVYYqDMUaU5Q6tGmYNBaaft acjnabIaPjrse9pDyAoBgY1vOKtWTPuETHZWhl4ypNmEo4alkhFbtoaQ7wK5tfq0 z25CLjxwlyvXZMpOSg2FfI/Y2OyTCswe8xR785q+Ns0CSH7hlaxEdvIY6/oyQic3 wsCLblQHZpL9/rdhM3AMTC7K+c1JsyZmg58UPJksBHhmynjjkl7FR+gIP2NWGOaG 6nwL4SwQW05RPy0BoGMKLQDmXcODwPlIOA4K9VirknLTQqXhNdSUzOowrNCiUJYK 83A4X8Pvutww4KwuBAvdPIKoNL6hd/z16VC9ccju0UNx80e7i6MfxCw65ot/7njO xKaiCi0HQMxJRJB/KjyXTaaMLV0PpsPAVT5jZuIZXbtGpfpSDP8MNKncS/Yf4JyR Kw3fLg0FnfF8F3IAuou5yy6++21enmt8XAK4gtkfwSyZT76K+Gp+mNSMMa9Wb/mw DCjdbeMrrlgQ+nP1wFh/YtEnXszNRhMN2dmEx0hSZT9kL2OqoByKwZqBHkuBfXFt 0z2I3YqwwgYZnRYhxCD8qOsmltmkMDO5K4UFBmDxc4p81cEVmI10YUShyODz2+8R b6pdenpZcOk= =NjZq -----END PGP SIGNATURE-----
--- End Message ---

