pygal icon indicating copy to clipboard operation
pygal copied to clipboard

PYthon svg GrAph plotting Library

Results 108 pygal issues
Sort by recently updated
recently updated
newest added

First of all, thanks for making PyGAL. I love it. It is by far the best plotting library for python. Rendering plain SVG is supercool. It allows embedding directly in...

I try to implement the fact that a gauge can be clockwise. (like in a car for instance).

Added a few style settings to control the offset labels have from their points when that distance is dependent on font size. Bar and Line are the only types that...

Hello, I think it is a mistake to list pytest-runner in setup_requires. Sure, it's required for testing (and already present in test_requires), but there is no reason to require non-developers...

Using a `DateTimeLine` graph with the `allow_interruptions` option doesn't work properly when using a series with `fill`. When an interruption happens, it completes the shape back to the start of...

Closes https://github.com/Kozea/pygal/issues/559

Optional dependencies for CairoSVG have been updated - https://github.com/Kozea/CairoSVG/blob/main/NEWS.rst#version-210-released-on-2017-09-30

I create two config, using the existent code in the graph base view, to allow set logarithmic scale in each axis. logarithmic - Existent option, who still maintained x_logarithmic -...

Fix these errors... * https://github.com/Kozea/pygal/actions/runs/7168325592/job/19516257331 under `Run coveralls`... ``` Run coveralls Running on Github Actions but GITHUB_TOKEN is not set. Add "env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}" to your step config....

I'm packaging your module as an rpm package so I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account. - `python3 -sBm...