You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CPBarPlot class is for plotting bar and histogram plots. It should support
bindings and the data
source pattern, and have APIs similar to the CPScatterPlot class.
It should be possible to plot multiple data sets in a single bar graph (eg with
different colored bars
for each set). Multiple data sets could probably be handled as multiple
instances of CPBarPlot, each
with some drawing offset.
The data source should only need to supply the height of the bars, not the x
values. The CPBarPlot
class should have properties that can be used to determine the location of the
bars in x (eg location
of first bar and separation of bars).
Original issue reported on code.google.com by drewmcco...@mac.com on 12 May 2009 at 7:15
The text was updated successfully, but these errors were encountered:
It would be good to have an optional 'overlay' fill for bar plots. This would
enable people to use images and
gradients to make shiny bars, and the like.
Original comment by drewmcco...@mac.com on 9 Jun 2009 at 4:51
Original issue reported on code.google.com by
drewmcco...@mac.com
on 12 May 2009 at 7:15The text was updated successfully, but these errors were encountered: