Anaèle Digoin
911a78cd0e
start style of color
12 years ago
Florian Mounier
a50bfaa98c
Minor fixes + add darken and lighten functions to style, which are broken btw
12 years ago
Florian Mounier
133df7ab07
Merge all css in one tag as a workaround for inkscape one style tag bug. Fixes #7
12 years ago
Florian Mounier
d38727a259
Add render_sparkline shorthand function and some config to make it possible
12 years ago
Florian Mounier
fc7daba3f1
Add lagrange interpolation and hermite variants
12 years ago
Florian Mounier
7b3279b71e
Add trigonometric interpolation from redditor viscence
12 years ago
Florian Mounier
64c1b7640c
Fix x/y title margin computation + split if too long + position with legends
12 years ago
Sibi
3b79dcca1c
Quick hack for addressing issue #30 .
...
svg.py: Added the viewBox height by 20 so that I can put X-Axis title
there.
config.py: Added xtitle and ytitle for giving title name for the
respective axes.
graph.py: Added functions _x_title() and _y_title() which adds title
for the respective axes.
12 years ago
Florian Mounier
c5b296096e
Start adding hermite interpolation
12 years ago
Florian Mounier
a27e6d49c3
Add quadratic interpolation
12 years ago
Florian Mounier
06583ebd3f
Adapt test to new interpolation
12 years ago
Florian Mounier
db8363b477
Drop scipy dependecy + add cubic interpolation
12 years ago
Florian Mounier
a1759dc4db
Bump to 1.0.0
12 years ago
Benoit Calvez
8927525a53
Fix self._min and self._max
12 years ago
Florian Mounier
e1cb23999b
Add test for unicode in labels for python2/3. References #16
12 years ago
Florian Mounier
1f1ff2ceb3
Wrap forgotten u''
12 years ago
Florian Mounier
63343b4c88
-_-
12 years ago
Florian Mounier
d9c91c84ae
...
12 years ago
Florian Mounier
64b6ec94d4
Fix unicode litterals
12 years ago
Florian Mounier
c27bd13739
Same code for python 2.7 and 3.3
12 years ago
Florian Mounier
88f437bd71
Bump copyright
12 years ago
Florian Mounier
79b0829cd0
Start a compat module
12 years ago
Florian Mounier
e41004fac1
Add missing svg Fix #33
12 years ago
Florian Mounier
102a895504
Fix empty interpolation and add tests for it
12 years ago
Florian Mounier
3362192c7f
Fix range
12 years ago
Florian Mounier
b6c92232bd
Support multi title in worldmap
12 years ago
Florian Mounier
5055c6ccd8
Fix a lot of things in Worldmap
12 years ago
Florian Mounier
b9cc389c2d
Work on worldmap, better svg + new data definition
12 years ago
Florian Mounier
5133a92e42
Add worldmap chart
12 years ago
Florian Mounier
0ed3a1e76d
Avoid empty interpolation crash
12 years ago
Florian Mounier
f941c94c22
Fix empty bottom legend
12 years ago
Florian Mounier
64501f61c0
Make tests pass for DateY + Pep8
12 years ago
Guillaume Ayoub
696d854832
Fix tox.ini
12 years ago
Guillaume Ayoub
063a895984
Add a dpi parameter to render_to_png
12 years ago
Snarkturne
7ce7e95aab
Added example code for DateY graph
12 years ago
Snarkturne
57020a91e7
Added a new kind of Graph : DateY
...
DateY is approximatively the same as XY but is uses
datetime.datetime as X values (and prints date format x-axis labels)
w
12 years ago
Florian Mounier
471da7f430
Fix label truncation margin size + Migrate to http://kozea.github.com/pygal.js/javascripts/
12 years ago
Florian Mounier
b142ca6c27
Fix title alignment
12 years ago
Florian Mounier
42023584e6
Fix subtype
12 years ago
Arjen Stolk
77a55bb10a
Major and minor x-axis labels
...
Adds options to
- specify major labels manually
- specify major labels automatically based on an interval
- specify major labels automatically based on a count
- suppress diplay of minor labels
- give major labels a different font size
The 'x_labels_num_limit' option has been removed. This functionality can also be achieved with the new options and now works for other graph types than Line.
12 years ago
Arjen Stolk
1101bb886d
Prevent exceptions on empty logarithmic graphs
12 years ago
Florian Mounier
8a07288e21
Improve Xy data detection. Fix #21
12 years ago
Florian Mounier
461d10f9ab
Don't put the xy value at zero if the value is simply missing. Fix #22
12 years ago
Florian Mounier
72ef8ea11b
Fix the rest as much as I can with secondary
12 years ago
Florian Mounier
829b100776
Fix horizontal and fix margin for 2ndary labels
12 years ago
Florian Mounier
87ece43c99
Adapt #20 , fix tests (x_labels at None), fix pep8. Make it work with stacked lines
12 years ago
Florian Mounier
5092a7482c
Add a little margin on title size
12 years ago
Wiktor Niesiobedzki
8db55bcbb3
Fixed setting of marigins - now on the left side are primary
...
labels, and on right side - secondary labels - that needs to
be taken into consideration, when computing margins.
12 years ago
Wiktor Niesiobedzki
2f640560dd
Whitespace cleanup and comments cleanup
12 years ago
Wiktor Niesiobedzki
76b66492c7
fixing whitespaces and box computations
12 years ago