ISO scientific graphing package

Hello
I'm looking for a tool to graph ( bar, line, histogram, 3d scatter plot ) and display hierarchical clusters for scientific data ( microarray ).
I've already found: jfreechart, jopenchart, genespring, gene sight, nViZn, ... It seems that anything with more features than jopenchart is a standalone application. I need a package that can run in a webserver.
thanks

JFreeChart can be used for servlets or JSP. But it won't do a 3D scatter plot.
Regards,
Dave Gilbert
JFreeChart Project Leader
P.S. URL for anyone that wants it:
http://www.jfree.org/jfreechart/index.html

Similar Messages

  • Most scientific python packages broken

    After the update to 2.6, packages such as numpy, scipy, matplotlib, etc are not working anymore. I get the following error in ipython when trying to import any one of them.
    In [1]: import numpy
    ImportError Traceback (most recent call last)
    /home/msid/<ipython console> in <module>()
    /usr/lib/python2.5/site-packages/numpy/__init__.py in <module>()
    123 return loader(*packages, **options)
    124
    --> 125 import add_newdocs
    126 __all__ = ['add_newdocs']
    127
    /usr/lib/python2.5/site-packages/numpy/add_newdocs.py in <module>()
    7 # core/fromnumeric.py, core/defmatrix.py up-to-date.
    8
    ----> 9 from lib import add_newdoc
    10
    11 add_newdoc('numpy.core', 'dtype',
    /usr/lib/python2.5/site-packages/numpy/lib/__init__.py in <module>()
    2 from numpy.version import version as __version__
    3
    ----> 4 from type_check import *
    5 from index_tricks import *
    6 from function_base import *
    /usr/lib/python2.5/site-packages/numpy/lib/type_check.py in <module>()
    6 'common_type']
    7
    ----> 8 import numpy.core.numeric as _nx
    9 from numpy.core.numeric import asarray, asanyarray, array, isnan, \
    10 obj2sctype, zeros
    /usr/lib/python2.5/site-packages/numpy/core/__init__.py in <module>()
    3 from numpy.version import version as __version__
    4
    ----> 5 import multiarray
    6 import umath
    7 import _internal # for freeze programs
    ImportError: libpython2.5.so.1.0: cannot open shared object file: No such file or directory
    I even tried reinstalling them, but the packages always install in the python2.5 directory . Is a recompilation needed in the repositories?

    Profjim wrote:
    What do you mean, make it use python2.5? It only gets loaded by an already-running Python interpreter, there's no way that numpy can change the version of the interpreter that's loading it.
    What you can control is: (1) keep a copy of python2.5 on your machine, and (2) install numpy in the /usr/lib/python2.5/site-packages folder. (2) is easy: just tweak the numpy PKGBUILD to make sure that the python interpreter that's doing the install is itself 2.5. (1) is of course doable but I think will be more work---that is, if you also want to upgrade to python2.6. You're going to have to rewrite the python PKGBUILDs to enable you to have different versions side-by-side. Or, you could just let pacman upgrade to python2.6, and install python2.5 from source in /usr/local/bin (without using pacman).
    When someone has gotten (debugged) PKGBUILD tweaks that install different versions of Python beside each other, please share the love.
    Numpy is already installed in python2.5/site-packages, but when I try to import it in ipython, I get the error
    ImportError: libpython2.5.so.1.0: cannot open shared object file: No such file or directory
    And since there is no python2.5 in the repos, only 2.4, I guess I will have to install that.
    Last edited by sidc (2008-11-04 08:01:48)

  • Chart /  graph package

    Hi,
    can anyone suggest some good charting / graphs apis/tools that could be used for browser ( image based or through applets ).
    Thanks

    You can try JFreeChart:
    http://www.jfree.org/jfreechart/index.html
    JFreeChart is free software under the terms of the GNU LGPL. We sell commercial support and documentation to help fund the project.
    Regards,
    Dave Gilbert
    JFreeChart Project Leader

  • HC - A scientific, graphing, supp complex nums CLI and GUI calculator

    I uploaded all three packages to AUR! Please use the PKGBUILDs there if you want to install this now. Thanks a lot goran'agar and foutrelis for help with the PKGBUILDs.
    AUR links:
    mapm : http://aur.archlinux.org/packages.php?ID=32319
    hc : http://aur.archlinux.org/packages.php?ID=32321
    hcg : http://aur.archlinux.org/packages.php?ID=32320
    UPDATE (28.2.2010) : I now also finally have a github account where you can find the newest version of hc (cli only) which obviously has all the newest things I implemented but on the other hand it may be unstable. Anyway, here's the link : http://github.com/houbysoft/hc
    Hello ArchLinux users,
    some time ago, I was a little unsatisfied with existing calculators (either it was too memory/CPU-consuming (it had to work well, among others, on a 128MB RAM computer), or it lacked the functions I needed (f.ex. nCr and nPr)), and so I decided to write my own command-line (now there also is a GUI version) calculator.
    Here is a little description:
    The goal of this program is to provide an open source calculator with a
    simple and easy-to-use interface, similar to a command prompt, but a lot of
    options and a multitude of functions.
    You can also type "help" in the command prompt if you need any help - or
    contact me here.
    There are two major versions of HC -- a CLI (command line interface) and a
    GUI (graphical user interface).
    To get you an idea, have some screenshots:
    CLI version
    GUI version
    I thought some of you might like it, so I posted it here. It is of course open source (GPL v3) and cross-platform (precompiled for Linux and Windows).
    The calculator's homepage is
    http://houbysoft.com/hc/
    If you're interested, you'll find a lot more details there.
    Please post some feedback/criticism etc.; also please report any bugs - I started this project ~2 months ago so it is not yet completely stable and complete.
    Thanks for reading, give it a try!
    Last edited by y27 (2010-03-01 01:24:13)

    goran'agar wrote:I'm not able to create any PKGBUILD for the application itself as the website executes a php script before allowing the download.
    Thanks a lot, I'll test it out soon.
    If you'd help me with the PKGBUILD for my app itself, the full links are:
    http://houbysoft.com/download/hc-VERSION-TYPE.tar.gz
    where VERSION is the version number, so for example 0.4.2, and TYPE is either linux or src.
    I'm not sure which format of URLs is needed so please ask me if you need something else.
    Also, for windows versions, the urls are:
    http://houbysoft.com/download/hc-VERSION-win.[b]zip[/b]
    (in case you care).
    tomd123 wrote:Feature requests: variable assignment and function declaration.
    BTW, have you considered using the python interpretor for your calculations? If the functions you need aren't already in it, you can easily add them.
    Functions and variables:
    I'll put it on my roadmap
    For the python interpreter : yes, I did, but dismissed it because:
    - it's not very convenient - you have to retype stuff to floats if you don't want only integer results
    - it's slow (again, this had to work and take a very small amount of CPU and memory on a 333MHz and 128 MB RAM system), and in algorithms where speed is crucial this would be even more of a concern
    - I know about psyco to speed it up, but AFAIK it doesn't work on 64bit processors
    - I wanted it to be small and minimalistic, installing a python distribution imo isn't
    - I like programming, writing a calculator is fun

  • [svn] 1176: compiler: moving all the graphing classes to...

    Revision: 1176
    Author: [email protected]
    Date: 2008-04-10 10:38:20 -0700 (Thu, 10 Apr 2008)
    Log Message:
    compiler: moving all the graphing classes to... the util.graph package (ala asc)!
    Bugs: n/a
    QA: No
    Doc: No
    Modified Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/CompilerAPI.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/SwcMovie.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/linker/ConsoleApplication.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/linker/DependencyWalker.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/linker/FlexMovie.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/linker/SimpleMovie.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/tools/oem/Project.java
    Added Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/util/graph/
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/util/graph/Algorithms.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/util/graph/DependencyGraph.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/util/graph/Edge.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/util/graph/Graph.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/util/graph/Vertex.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/util/graph/Visitor.java
    Removed Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/DependencyGraph.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/util/Algorithms.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/util/Edge.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/util/Graph.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/util/Vertex.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/util/Visitor.java

    We had this same case. I used web adi to moved the the classes to the right catalogues/offerings. Use the OTA_EVENT_API.UPDATE_CLASS procedure and OTA_EVENTS_V view to get all class listings. Find the right activity_version_id and parent_offering_id of the catalogue you want the classes to moved to. Use this values to change the values of the activity_version_id and parent_offering_id of the classes you will be moving.

  • Animating a line graph

    Dear javafx coders
    I am a physics teacher in London and I am trying to learn JFX so that I can make animations for use in lessons. I don't know much about programming, but so far I have successfully managed to animate a circle which oscillates up and down (please see code below):
    package javafxapplication22;
    import javafx.stage.Stage;import javafx.scene.Scene;
    import javafx.scene.Node;import javafx.scene.shape.Circle;
    import javafx.animation.Timeline;import javafx.animation.KeyFrame;
    import javafx.scene.input.*;import javafx.animation.*;
    import javafx.scene.*;import javafx.animation.transition.*;
    import javafx.scene.shape.*;import javafx.scene.paint.*;
    import javafx.scene.transform.*;import javafx.stage.*;
    import javafx.scene.control.*; import javafx.scene.text.Text;*
    *import javafx.scene.Scene;import javafx.scene.text.Text;*
    *import javafx.scene.text.Font;*
    *var yold:Number=100; //old y pos*
    *var ynew:Number=100; //new y pos*
    *var yvel:Number=5; //y velocity*
    *var yacc:Number=0; // y acceleration*
    *var freq=0.001; //frequency of oscillation*
    *var time = Timeline {*
    *repeatCount: javafx.animation.Timeline.INDEFINITE // never stop*
    *keyFrames: for (i in [30..40])*
    *javafx.animation.KeyFrame*
    *time: 100ms*indexof i // each frame is 100ms apart*
    *action: function ()*
    *yacc=-39.48*freq*(yold-100); //calculate acceleration
    yvel=yvel+yacc; //update velocity
    ynew=yold+yvel; //update position
    MoveTo {x: 200+i*10 y: yold absolute: false} //graph from old position ...
    LineTo {x: 200+(i+1)*10 y: ynew absolute: false} //..to new
    yold=ynew;
    Stage {
    scene: Scene {
    width: 400
    height: 200
    content: [
    Circle {
    centerX: 100;
    centerY: bind ynew,
    radius:20,
    onMousePressed: function(e:MouseEvent) { time.play(); }
    } The circle behaves as expected and oscillates up and down. However, I would also like to graph its motion beside it (using moveTo and lineTo, you can see these two lines above) but no lines at all appear on the screen. The idea is that on each new frame a portion of the line graph is added (i.e. from the old y position to the new y position, also adding on an equal x increment each time as we move along the time axis.
    Any help on this would be really appreciated - I am very keen to move away from technologies such as Flash, but at the moment I am finding JFX a bit difficult.
    Thank you
    Matt Klein

    aheem...well! then how about this animation...I think I know what you are trying to do then. If I'm not mistaken, you are trying to do what the Ti-83 can do when graphing.
    Well! here is an idea on how I would do a simple animation on a graph
        This is an animation graph
    package animationgraph;
    import javafx.stage.Stage;
    import javafx.scene.Scene;
    import javafx.scene.chart.LineChart;
    import javafx.scene.chart.part.NumberAxis;
    import javafx.animation.Timeline;
    import javafx.animation.KeyFrame;
    * @author JJ
    //The start values of x & y for line 1
    var line1StartX : Number = 8;
    var line1StartY : Number = 10.2;
    //The end values of x & y for line 1
    var line1EndX : Number = 0;
    var line1EndY : Number = 0;
    //The x & y values for line 2
    var line2X : Number = 0;
    var line2Y : Number = 0;
    //Creates a line chart
    var getLineChart =  LineChart
         title: "Line Chart"
         xAxis: NumberAxis {
              lowerBound: 8
              upperBound: 9.1
         yAxis: NumberAxis {
              lowerBound: 0
              upperBound: 30
         data: [
              LineChart.Series {
                   name: "Line 1"
                   data: [
                        LineChart.Data { xValue: bind line1StartX  yValue: bind line1StartY}
                        LineChart.Data { xValue: bind line1EndX yValue: bind line1EndY }
    //Keeps track the time for line 1
    var keepTime1 : Number = 6;
    //Animation for the line chart
    var line1Animation = Timeline
         keyFrames: KeyFrame
                time:1s
                action:function()
                    keepTime1--;
                    if(keepTime1==5)
                        line1EndX = 8.1;
                        line1EndY = 10.5;
                    if(keepTime1==4)
                        line1EndX = 8.3;
                        line1EndY = 11.0;
                    if(keepTime1==3)
                        line1EndX = 8.5;
                        line1EndY = 11.5;
                    if(keepTime1==2)
                        line1EndX = 8.7;
                        line1EndY = 13.0;
                    if(keepTime1==1)
                        line1EndX = 9;
                        line1EndY = 15.5;
           repeatCount:5
    Stage {
        title: "Animation Graph"
        scene: Scene {
            width: 500
            height: 500
            content: [
                getLineChart
    line1Animation.play();

  • Flexible graphs from java script

    Hi,
    Can anybody help me to find flexible graphs with java script?. I am using Oracle 9i as my database, jsp and ejbs...
    Thank you.

    Can anybody help me to find flexible graphs with java script?. "Flexible graphs"? If you mean a graphing package in Java, just google for it. Plenty of commercial, shareware and freeware choices available (though some are obviously a lot better than others :-).

  • Interactive Bar/pie chart and line graph, data from excel/text file -urgent

    Hi,
    I have a huge data in excell sheet which keeps updating every month. Data basically consists of service provider and there respective subscribers from various regions of the country over the years. The requirement is to give the viewers an interactive page where in they can make various combinations and can compare, cross examine data according to thier choice.
    We want the pie chart / bar graph or line graph to be created on the fly according to the combination made by the user.
    The site is hosted on a red hat linux server. how can a connection to the excel spreadsheet be made or is it possible to read from the text file if the entire data is exported to a text file.
    Is there any ready made tool/code available which can be customised according to the need.
    Thanx in advance
    Regards
    Prakash

    I certainly wouldn't pay for the graphing package at the previous link. check out http://www.object-refinery.com/jfreechart/ for a free, open-source, much better looking graphing package.

  • How to merge CS6 payload files from 2 iso's

    How do I merge payload files for CS6 deployment using their tool. Payloads are on 2 iso's
    Thanks in advance

    Hi,
    I am assuming you are using AAMEE 3.0 tool to package CS6 media. If yes, AAMEE supports multiple disc media and there is no need to merge payload files.You should give the path of first iso on welcome input screen of AAMEE and proceed. The disc prompt will appear on progress screen (if required). You should mount the second iso and the packaging will proceed and your package will be created successfully.
    Thanks
    Saransh Katariya | Member of Techical Staff | Adobe Systems

  • Graphs in java swing

    hi,
    i am having some x and y values (or some function of x)and i would like to plot a graph between them.
    what is the best and simplest way to do it in java swing.
    thanx

    ...if you want to leave it simple, overwrite a custom JComponent's paintcomponent(Graphics) method and use the native drawing commands such as drawLine(...) and draw(Shape) (take a look at Graphics2D). If you are looking for a more sophisticated solution with professional graph packages i recommend JFreeChart (http://www.jfree.org). It is, however, a bit tricky to use, not suitable if you just begun working with java.

  • 3D graph, anybody know of a free one

    I have been searching the net for a free 3D graph package that I can use in a applet or application that will support x, y, z axis. But I have not been able to find one. Does anybody know of a graphing package that will do this..

    I want to display say a bar graph, that shows time vs day(past week) vs temperature. So I will have time along the x axis, temperature along the y, and the day along the z axis.
    eg. I want the graph to look like this
    http://www.tan.com/image?file=/images/jclass/chart3d/3d_3e.gif&title=JClass%20Chart%203D

  • [svn:fx-trunk] 15781: * Package and class level javadoc for the flex2. compiler.swc and

    Revision: 15781
    Revision: 15781
    Author:   [email protected]
    Date:     2010-04-27 21:27:51 -0700 (Tue, 27 Apr 2010)
    Log Message:
    Package and class level javadoc for the flex2.compiler.swc and
      flex2.compiler.util packages and their subpackages.
    QE notes:
    Doc notes:
    Bugs:
    Reviewer: Corey (post commit)
    Tests run: checkintests
    Is noteworthy for integration: NO
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/Digest.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/Swc.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/SwcAPI.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/SwcArchive.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/SwcCache.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/SwcComponent.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/SwcDependencySet.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/SwcDirectoryArchive.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/SwcException.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/SwcFeatures.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/SwcFile.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/SwcGroup.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/SwcLazyReadArchive.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/SwcLibrary.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/SwcMovie.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/SwcPathResolver.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/SwcScript.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/SwcWriteOnlyArchive.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/Versions.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/catalog/CatalogReadElement.ja va
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/catalog/CatalogReader.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/catalog/CatalogWriter.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/catalog/ReadContext.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/util/AbstractLogger.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/util/Benchmark.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/util/CompilerControl.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/util/ConsoleLogger.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/util/DualModeLineNumberMap.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/util/IteratorList.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/util/LineNumberMap.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/util/LinkedQNameMap.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/util/ManifestParser.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/util/MultiNameMap.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/util/NameFormatter.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/util/NameMappings.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/util/OrderedProperties.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/util/PerformanceData.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/util/PrefixMapping.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/util/QNameList.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/util/QNameMap.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/util/QNameSet.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/util/SwcDependencyInfo.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/util/SwcDependencyInfoImpl.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/util/SwcDependencyUtil.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/util/SwcExternalScriptInfo.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/util/SwcExternalScriptInfoImpl.ja va
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/util/ThreadLocalToolkit.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/util/TraceExtension.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/util/URLPathResolver.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/util/VelocityException.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/util/VelocityManager.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/util/XMLStringSerializer.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/util/graph/Algorithms.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/util/graph/DependencyGraph.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/util/graph/Edge.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/util/graph/Graph.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/util/graph/Vertex.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/util/graph/Visitor.java
    Added Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/catalog/package.html
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/package.html
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/swc/zip/package.html
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/util/graph/package.html
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/util/package.html

  • Date series graph

    Here's another doozy:
    I'm trying to create a bar graph that has dates along the x-axis and values up the y-axis. The dates will be approximately once a week over a year. According to the faq I should be able to do something like this:
    http://www.oracle.com/technology/products/reports/htdocs/faq/graph_faq_with_style.html#q32
    But how do I represent the data in the xml for the chart definition?
    I've tried setting timeAxis attribute in LocalGridData but I always get an error.
    If I have the dates as ColLabels then I just get the canonical date format shown and the bars are spread evenly, even though the sample in the faq shows that gaps should be taken care of.
    It would also be nice to just show the months as labels.
    The original chart was done in Excel.

    After much hunting around, I found that the chart dtd technote is out of date and does not document as much as in the actual graph.dtd in the bipres.jar.
    In there I found I needed a dateFormat attribute for the LocalGridData when timeAxis="true" and that I could specify timeAxisYearFormat="NONE" timeAxisMonthFormat="MONTH_LONG" in the Graph tag.
    This will then work the way I want only if the dates are regular eg. same date in the month, but won't work if I have the same 2 days in the months.
    I might try using every day of the year as columns and just have data for the days I'm interested in. Otherwise it looks like the graphing package can't handle my case according to https://metalink.oracle.com/metalink/plsql/f?p=130:15:1334228859318038841::::p15_database_id,p15_docid,p15_show_header,p15_show_help,p15_black_frame,p15_font:BUG,3002631,1,1,1,helvetica
    Here is a chart def that works, but if I change the dates eg. add an entry for the 14th of every month, it won't work. The dates that I have are fairly irregular, on average once a week, but could be any day of the week.
    chart:
    <Graph graphType="BAR_VERT_CLUST" timeAxisYearFormat="NONE" timeAxisMonthFormat="MONTH_LONG" timeAxisDayFormat="NONE">
    <Title text="TITLE" visible="true" horizontalAlignment="CENTER">
    <GraphFont name="Arial" bold="true" fontColor="#000000" size="18" />
    </Title>
    <Y1Title text="YTITLE" visible="true">
    <GraphFont name="Arial" bold="true" fontColor="#000000" size="16" />
    </Y1Title>
    <Y1MajorTick visible="false" />
    <O1Title text="2005/2006" visible="true">
    <GraphFont name="Arial" bold="true" fontColor="#000000" size="18" />
    </O1Title>
    <SeriesItems>
    <Series id="0" markerType="MT_BAR" color="#660066"/>
    <Series id="1" markerType="MT_MARKER" color="#ff0000" lineStyle="LS_DASH_DOT"/>
    <Series id="2" markerType="MT_MARKER" color="#0000ff" lineStyle="LS_DASH"/>
    </SeriesItems>
    <PlotArea fillColor="#ffff33"/>
    <LegendArea position="LAP_TOP"/>
    <LegendText>
    <GraphFont name="Arial" fontColor="#000000" size="14" />
    </LegendText>
    <LocalGridData colCount="12" rowCount="3" timeAxis="true" dateFormat="YYYY-MM-DD">
    <RowLabels>
    <Label>Actual</Label>
    <Label>Median Limit</Label>
    <Label>90th Percentile Limit</Label>
    </RowLabels>
    <ColLabels>
    <Label>2005-07-01</Label>
    <Label>2005-08-01</Label>
    <Label>2005-09-01</Label>
    <Label>2005-10-01</Label>
    <Label>2005-11-01</Label>
    <Label>2005-12-01</Label>
    <Label>2006-01-01</Label>
    <Label>2006-02-01</Label>
    <Label>2006-03-01</Label>
    <Label>2006-04-01</Label>
    <Label>2006-05-01</Label>
    <Label>2006-06-01</Label>
    </ColLabels>
    <DataValues>
    <RowData>
    <Cell>
         10
    </Cell>
    <Cell>
         12
    </Cell>
    <Cell>
         8
    </Cell>
    <Cell>
         10
    </Cell>
    <Cell>
         12
    </Cell>
    <Cell>
         8
    </Cell>
    <Cell>
         10
    </Cell>
    <Cell>
         12
    </Cell>
    <Cell>
         8
    </Cell>
    </RowData>
    <RowData>
    <Cell>
         10
    </Cell>
    <Cell>
         10
    </Cell>
    <Cell>
         10
    </Cell>
    <Cell>
         10
    </Cell>
    <Cell>
         10
    </Cell>
    <Cell>
         10
    </Cell>
    <Cell>
         10
    </Cell>
    <Cell>
         10
    </Cell>
    <Cell>
         10
    </Cell>
    <Cell>
         10
    </Cell>
    <Cell>
         10
    </Cell>
    <Cell>
         10
    </Cell>
    </RowData>
    <RowData>
    <Cell>
         20
    </Cell>
    <Cell>
         20
    </Cell>
    <Cell>
         20
    </Cell>
    <Cell>
         20
    </Cell>
    <Cell>
         20
    </Cell>
    <Cell>
         20
    </Cell>
    <Cell>
         20
    </Cell>
    <Cell>
         20
    </Cell>
    <Cell>
         20
    </Cell>
    <Cell>
         20
    </Cell>
    <Cell>
         20
    </Cell>
    <Cell>
         20
    </Cell>
    </RowData>
    </DataValues>
    </LocalGridData>
    </Graph>
    Message was edited by:
    lawsy

  • TextEdit refusing to save files

    Since Safari has no "save as text" option, I've been cutting and pasting text into TextEdit. However, if the copied text contains even a single character not in ISO Latin 1, which is what all my software works in, it refuses to save the file until I paw through the text looking at every single character to find the one that's not ISO and delete it.
    Is there a hidden option somewhere in TextEdit to allow characters not in the character set to be ignored on save? (A warning is fine, but not "go to ****".)
    If there isn't, I'd appreciate advice on a different equivalent text editor that does what I ask it to do.

    johnsankey wrote:
    It's all the NON-Apple software I use - scientific graphing, math equation processors, word processors (WordPerfect), HTML 3.2 so people still running as old as Win3.1 can read my web pages ...
    Linc Davis wrote:
    I think the OP's problem is that he needs interoperability with other software that only supports ISO Latin. For some reason, he wants an editor that automatically deletes characters not belonging to that set. TE is obviously not such an editor.
    If this is the case would a text editor like TextWrangler be acceptable?  When you do a a "save as" operation in that editor it gives you the option to save the file in different encoding.  For example,

  • Calling a method from a method

    I'm having a big issue getting the method I am calling to use previously called 'programs' (for my lack of knowing the proper word.
    The myTurtle draws shapes as can be seen, after browsing the internet it appears to be a common learning mechanism.
    I'll link the code as a whole then my issue as well as my failed attempts at resolving the issue so that you hopefully don't have to read every line:
    All of it and the problem:
    It draws 5 separate graphs. When I call up "Turtle myTurtle = new Turtle()" it creates a graph for it to draw in. I want to be able to draw 5 things in the same graph not 1 thing in 5 different graphs.
    package lab04;
    import java.awt.Color;
    import galapagos.*;
    import java.util.Scanner;
    * @author Kyle
    public class Bars {
         * @param args the command line arguments
        public static void main(String[] args) {
            Scanner stdin = new Scanner(System.in);
            Turtle myTurtle = new Turtle();
            int input1 = stdin.nextInt();
            int input2 = stdin.nextInt();
            int input3 = stdin.nextInt();
            int input4 = stdin.nextInt();
            int input5 = stdin.nextInt();
            draw(input1, -200, -100);
            draw(input2, -120, -100);
        public static void draw(double a, double x, double y) {
            Turtle myTurtle = new Turtle();
            myTurtle.jumpTo(x,y);
            myTurtle.penUp();
            myTurtle.move(10);
            myTurtle.penDown();
            myTurtle.turn(90);
            myTurtle.move(a * 10);
            myTurtle.turn(-90);
            myTurtle.move(50);
            myTurtle.turn(-90);
            myTurtle.move(a);
            myTurtle.turn(90);
    }My problem locally:
        public static void main(String[] args) {
            Turtle myTurtle = new Turtle();Is not following through on my public static void draw side. All of the myTurtle commands are underlined red, meaning they aren't defined properly.
    This one just ends up drawing 5 separate bars when added to the called method.
    Turtle myTurtle = new Turtle();I then tried probably 20 variations of calling up Turtle()
    and my last attempt named the code up top in an attempt to call it below.
        public static void main(String[] args) {
            Scanner stdin = new Scanner(System.in);
            Turtle myTurtle = new Turtle(test);
        public static void draw(double a, double x, double y) {
            Turtle myTurtle = new Turtle(test);Which is also a complete failure.
    Sorry this was so long, I'm sure it is a really simple fix, I just cannot figure out what it is.
    Thanks for any help.

    >
    How do you expect us to provide proper help if you leave stuff out?It is unnecessary for the question at hand. Even if I were to have left the "Turtle myTurtle = new myTurtle()" out in the main method I would be drawing 5 boxes in 5 different frames whilst saving myself the blank frame.
    Here is all of it
    import java.awt.Color;
    import galapagos.*;
    import java.util.Scanner;
    * @author Kyle
    public class Bars {
         * @param args the command line arguments
        public static void main(String[] args) {
            Scanner stdin = new Scanner(System.in);
            Turtle myTurtle = new Turtle();
            myTurtle.speed(500);
            myTurtle.jumpTo(-200, 100);
            myTurtle.turn(-90);
            myTurtle.penColor(Color.BLACK);
            myTurtle.move(200);
            myTurtle.turn(90);
            myTurtle.move(400);
            int input1 = stdin.nextInt();
            int input2 = stdin.nextInt();
            int input3 = stdin.nextInt();
            int input4 = stdin.nextInt();
            int input5 = stdin.nextInt();
            draw(input1, -175, -100, 1);
            draw(input2, -100, -100, 2);
            draw(input3, -25, -100, 3);
            draw(input4, 50, -100, 4);
            draw(input5, 125, -100, 5);
        public static void draw(double a, double x, double y, int color) {
            Turtle myTurtle = new Turtle();
            if (color == 1) {
                myTurtle.penColor(Color.RED);
            } else if (color == 2){
                myTurtle.penColor(Color.YELLOW);
            } else if (color == 3){
                myTurtle.penColor(Color.GREEN);
            } else if (color == 4){
                myTurtle.penColor(Color.BLUE);
            } else {
                myTurtle.penColor(Color.PINK);
            myTurtle.speed(500);
            myTurtle.jumpTo(x,y);
            myTurtle.penDown();
            myTurtle.turn(90);
            myTurtle.move(a * 10);
            myTurtle.turn(-90);
            myTurtle.move(50);
            myTurtle.turn(-90);
            myTurtle.move(a * 10);
            myTurtle.turn(90);
    }As for the second part, yes I need one object. My issue is that everything I try is ultimately unsuccessful in getting 1 graph to be used.

Maybe you are looking for

  • QUESTION FOR QUIZ APPLICATION

    Hi friends, While, i was developing code for quizgo.php, as part of online quiz/test application, i am facing following problems along-with the checklist to be succeeded:- Objective: Show each question one-by-one from query results (first 30 recorded

  • Change display saturation

    I have a 22" Samsung LCD connected to my MacBook. The problem is that this panel is very saturated. I've tried configuring the panel itself through the OSD menu, but I can't desaturate is more without losing color balance. And I've calibrated the dis

  • Error in solution manager; no active task list exists in sap change manager

    Hi, i have created a correction in Solution manager but when i want to set it in status in development i receive the message below No active task list exists in SAP Change Manager could you please help me? thanks C.

  • Is the ipod classic compatible with icloud

    Is the Ipod Classic compatible with ICLOUD

  • Pre-Order September 12 !

    Can anybody pre-order iPhone 6 Plus from Singapore Apple Online Store Today , September 12 ????