lp://staging/~runeks/cairoplot/bug306396
- Get this branch:
- bzr branch lp://staging/~runeks/cairoplot/bug306396
Branch merges
Branch information
Recent revisions
- 42. By Rune K. Svendsen
-
* Fix bug #306396: define a minimum distance between the labels for the X-axis, and don't draw the next label unless it's at least this distance from the previously drawn label
- 41. By Rodrigo Moreira Araújo
-
Merging Karel Kolman speed up branch. Improvements to the rendering speed.
- 39. By Rodrigo Moreira Araujo <rodrigo@scrooge>
-
cairoPlot.py: Series -> series;
seriestests.py: Series -> series;
series.py: module naming correction;
setup.py: added Series. - 38. By Rodrigo Moreira Araujo <rodrigo@scrooge>
-
cairoplot.py: merging Magnun's code. Series, Group and Data input formats are now available;
Series.py: added new module;
seriestests.py: new test script for Series, Group and Data objects. - 36. By Rodrigo Moreira Araujo <rodrigo@scrooge>
-
cairoplot.py: Modifying color input system. It's now possible to input colors using the method: color = (r,g,b,a,mode) where the mode stands for 'linear', 'radial' or 'solid'.
For the Scatter family (Scatter, DotLine and Function), only solid colors are used independently of which mode is passed.
For the Bar family, only linear and solid colors are used. If 'radial' is passed, 'linear' will be used.
For the Pie family (Pie and Donut), only radial and solid colors will be used. If 'linear' is passed, 'radial' will be used. - 34. By Rodrigo Moreira Araujo <rodrigo@scrooge>
-
cairoplot.py: Legends and pie pieces now start at the same angle thanks to Diego.
- 33. By Rodrigo Moreira Araujo <rodrigo@scrooge>
-
CairoPlot.py: The series_labels parameter is now enabled for BarPlot charts. Whenever it's present, a legend box is plotted on the right upper corner.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)