2
I Use This!
Activity Not Available

Commits : Listings

Analyzed 11 months ago. based on code collected 11 months ago.
Oct 27, 2024 — Oct 27, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merging Karel Kolman speed up branch. Improvements to the rendering speed. More... about 16 years ago
timeit.sh - times seriestest.py execution More... almost 17 years ago
seriestests.py nonrandom output via a command line argument (for comparing between versions) More... almost 17 years ago
compare.sh - script to compare PNG outputs from seriestest.py between two versions More... almost 17 years ago
another rotate(x), rotate(-x) pair replaced with save(), rotate() restore() sequence More... almost 17 years ago
use cairo save() and restore() methods instead instead of applying the identity matrix More... almost 17 years ago
- make ScatterPlot store the rotation matrix for horizontal labels, apply the matrix for each label instead of multiple rotate() calls More... almost 17 years ago
series.py: added More... about 17 years ago
cairoPlot.py: Series -> series; More... about 17 years ago
cairoplot.py: merging Magnun's code. Series, Group and Data input formats are now available; More... about 17 years ago
Fix in Series.py: Now comprehending [(0.5,5.5) , [(0,4),(6,8)] , (5.5,7) , (7,9)] as a list of groups More... over 17 years ago
Translated the Pie Plot, Donut Plot and the Gantt Chart. Fixed some mistakes in Series. More... over 17 years ago
Fixed some bugs in function plot and added another testfile (seriestest.py) in order to test the series and the retrocompatibility separately More... over 17 years ago
Added Series support in the following classes: BarPlot, HorizontalBarPlot and VerticalBarPlot More... over 17 years ago
Little changes in tests.py More... over 17 years ago
Restarted the work with cairoplot.py using the newest features from trunk More... over 17 years ago
Lots of new implementations in Series! Sorry, lost the count... More... over 17 years ago
Fixing file names to match the CairoPlot trunk: Renamed CairoPlot.py to cairoplot.py More... over 17 years ago
Removed series_test.py More... over 17 years ago
Removed the old cairoplot.py More... over 17 years ago
fixed range method and changed the way the Group process the lambdas More... over 17 years ago
cairoplot.py: Bug fixing on new color mode input More... over 17 years ago
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'. More... over 17 years ago
cairoplot.py: Removing debug code. More... over 17 years ago
cairoplot.py: Legends and pie pieces now start at the same angle thanks to Diego. More... over 17 years ago
Fully documented Series.py with doctest More... over 17 years ago
Added feature to use multiple functions (lambda) More... over 17 years ago
Created CairoPlot Class to manage some common properties between the graphs More... over 17 years ago
Uploading initial source files More... over 17 years ago
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. More... over 17 years ago