Search found 25 matches

by fse
Wed Dec 17, 2003 4:40 pm
Forum: JFreeChart
Topic: Bar chart setBarWidth
Replies: 7
Views: 9836

hi folks,

i don't see any effect using
public void setMaxBarWidth(double percent)
and i tried out values between 500 and .005

this should narrow my bars am i right?

cu
frank
by fse
Tue Dec 16, 2003 3:04 pm
Forum: JFreeChart
Topic: How to change the order of items in the legend?
Replies: 2
Views: 3783

Re: How to change the order of items in the legend?

hi make__, i sort the items in the series i show in the chart and then i have my legend items sorted accordingly. bye frank Hi, How can I change the order of items in the legend without affecting the order of series in the diagram. I want to show the series in opposite order in the legend. How can I...
by fse
Thu Dec 04, 2003 1:51 pm
Forum: JFreeChart
Topic: BubbleChart & Performance
Replies: 4
Views: 6582

i found out more ...

hi david, the problem is the size of the matrix i use with the bubble chart. :!: a 30 x 30 matrix reduces significant the time and i think memory needed :) is there a way to store the matrix more efficient :?: cu frank waiting for a hint where to let his radar plot :idea: I haven't done much in the ...
by fse
Thu Nov 27, 2003 3:36 pm
Forum: JFreeChart
Topic: Radar Chart
Replies: 3
Views: 4915

do you use jfreechart >0.9.12? did you change the code as stated in the text?
fabrice wrote:I have already tested the radar of sergieth but it doesn't work well, the image is not displayed.
by fse
Wed Nov 26, 2003 5:26 pm
Forum: JFreeChart
Topic: [updated] migration 0.9.10 -> 0.9.14 CategoryLabelPositio
Replies: 1
Views: 3242

[updated] migration 0.9.10 -> 0.9.14 CategoryLabelPositio

rotation of category labels in 0.9.14 works with the jdk versions sun 1.4.? i tested 1.4.2 ibm 1.3.? i don't know which one exactly i tested it does not work with sun 1.3.1_7 and 1.3.1_9 (the most actual release) - frank hi, since 0.9.14 i have a problem with the manipulation of the category labels....
by fse
Tue Nov 25, 2003 3:46 pm
Forum: JFreeChart
Topic: BubbleChart & Performance
Replies: 4
Views: 6582

it becomes still worse

now my servertask crashes with an out of memory error between these log lines log.debug("..."); Date time = new Date(); ChartUtilities.writeBufferedImageAsPNG(out,getImage()); log.debug("time elapsed to write image "+(new Date().getTime()- time.getTime())+" millis"); i know, i try to isolate this be...
by fse
Tue Nov 25, 2003 2:42 pm
Forum: JFreeChart
Topic: Radar Chart
Replies: 3
Views: 4915

Re: Radar Chart

fabrice wrote:Hello;


I am looking forward to use with JfreeChart a radar graph fonctionnality and I would like to know if it is currently in developpment.

Thank you in advance

fabrice
http://www.jfree.org/phpBB2/viewtopic.p ... ight=radar
http://segieth.com/cgi/moin.py/MyLittleRadar
by fse
Mon Nov 24, 2003 5:46 pm
Forum: JFreeChart
Topic: plot.addDomainMarker(new Marker(VALUE));
Replies: 5
Views: 8204

sorry sf down 4 maintenance i'll try again tomorrow :-)

hi david, sorry sf is down for maintenance so here is the short sample that doesn't work as expected. i expect the markers d10 and r10 to be drawn at x=10 respectively y=10. but on my machine they are drawn at x~=3.8 / y~=1.4 ok tomorrow i'll put it in a bug report on sf import org.jfree.chart.Chart...
by fse
Wed Nov 19, 2003 10:43 am
Forum: JFreeChart
Topic: plot.addDomainMarker(new Marker(VALUE));
Replies: 5
Views: 8204

hmm not really

hi david, It is the data value - if the value you specify is not within the current axis range, then the marker (usually a line perpendicular to the axis) will not be visible. well that's what i expected but: http://www.segieth.com/cgi/uploads/Charting/attachments/ApolloChartServlet.png?ts=106923362...
by fse
Tue Nov 18, 2003 5:23 pm
Forum: JFreeChart
Topic: plot.addDomainMarker(new Marker(VALUE));
Replies: 5
Views: 8204

plot.addDomainMarker(new Marker(VALUE));

hi,

what does this VALUE stand for?
i observed that negative values are not drawn,
but if i set VALUE to 0 the marker isn't drawn at the side of the plot.

aditionally the range of marker values seem to differ from my range to my domain axis

totally confused ...

frank
by fse
Mon Nov 17, 2003 5:28 pm
Forum: JFreeChart
Topic: BubbleChart & Performance
Replies: 4
Views: 6582

BubbleChart & Performance

hi, i observed some strange performance differences between different charts. bubblechart take 1 second per bubble and i am just measuring the writeBufferedImage.. method. the "same" set of data visualized with a combined stackedbar and lineandshapechart take 6% of that time. is there a turbo boost ...
by fse
Thu Nov 13, 2003 1:39 pm
Forum: JFreeChart
Topic: Display unicode in chart
Replies: 2
Views: 4492

Re: Display unicode in chart

hi Thuan, i am not really sure if that'll help you, because you didn't state your problem, but the axis label: "npv in [T\u20AC]" displays as "npv in [T€]" have fun .. frank Hi everyone, I am firstly comming this forume. I hava a problem about unicode in chart. ex: Tháng Giêng Please help me, thanks...
by fse
Tue Nov 11, 2003 2:46 pm
Forum: JFreeChart
Topic: Is there a way to combine CategoryPlot and XYPlot
Replies: 3
Views: 7546

Is there a way to combine CategoryPlot and XYPlot

this is a recycled topic :-) i know but ....

is there a way to combine these different Plots? i need to draw a stacked bar chart with a step chart and don't know how to do it.

tia

frank
by fse
Thu Aug 21, 2003 2:00 pm
Forum: JFreeChart
Topic: single vertical line in vertical bar chart
Replies: 0
Views: 2825

single vertical line in vertical bar chart

i need to show a vertical marker, in a vertical bar chart. i tried with xyrenderer and category renderer in one plot but i did not make it.

can i draw a single custom (awt) line in the bar chart?

tia
frank
by fse
Fri Aug 01, 2003 8:14 am
Forum: JFreeChart
Topic: Radar
Replies: 21
Views: 27797

on this page you can find my work on the radar chart.
a running version i think u need 0.9.10
and the code of the 2 classes
http://www.segieth.com/cgi/moin.py/MyLittleRadar