<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to support-requests</title><link>https://sourceforge.net/p/chart2d/support-requests/</link><description>Recent changes to support-requests</description><atom:link href="https://sourceforge.net/p/chart2d/support-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Mon, 30 Apr 2007 16:30:52 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/chart2d/support-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>axis labels</title><link>https://sourceforge.net/p/chart2d/support-requests/70/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi all, &lt;/p&gt;
&lt;p&gt;i 'm using chart2d library to create my own graphs and i was wondering how can i place the labels of x-axis vertically. i 've read the tutorial, but found nothing about this.&lt;/p&gt;
&lt;p&gt;any help would be welcome&lt;/p&gt;
&lt;p&gt;Thanx in advance.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">javula</dc:creator><pubDate>Mon, 30 Apr 2007 16:30:52 -0000</pubDate><guid>https://sourceforge.netd47eb6a71d3625283778a04f9dca1649ff0ab39f</guid></item><item><title>Release on Maven2's ibiblio repository</title><link>https://sourceforge.net/p/chart2d/support-requests/69/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;&lt;a href="http://www.ibiblio.org/maven2" rel="nofollow"&gt;http://www.ibiblio.org/maven2&lt;/a&gt; is a huge repository of&lt;br /&gt;
open source Java libraries. Many projects have switched&lt;br /&gt;
ANT (ant.apache.org) for Maven 2 (maven.apache.org).&lt;br /&gt;
Maven2 allows for automatic downloading of the Ibiblio&lt;br /&gt;
repository.&lt;/p&gt;
&lt;p&gt;You can make upload requests both with an ANT task or&lt;br /&gt;
Maven 2 itself (but the later would require you to&lt;br /&gt;
configure maven2 for your project).&lt;/p&gt;
&lt;p&gt;More motivation here:&lt;br /&gt;
&lt;a href="http://maven.apache.org/project-faq.html" rel="nofollow"&gt;http://maven.apache.org/project-faq.html&lt;/a&gt;&lt;br /&gt;
How to upload here:&lt;br /&gt;
&lt;a href="http://maven.apache.org/guides/mini/guide-ibiblio-upload.html" rel="nofollow"&gt;http://maven.apache.org/guides/mini/guide-ibiblio-upload.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;PS: Maven 2 is great for building, dependency&lt;br /&gt;
management, documentation, continues integration, etc,&lt;br /&gt;
consider using it too :)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Geoffrey De Smet</dc:creator><pubDate>Thu, 02 Mar 2006 08:08:54 -0000</pubDate><guid>https://sourceforge.netb3527ce264c05bc4bc4fbad96f4eea490c3cf9fa</guid></item><item><title>Is Chart2D feasible for my project?</title><link>https://sourceforge.net/p/chart2d/support-requests/68/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I'm currently working on a large final year project.&lt;br /&gt;
The aim is to create a Sound Analyzer using Netbeans &lt;br /&gt;
and Java to create a GUI that can of firstly &lt;br /&gt;
displaying data in graph form loaded from a file, and &lt;br /&gt;
later to take an input from a microphone and display &lt;br /&gt;
that data.  The sound data will be viewable in the &lt;br /&gt;
time and frequency domains using Fast Fourier &lt;br /&gt;
Transform.&lt;/p&gt;
&lt;p&gt;I've looked at the other packages (JFree, MagPlot), &lt;br /&gt;
and am trying to decide which would be best suited.&lt;br /&gt;
MagPlot, is capable of dynamic charting, which would &lt;br /&gt;
be useful but not essential for when it comes to the &lt;br /&gt;
coding for the mic.&lt;br /&gt;
Problem is, I'm not great a Java and can't really tell &lt;br /&gt;
which is the best long term option because I'm moving &lt;br /&gt;
pretty slowly with it.  I can't actually test MagPlot &lt;br /&gt;
because one of the libraries it needs (JSX) is nowhere &lt;br /&gt;
to be found....So basically I'd like to know if anyone &lt;br /&gt;
experienced in any these packages (or any others) &lt;br /&gt;
could tell which would be best.&lt;/p&gt;
&lt;p&gt;Any help appreciated&lt;/p&gt;
&lt;p&gt;Robin&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">SteveAngello</dc:creator><pubDate>Wed, 01 Mar 2006 22:57:24 -0000</pubDate><guid>https://sourceforge.net907512e06c3cd57955946565065a6be2dbc19f23</guid></item><item><title>Number Labels</title><link>https://sourceforge.net/p/chart2d/support-requests/67/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi everyone,&lt;/p&gt;
&lt;p&gt;i am new to Chart2D and i have discovered some&lt;br /&gt;
"strange" behaviour. Currently i am using LLCharts&lt;br /&gt;
cause i am having&lt;br /&gt;
very long labels for the Axis.&lt;br /&gt;
The first "problem" is, that the bars drawn, sometimes&lt;br /&gt;
dont reach the correct value.&lt;br /&gt;
For example if have data like this:&lt;br /&gt;
{2, 4, 8, 2, 2}&lt;br /&gt;
In this case only the values 4 and 8 reach the correct&lt;br /&gt;
labels of&lt;br /&gt;
the x-Axis and the values of 2 somehow stop between values&lt;br /&gt;
1 &amp;amp; 2 of the x-Axis.&lt;br /&gt;
But i have no clue why ... do i have to set a secial&lt;br /&gt;
value?!?&lt;/p&gt;
&lt;p&gt;Second problem is:&lt;br /&gt;
Somehow the labels of the number axis, dont behave the&lt;br /&gt;
way i thought. For example if i am have a exisitng&lt;br /&gt;
chart with already inserted dataset. In the next step i&lt;br /&gt;
exchange this dataset, by removing old one and adding&lt;br /&gt;
new one with some greater values.&lt;br /&gt;
Let say the datasets new max value is 20 and i set&lt;br /&gt;
explizitly&lt;/p&gt;
&lt;p&gt;graph2DProps.setNumbersAxisNumLabels((int)dataset.getGreatest()+1);&lt;/p&gt;
&lt;p&gt;Somehow there are not number labels beginning with 0 to&lt;br /&gt;
20 with&lt;br /&gt;
step size of 1. Can i set explizitly that the step size&lt;br /&gt;
should be one?!? Especially i would like to be able to&lt;br /&gt;
choose the step&lt;br /&gt;
size explizitly ... this would be very confortable, but&lt;br /&gt;
i didnt find&lt;br /&gt;
some like setStepSize within Graph2DProperties.&lt;/p&gt;
&lt;p&gt;Sincerely &lt;br /&gt;
Sirrurg&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">sirrurg</dc:creator><pubDate>Fri, 18 Mar 2005 11:11:53 -0000</pubDate><guid>https://sourceforge.netdda10c494db02cffa2e62a100762552ec3b75cf4</guid></item><item><title>can i delete this gap???</title><link>https://sourceforge.net/p/chart2d/support-requests/66/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;hello everyone! Im useing Chart2D not that long... n i &lt;br /&gt;
want to ask is there any ways to delete gap between &lt;br /&gt;
bars in vertical bars chart? Thanks!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Wander</dc:creator><pubDate>Tue, 18 Jan 2005 12:20:37 -0000</pubDate><guid>https://sourceforge.net40a1be8bbdb065a47e165683075a08d14556fcfe</guid></item><item><title>applet notinited</title><link>https://sourceforge.net/p/chart2d/support-requests/65/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Thanks for sharing Chart2D. I am trying to use the &lt;br /&gt;
LBChart2DFrameDemo, specifically I use &lt;br /&gt;
only 'getChart2DDemoF()'. (Line chart). In this I am &lt;br /&gt;
trying to insert new values to dataset and execute it. &lt;/p&gt;
&lt;p&gt;for the x-axis and y-axis values i get data from different &lt;br /&gt;
files and store them as integer and float arrays &lt;br /&gt;
respectively. I pass them as parameters to &lt;br /&gt;
dataset(0,count,0)  and also to set the dataset values I &lt;br /&gt;
use, dataset.set(0,x-axis,0,y-axis).&lt;/p&gt;
&lt;p&gt;THe program compiles without any error. However, when &lt;br /&gt;
i run the applet, it says "Applet LBChart2DFrameDemo &lt;br /&gt;
notinited". I found some solutions for this kind of &lt;br /&gt;
problem in the internet, which says one should delete all &lt;br /&gt;
old files and try once again, and the applet would load &lt;br /&gt;
properly. &lt;/p&gt;
&lt;p&gt;But it dosen't. I am not sure what is the error, my code &lt;br /&gt;
dosent have any bug or error, when i run it as a &lt;br /&gt;
separate program / applet it works fine. But when i add &lt;br /&gt;
the values to DATASET it complies OKay, but dosen't &lt;br /&gt;
show the applet and i get "Applet LBChart2DFrameDemo &lt;br /&gt;
notinited".&lt;/p&gt;
&lt;p&gt;I can't make out why this happens! &lt;br /&gt;
Any help would be appreciated. &lt;/p&gt;
&lt;p&gt;Pathma&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pathma Rathinavelu</dc:creator><pubDate>Fri, 20 Aug 2004 17:22:25 -0000</pubDate><guid>https://sourceforge.net0e32f639ca9bbaaaf2ad97e335b37652d2d708f9</guid></item><item><title>Help With Pie Charts</title><link>https://sourceforge.net/p/chart2d/support-requests/64/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Thank you for creating and sharing&lt;br /&gt;
your Java Charting Components.&lt;br /&gt;
I am trying to use the Pie Charts&lt;br /&gt;
and I am getting the following error:&lt;/p&gt;
&lt;p&gt;java.lang.ArrayIndexOutOfBoundsException: 1&lt;br /&gt;
at&lt;br /&gt;
net.sourceforge.chart2d.VerticalTextListArea.paintComponent(Compiled&lt;br /&gt;
Code)&lt;br /&gt;
at&lt;br /&gt;
net.sourceforge.chart2d.LegendArea.paintComponent(Compiled&lt;br /&gt;
Code)&lt;br /&gt;
at&lt;br /&gt;
net.sourceforge.chart2d.ChartArea.paintComponent(Compiled&lt;br /&gt;
Code)&lt;br /&gt;
at&lt;br /&gt;
net.sourceforge.chart2d.PieChartArea.paintComponent(Compiled&lt;br /&gt;
Code)&lt;br /&gt;
at&lt;br /&gt;
net.sourceforge.chart2d.PieChart2D.updateImage(PieChart2D.java:388)&lt;br /&gt;
at&lt;br /&gt;
net.sourceforge.chart2d.PieChart2D.paintComponent(PieChart2D.java:332)&lt;br /&gt;
at javax.swing.JComponent.paint(Compiled Code)&lt;br /&gt;
at&lt;br /&gt;
javax.swing.JComponent.paintChildren(Compiled Code)&lt;br /&gt;
at javax.swing.JComponent.paint(Compiled Code)&lt;br /&gt;
at&lt;br /&gt;
javax.swing.JComponent.paintChildren(Compiled Code)&lt;br /&gt;
at javax.swing.JComponent.paint(Compiled Code)&lt;br /&gt;
at&lt;br /&gt;
javax.swing.JComponent.paintChildren(Compiled Code)&lt;br /&gt;
at javax.swing.JComponent.paint(Compiled Code)&lt;br /&gt;
at&lt;br /&gt;
javax.swing.JComponent.paintChildren(Compiled Code)&lt;br /&gt;
at javax.swing.JComponent.paint(Compiled Code)&lt;br /&gt;
at&lt;br /&gt;
javax.swing.JComponent.paintChildren(Compiled Code)&lt;br /&gt;
at javax.swing.JComponent.paint(Compiled Code)&lt;br /&gt;
at&lt;br /&gt;
javax.swing.JComponent.paintChildren(Compiled Code)&lt;br /&gt;
at javax.swing.JComponent.paint(Compiled Code)&lt;br /&gt;
at&lt;br /&gt;
javax.swing.JComponent.paintChildren(Compiled Code)&lt;br /&gt;
at javax.swing.JComponent.paint(Compiled Code)&lt;br /&gt;
at&lt;br /&gt;
javax.swing.JComponent.paintChildren(Compiled Code)&lt;br /&gt;
at javax.swing.JComponent.paint(Compiled Code)&lt;br /&gt;
at javax.swing.JLayeredPane.paint(Compiled&lt;br /&gt;
Code)&lt;br /&gt;
at&lt;br /&gt;
javax.swing.JComponent.paintChildren(Compiled Code)&lt;br /&gt;
at javax.swing.JComponent.paint(Compiled Code)&lt;br /&gt;
at java.awt.Container.paint(Compiled Code)&lt;br /&gt;
at&lt;br /&gt;
sun.awt.motif.MComponentPeer.handleEvent(Compiled Code)&lt;br /&gt;
at&lt;br /&gt;
java.awt.Component.dispatchEventImpl(Compiled Code)&lt;br /&gt;
at&lt;br /&gt;
java.awt.Container.dispatchEventImpl(Compiled Code)&lt;br /&gt;
at java.awt.Window.dispatchEventImpl(Compiled&lt;br /&gt;
Code)&lt;br /&gt;
at java.awt.Component.dispatchEvent(Compiled&lt;br /&gt;
Code)&lt;br /&gt;
at java.awt.EventQueue.dispatchEvent(Compiled&lt;br /&gt;
Code)&lt;br /&gt;
at&lt;br /&gt;
java.awt.EventDispatchThread.pumpOneEvent(Compiled&lt;br /&gt;
Code)&lt;br /&gt;
at&lt;br /&gt;
java.awt.EventDispatchThread.pumpEvents(Compiled Code)&lt;br /&gt;
at&lt;br /&gt;
java.awt.EventDispatchThread.run(EventDispatchThread.java:83)&lt;/p&gt;
&lt;p&gt;Would you know off-hand what would cause this&lt;br /&gt;
or do you need me to post the code?&lt;/p&gt;
&lt;p&gt;Zeldy Stern&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Zeldy Stern</dc:creator><pubDate>Sun, 08 Feb 2004 14:14:56 -0000</pubDate><guid>https://sourceforge.net4cd552f08815c92b212ec7c3188e8e044facc6d5</guid></item><item><title>ArrayIndexOutOfBoundsException with line graphs</title><link>https://sourceforge.net/p/chart2d/support-requests/63/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hello,&lt;br /&gt;
I seem to be too stupid to figure that out on my own :-/&lt;br /&gt;
Every time I insert these two lines:&lt;br /&gt;
graphProps.setGraphBarsExistence(false);&lt;br /&gt;
graphProps.setGraphLinesExistence(true);&lt;br /&gt;
I get an ArrayIndexOutOfBoundsException ...&lt;br /&gt;
My properties:&lt;/p&gt;
&lt;p&gt;GraphProperties graphProps = new GraphProperties();&lt;br /&gt;
graphProps.setGraphBarsExistence(false);&lt;br /&gt;
graphProps.setGraphLinesExistence(true);&lt;/p&gt;
&lt;p&gt;My dataset looks like that:&lt;br /&gt;
Dataset dataset = new Dataset(1, monat, 4);&lt;br /&gt;
for(int i = 1;i&amp;amp;lt;monat;i++) {&lt;/p&gt;
&lt;p&gt;dataset.set(0, i, 0, out[i][2]); //the&lt;br /&gt;
last value is float&lt;br /&gt;
dataset.set(0, i, 1, out[i][3]);//the&lt;br /&gt;
last value is float&lt;br /&gt;
dataset.set(0, i, 2, out[i][4]); //the&lt;br /&gt;
last value is float&lt;br /&gt;
dataset.set(0, i, 3, out[i][5]);  //the&lt;br /&gt;
last value is float&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;Thank you for helping me,&lt;br /&gt;
Sebastian&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sebastian Kurfürst</dc:creator><pubDate>Tue, 23 Dec 2003 13:20:39 -0000</pubDate><guid>https://sourceforge.net83e9322d33f77b7aec6d1b01aad722124208d195</guid></item><item><title>Get error when deployed on different system</title><link>https://sourceforge.net/p/chart2d/support-requests/62/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hello. I'm using version 1.9.6 (the latest version).&lt;/p&gt;
&lt;p&gt;I've created a servlet that uses Chart2D to create a jpg &lt;br /&gt;
that outputs to a web page. When running on my local &lt;br /&gt;
system (NT 4 using Tomcat 3.2.2) everything works fine.&lt;/p&gt;
&lt;p&gt;When I deploy to a remote server running Linux and &lt;br /&gt;
Tomcat 3.2.3 and then run my app, I get the following &lt;br /&gt;
error:&lt;/p&gt;
&lt;p&gt;Internal Servlet Error:&lt;/p&gt;
&lt;p&gt;java.lang.NoClassDefFoundError&lt;/p&gt;
&lt;p&gt;at java.lang.Class.ForName0(Native Method)&lt;br /&gt;
at java.lang.Class.forName(Class.java:140)&lt;br /&gt;
java.awt.GraphicsEnvironment.getLocalGraphicsEnvironme&lt;br /&gt;
nt(GraphicsEnvironment.java:62)&lt;br /&gt;
...&lt;/p&gt;
&lt;p&gt;Do you think the remote Tomcat server is missing &lt;br /&gt;
requisite classes?  Perhaps classes that support &lt;br /&gt;
java.awt graphics?&lt;/p&gt;
&lt;p&gt;Thanks for your help.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ken Remedios</dc:creator><pubDate>Sat, 27 Sep 2003 00:45:29 -0000</pubDate><guid>https://sourceforge.net5da91d49894a29c60da6e10e29c28cc223841f2d</guid></item><item><title>Encode charts to images</title><link>https://sourceforge.net/p/chart2d/support-requests/61/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;How can I encode the charts into images&lt;br /&gt;
like any jpeg/gif...?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shankar</dc:creator><pubDate>Mon, 24 Feb 2003 11:01:51 -0000</pubDate><guid>https://sourceforge.net2bd526eeef4694087281d942cf85fc31c49dbbe7</guid></item></channel></rss>