Any suggestions for making a bar graph that has its labels written vertically inside or on top of the bars? I need this because the labels I have are too big...
I have been unable to find any API concerning the labeling of JLineGraph* graphs. I would like to provide labeling for each data series, and along the x and y...
I was unable to get that API to work. After remounting the source to eclipse... I tried to invoke it upon a JLineGraph object, then I tried to invoke it upon...
Here are the method implementations for JLineGraph: protected void drawXLabel(Graphics g, double x, Point p) { double scaledX; if(xScaleType == LOG_SCALE) ...
Thank you so much, I got the series labeling to work. I was still hoping that you would have a way to implement series labeling. Something that would generate...
You mean like a legend/key? ... ___________________________________________________________ Yahoo! Photos – NEW, now offering a quality print service from...
Yes, Ultimately its important that the user knows what each data series represents. Something similar to what was done with the JSci package in the IBM...
Hi, I am trying to use JSci to create line graphs which dynamically plot the last 5 seconds of data obtained from various sensors. I have created a mock-up...
Hi, Yes, there is. You need to write your own Graph2DModel which fires GraphDataEvents with isIncrementalChange=true every time a new data point becomes...
Hi Mark, Sorry to be a bother. I am sort of new at the whole swing thing so I am still trying to learn. I tried to take your advice and I modified the...
Hi - Using JLineGraph, is there a way to only draw the x-axis, but not the y-axis? It doesn't look like it, and drawAxes() in JGraph2D is declared final, so I...
Afraid not, but I can rectify that :D (btw, drawAxes is final because it isn't very friendly to override). I've added setAxisLines(boolean x,boolean y) and ...
Hi, I'm working with multi variable data sets where I am taking measurements of multiple types of molecules at the same time periods. I want to be able to plot...
Yes, most graph classes support multiple data series. ... ___________________________________________________________ To help you stay safe and secure online,...
Hi Mark, what would be the easiest way to implement a legend/key? are there any examples which can be looked at without having to write alot of Java2d code?? ...
Hi, My suggestion would be to write it as a Swing component, and then add it to a layout manager along with the graph. A component something like (in ...
Does anyone know the algorithm used in the running median method, i.e. Turlach vs. Stuetzle or perhaps another method. I know, I know, I suppose I could get...
Let me know which it is, and I'll note it in the javadoc. public static double[] runningMedian(double[] v, int width) { if(v.length<width) throw new...
Hi, I'm working on the NetBeans integration of JSci. I'm not really sure how I could do the parsing right. My source is a InputSource and I need a way to...
Hi, I've committed to the CVS an updated MathMLParser class for you. I have added static translateXXX(Node node) methods. You can pass them the MathMLDocument ...
Hi Mark,
> I've committed to the CVS an updated MathMLParser
> class for you. I have added static translateXXX(Node
> node) methods. You can pass them the...
Hi everyone, i'm having hard times trying to get the JSci package to work. I've literally followed the instructions contained in the index.html file: 1-...
Try import JSci.maths.*; ... ___________________________________________________________ To help you stay safe and secure online, we've developed the all new...