root

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @170 [170] 18 months lgs Implement different color schemes. Fixes #29
(edit) @169 [169] 18 months lgs Big refactor about how the colors scheme are created and used. See #29
(edit) @168 [168] 18 months lgs Finish basic tests for stacked bar charts. Closes #27
(edit) @167 [167] 18 months lgs Add tests for vertical stacked bar charts. See #27
(edit) @166 [166] 18 months lgs Start adding new tests for stacked bars
(edit) @165 [165] 18 months lgs Remove forgoten comment
(edit) @164 [164] 18 months lgs Fix a couple of minor things
(edit) @163 [163] 18 months lgs Add support for stacked bar charts to chavier. See #27
(edit) @162 [162] 18 months lgs Support for horizontal stacked bars. See #27
(edit) @161 [161] 18 months lgs Remove some code by using the right inheritance. See #27
(edit) @160 [160] 18 months lgs Preliminary support for vertical stacked bar charts. See #27
(edit) @159 [159] 19 months adampycha Change version to 0.4.2 (I mistakingly put it as 0.4.3).
(edit) @158 [158] 19 months adampycha Bump version to 0.4.2
(edit) @157 [157] 19 months adampycha Bump version to 0.4.2
(edit) @156 [156] 19 months lgs Bump version number
(edit) @155 [155] 19 months lgs Remove the dev marker (and commit the Changelog because I forgot to do so …
(edit) @154 [154] 19 months lgs Update the Changelog
(edit) @153 [153] 19 months lgs 0.4.2 tag
(edit) @152 [152] 19 months adampycha Pie chart is now fixed so remove note about it being broken.
(edit) @151 [151] 19 months adampycha Add remaining options.
(edit) @150 [150] 19 months adampycha .static is needed to compile the docs
(edit) @149 [149] 19 months lgs Add an option to draw the y vals on the bars. See #22. Patch contributed …
(edit) @148 [148] 19 months lgs Update the copyright line and pep8ize the code
(edit) @147 [147] 19 months adampycha Add a README file for compiling documentation.
(edit) @146 [146] 19 months adampycha Remove version number from documentation.
(edit) @145 [145] 19 months lgs Import docs created by Adam Przywecki
(edit) @144 [144] 19 months lgs Rename the docs directory
(edit) @143 [143] 19 months lgs Pep8
(edit) @142 [142] 19 months lgs Fixes bug #15
(edit) @141 [141] 19 months lgs Test that shows the problem of ticket #15
(edit) @140 [140] 19 months lgs Change the copyright range and make all code pep8 compatible
(edit) @139 [139] 20 months lgs Index the ticks by xval and not name. This fixes a broken example
(edit) @138 [138] 20 months lgs Use the option labelFontSize when rendering the axis. Fixes #21
(edit) @137 [137] 22 months lgs Let buildbot to build the docs using epydoc
(edit) @136 [136] 22 months lgs Makes pyflakes happier
(edit) @135 [135] 22 months lgs Remove pyflakes warnings
(edit) @134 [134] 22 months lgs I think it was SElinux
(edit) @133 [133] 22 months lgs Let's see if the post commit hook works now
(edit) @132 [132] 22 months lgs Let's see if the post commit hook works now
(edit) @131 [131] 23 months lgs Small change to test the buildbot
(edit) @130 [130] 23 months lgs Move the version string to the pycha package so its available for …
(edit) @129 [129] 23 months lgs Rename the src directory to pycha so we can finally run the test in …
(edit) @128 [128] 23 months lgs Add svg support by changing the way we compute the surface dimensions
(edit) @127 [127] 23 months lgs Add svg support by changing the way we compute the surface dimensions
(edit) @126 [126] 23 months lgs Bump version number
(edit) @125 [125] 23 months lgs Distutils does not support non ascii characters :(
(edit) @124 [124] 23 months lgs Use unicode since we have non ascii characters in the CHANGES.txt file
(edit) @123 [123] 23 months lgs Remove dev marker
(edit) @122 [122] 23 months lgs 0.4.1 small fixes release
(edit) @121 [121] 23 months lgs Prepare CHANGES.txt for next release
(edit) @120 [120] 23 months lgs Add a test_suite option to setup.py so we can run the testsuite with the …
(edit) @119 [119] 23 months lgs Add a colon so the next paragraph in formatted as code
(edit) @118 [118] 23 months lgs Bump version number and prepare next release
(edit) @117 [117] 23 months lgs Remove the dev marker
(edit) @116 [116] 23 months lgs 0.4.0 tag
(edit) @115 [115] 23 months lgs Fix typo
(edit) @114 [114] 23 months lgs Prepare for release
(edit) @113 [113] 23 months lgs Entry point for chavier
(edit) @112 [112] 23 months lgs Remove whitespace
(edit) @111 [111] 23 months lgs Remove the interval option since it is not stricty neccesary
(edit) @110 [110] 23 months lgs Draw the dataset name and not the x value in the axis of a pie chart
(edit) @109 [109] 23 months lgs Some refactoring and support for negative values in line and bar charts. …
(edit) @108 [108] 2 years lgs Generation of random points and about dialog
(edit) @107 [107] 2 years lgs Add type information for the options so we can edit them
(edit) @106 [106] 2 years lgs This options is never used anywhere
(edit) @105 [105] 2 years lgs Add some comments
(edit) @104 [104] 2 years lgs Chart type switcher
(edit) @103 [103] 2 years lgs First version that actually draws charts
(edit) @102 [102] 2 years lgs Fix stupid typo in the str method of a Pie Chart. Patch by Stephane …
(edit) @101 [101] 2 years lgs Simple chart viewer for pycha. Not finished yet
(edit) @100 [100] 2 years lgs Allow the legend to be placed relative to the bottom or right edge. Patch …
(edit) @99 [99] 2 years lgs Refactor _renderAxis by using two auxiliar methods: _renderYAxis and …
(edit) @98 [98] 2 years lgs Add str method to the Area class
(edit) @97 [97] 2 years lgs Add str methods to make debugging easier. Inspired in a patch by …
(edit) @96 [96] 2 years lgs Kill the whitespace
(edit) @95 [95] 2 years lgs Improve readability by changing the order of a sum. Patch by Nicolas …
(edit) @94 [94] 2 years lgs Remove whitespace
(edit) @93 [93] 2 years lgs Do not overlap Y axis label with tick labels. Patch by jae_AT_zhar.net. …
(edit) @92 [92] 2 years lgs I forgot to give credits to my contributors :(
(edit) @91 [91] 2 years lgs Preparing next release
(edit) @90 [90] 2 years lgs Fix the version for this tag
(edit) @89 [89] 2 years lgs 0.3.0 Tag
(edit) @88 [88] 2 years lgs Getting ready for release
(edit) @87 [87] 2 years lgs Update the tutorial with a suggestion from a user
(edit) @86 [86] 2 years lgs Add a small release howto so I do not forget how to do it
(edit) @85 [85] 2 years lgs Update copyright note to include the 2008 year
(edit) @84 [84] 2 years lgs Update examples
(edit) @83 [83] 2 years lgs Renamed renderXLabel for renderXTick
(edit) @82 [82] 2 years lgs Support for rendering the ticks with rotation. Also support for drawing …
(edit) @81 [81] 2 years lgs Support for drawing the whole background in a solid color. Patch by jae. …
(edit) @80 [80] 2 years lgs Support for chart titles. Based on a patch by jae_AT_zhar.net. See #6
(edit) @79 [79] 2 years lgs Fix the y ticks when given explicitily. Fix #7, patch by jae_AT_zhar.net
(edit) @78 [78] 2 years lgs Automatically adjust the light of the color scheme based on the number of …
(edit) @77 [77] 2 years lgs Do not end the line at the end of the graph area if that dataset have …
(edit) @76 [76] 2 years lgs Make bar charts more robust by allowing datasets with just one point. …
(edit) @75 [75] 3 years lgs Simplify the Scatter Plot by inheriting from LineChart?
(edit) @74 [74] 3 years lgs Added support for Scatter Plot charts. Contributed by Tamas Nepusz …
(edit) @73 [73] 3 years lgs Refactor out the _updateChart method to the superclass and fix a rendering …
(edit) @72 [72] 3 years lgs Small svg graph for explaining some variables used in horizontal barcharts
(edit) @71 [71] 3 years lgs Rename the test function to reflect the type of chart it generates
Note: See TracRevisionLog for help on using the revision log.