Guillaume Ayoub
cb99e62b10
Add numpy for tests in tox
12 years ago
Guillaume Ayoub
58938a7414
Add scipy for tests in tox
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
70a6bcbf9d
Merge remote-tracking branch 'wiktorn/2ndary_axis'
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
Wiktor Niesiobedzki
c5096359ff
Removal of force_order - not needed in final solution
12 years ago
Wiktor Niesiobedzki
ec51633dc1
Fixed CSS declarations - this are needed for proper alignment of values on secondary y axis
12 years ago
Wiktor Niesiobedzki
35723ec6cf
Remove duplicated _secondary_min method
12 years ago
Wiktor Niesiobedzki
a51f34ab04
Remove secondary_box - not used in code
12 years ago
Wiktor Niesiobedzki
c2a0e49f9c
Remove surplus ","
12 years ago
Wiktor Niesiobedzki
ff8ff3677e
Remove surplus CSS declarations for secondary axis
12 years ago
Wiktor Niesiobedzki
118907a80b
Fix margin settings
12 years ago
Wiktor Niesiobedzki
5cae09dd7f
remove debug print
12 years ago
Wiktor Niesiobedzki
c379f0b6e3
Extend tooltips with x value.
12 years ago
Wiktor Niesiobedzki
0656ea628a
Added secondary axis support to Line
12 years ago
unknown
88f016f3ae
Merge branch 'master' of https://github.com/wiktorn/pygal into 2ndary_axis
12 years ago
Mounier Florian
db5e71d981
Merge pull request #17 from wiktorn/unlimited_x
...
x axis limiter for labels for line graph
12 years ago
Wiktor Niesiobedzki
4d78247aa5
x axis limiter for labels for line graph
12 years ago
Mounier Florian
aed7744996
Merge pull request #15 from aebrahim/notebook
...
add png visualization in ipython notebook
12 years ago
Mounier Florian
fc56b4b8ef
Merge pull request #16 from yobuntu/master
...
allow unicode in labels
12 years ago
Yohann Rebattu
54976b7923
Update pygal/util.py
12 years ago
Wiktor Niesiobedzki
29aa0bf0e2
Secondary axis support
12 years ago
Ali Ebrahim
17ec8971a3
add png visualization in ipython notebook
...
Add a _repr_png_ method to ghost to give a png preview of plots in the
notebook.
12 years ago
Guillaume Ayoub
b7b1d304bf
Fix one test
12 years ago
Mounier Florian
8d21746a5d
Merge pull request #12 from Kozea/skip-value-on-thin-slice
...
Pie graph: Do not show static values on slices with small angles.
12 years ago
Mounier Florian
d1da3a3794
Merge pull request #11 from Kozea/no-zero-slice
...
Pie graph: do not show slices of 0° angle.
12 years ago
Simon Sapin
e2448601b3
Pie graph: Do not show static values on slices with small angles.
...
The value of 0.3 radians is arbitrary and could be tweaked a bit.
12 years ago
Simon Sapin
4bfc676bcd
Pie graph: do not show slices of 0° angle.
...
These sometimes result in an ugly 1 pixel wide line.
12 years ago
Simon Sapin
55149680a3
Add a dots_size config.
12 years ago
Simon Sapin
52ca116368
Make filename optional in render_to_png()
...
In that case, CairoSVG returns a byte string.
12 years ago
Mounier Florian
f7bef77a24
Merge pull request #9 from Kozea/configurable-format
...
Make value formatting fully configurable (through a lambda).
12 years ago
Simon Sapin
46508dad65
Rename Config.value_format to value_formatter
12 years ago
Simon Sapin
c089679fac
Make value formatting fully configurable (through a lambda).
12 years ago
Simon Sapin
22c8998cc2
Remove unused import.
12 years ago
Simon Sapin
7c92a25e7a
Add .pyc and .egg-info to .gitignore.
12 years ago
Guillaume Ayoub
4583018ba7
Update tox config for Python 3.3
12 years ago
Florian Mounier
8676150aac
Bump 1.13.0
12 years ago
Florian Mounier
8d85ad3a0d
Fix a lot of logarithmic things
12 years ago
Florian Mounier
542624f682
Fix python 3.2
12 years ago
Florian Mounier
e76c398b0c
New no data
12 years ago