Search found 86 matches

by arnaud
Tue Nov 09, 2004 4:40 pm
Forum: JFreeChart
Topic: You guys suck
Replies: 8
Views: 8611

... not to mention that David, Taqua and tons of other great people are spending much much time to answer questions in these forums making it become a free great knowledge base !

Are they payed for that ? Do they deserve such nice compliments as yours, Mr Anonymous ??

Arnaud
by arnaud
Mon Aug 16, 2004 9:30 am
Forum: JFreeChart
Topic: is possible to make a graphe camenbert with jFreeChart ?
Replies: 2
Views: 3894

Bonjour,

En anglais, cammenbert -> piechart.
Regarde les exemples et tu trouveras ton bonheur.

Arnaud
by arnaud
Mon Jul 26, 2004 10:17 am
Forum: JFreeChart
Topic: Saving JFree charts
Replies: 2
Views: 5625

Hello, Some more infos on this forum : How to export data into Excel from JFree chart? improve image quality/resolution on export Can I copy/paste the plot to clipperboard?? How to use charts with MS word/powerpoint ? I had made some tries to add a clipboard functionality to my swing app. As mention...
by arnaud
Mon Jul 19, 2004 10:31 am
Forum: JFreeChart
Topic: BAD Performance -> PNG Encoder
Replies: 4
Views: 8554

Hello, I had some issues concerning chart printing, and worked some time ago on a solution to improve chart resolution (cf topic ). The trouble was that, of course , it tooks more time to render an image with the same size but 300 dpi instead of screen resolution. However, as my application was not ...
by arnaud
Fri Feb 13, 2004 10:42 am
Forum: JFreeChart
Topic: Il y a des français dans le coin ?
Replies: 42
Views: 91671

Bonjour, Je ne suis pas sûr de bien comprendre la question... il manque un point à l'abscisse de 4, OK, mais qu'est-ce que vous voulez faire ? 1) afficher uniquement le 4 sur la graduation de l'axe ? -> il suffit de regarder du côté des TickUnits - cela permet de régler la gradation des axes 2) vous...
by arnaud
Wed Feb 11, 2004 6:46 pm
Forum: JFreeChart
Topic: Il y a des français dans le coin ?
Replies: 42
Views: 91671

Bonjour, Excuse-moi, je suis un peu rouillé côté acronymes, cela veut dire quoi XSP ? Si j'ai compris, tu veux utiliser JFreeChart en environnement JSP, c'est bien cela ? Pour essayer de répondre à ta question, JFreeChart est une librairie et l'objectif n'est pas de la découper en petits morceaux po...
by arnaud
Mon Feb 09, 2004 10:54 am
Forum: JFreeChart
Topic: American vs. Norwegian technology
Replies: 6
Views: 6937

Hello, More of that, David Gilbert, lead and main and developer and father of JFreeChart lives in England... I guess he's even english ! As You mention, David spends a lot of time answering questions in forum. Well, I do not have so much patience as he does. I did answer some question but quick get ...
by arnaud
Mon Feb 02, 2004 9:59 am
Forum: JFreeChart
Topic: JFreeChart and Windows install
Replies: 2
Views: 4486

Hello, JFreeChart is not a stand alone application, but a developpement library. Therefore, there is no windows installation... You just have to use it with your java development environment (Netbeans, Eclipse, Borland, text editor...). Hallo, JFreeChart is nicht ein Program aber ein "library" um zu...
by arnaud
Mon Feb 02, 2004 9:55 am
Forum: JFreeChart
Topic: text/label quality
Replies: 5
Views: 7914

Hello,

Please have a look at those topics : improve image quality/resolution on export and Bad quality when printing chart... [URGENT]
.

Regards,
Arnaud
by arnaud
Mon Feb 02, 2004 9:52 am
Forum: JFreeChart
Topic: uml charts
Replies: 1
Views: 3355

Hello,

Please have a look at this topic.

regards,
Arnaud
by arnaud
Mon Dec 08, 2003 10:31 am
Forum: JFreeChart
Topic: Il y a des français dans le coin ?
Replies: 42
Views: 91671

Bonjour, Si vous le souhaitez, je pense que David peut créer un sous-forum de JFreeChart, du même type que "JFreeChart - Stockmarket". Si on fait ça, il faut qu'il y ait un minimum d'intérêt et de messages... D'ailleurs, pour info, comment est-ce que vous utilisez JFC, est-ce que vous avez développé...
by arnaud
Mon Sep 22, 2003 8:25 pm
Forum: JFreeChart
Topic: PNGEncoder on zOS-system fails
Replies: 11
Views: 22254

Hello, Btw, I had submitted some time ago an RFE to be able to save chart in high resolution and was in the need to modify the PNGEncoder to specify the dpi resolution of the image. The changed file can be found at this RFE : [ 777515 ] High resolution images saving . Btw, I forwarded the changes to...
by arnaud
Mon Sep 22, 2003 8:00 pm
Forum: JFreeChart
Topic: JDBCCategoryDataset & Queries
Replies: 3
Views: 8065

Hello, The inside code can be found in org.jfree.data.JDBCCategoryDataset : [...] try { statement = con.createStatement(); resultSet = statement.executeQuery(query); metaData = resultSet.getMetaData(); [...] So you're right. But that feature is also very interesting as it permits you to complete you...
by arnaud
Mon Sep 22, 2003 7:52 pm
Forum: JFreeChart
Topic: New Bie : I would like to display xaxis labels to integers
Replies: 1
Views: 4483

Hello,

Have a look at tickUnits and org.jfree.chart.axis.NumberAxis.setTickUnit(NumberTickUnit unit);

Regards,

Arnaud
by arnaud
Mon Sep 22, 2003 7:49 pm
Forum: JFreeChart
Topic: cann't find org.jfree.chart.LocalizationBundle
Replies: 1
Views: 4833

Hello,

Please have a look at this topic.

Regards,
Arnaud

PS : please take the habbit to use the search function on this forum.