diagram program
  • Order of the Butterfly
    Order of the Butterfly
    amiga4001
    Posts: 444 from 2006/11/16
    From: The Netherlands
    I am measuring temparature off a pipe filled with water on top off a roof.
    This for creating a heatexchange to warm up a swimming pool.
    But first things first I want to create a diagram (with a line and an X,Y axle to see more clearly how temparature raises and falls.
    I tried Aregress and this works quite ok except for connecting the points with a line but maybe I have not enough measurements for it to work ok....
    But this program won't save and that is the real downer offcourse.
    So anyone know an other program which I can use for this on my pegasos2?
    Powerbook 5,4 1.5GHz 1.5GB ram
  • »25.06.08 - 22:38
    Profile
  • MorphOS Developer
    Krashan
    Posts: 1107 from 2003/6/11
    From: Białystok...
    I'm currently working on a MUI custom class for creating diagrams. I expect it to be fully usable soon. But well a MUI class alone does not make an application...
  • »26.06.08 - 13:52
    Profile Visit Website
  • tom
  • Acolyte of the Butterfly
    Acolyte of the Butterfly
    tom
    Posts: 147 from 2003/7/22
    From: Heesch, The Ne...
    Try a spreadsheet like Turbocalc.....

    regards Tom
  • »26.06.08 - 15:18
    Profile
  • Order of the Butterfly
    Order of the Butterfly
    Wishmaster
    Posts: 342 from 2003/6/29
    Or e.g. StarAm Plan from Aminet.
    Pegasos PPC
  • »26.06.08 - 23:15
    Profile
  • Order of the Butterfly
    Order of the Butterfly
    amiga4001
    Posts: 444 from 2006/11/16
    From: The Netherlands
    I am trying to get a diagram with staramplan.
    But whatever I try I just won't succeed into what I was planning to create.
    What I wan't is a x,y line diagram or a barchart which has the temperature on the x axle and the date on the y axle.
    All I get is the same values on the x axle and on the y axle.
    I entered the values into the worksheet as follow:
    A1-A5 date
    B1-B5 temperature.

    But how can I set this data into my barchart ??

    Maybe somebody can make me a short example in staramplan and contact me with pm.
    really hope so.
    Powerbook 5,4 1.5GHz 1.5GB ram
  • »25.10.08 - 20:40
    Profile
  • Order of the Butterfly
    Order of the Butterfly
    amiga4001
    Posts: 444 from 2006/11/16
    From: The Netherlands
    Yes highly interested!
    Looks like a very nice program!
    And it seems to do the job for me as far as I can tell from your picture.
    Powerbook 5,4 1.5GHz 1.5GB ram
  • »27.10.08 - 07:09
    Profile
  • Cocoon
    Cocoon
    micken
    Posts: 42 from 2004/6/7
    There is allways gnuplot :)

    Gnuplot supports writing to window,image file and more.
    MorphOS hangaround :)
  • »27.10.08 - 20:38
    Profile
  • Yokemate of Keyboards
    Yokemate of Keyboards
    Zylesea
    Posts: 2057 from 2003/6/4
    @ Zukow

    What can the program do? "Just" plot data, or also evaluate data?
    --
    http://via.bckrs.de

    Whenever you're sad just remember the world is 4.543 billion years old and you somehow managed to exist at the same time as David Bowie.
    ...and Matthias , my friend - RIP
  • »28.10.08 - 01:23
    Profile Visit Website
  • MorphOS Developer
    zukow
    Posts: 645 from 2005/2/9
    From: Poland
    It's mui mcc class. The program is the part of my bachelor's thesis (about Ising model - http://en.wikipedia.org/wiki/Ising_model). I will prepare archive with beta version of class and example programs at Saturday. The class should be (in future) similar to OpenOffice Calc diagrams (with ODS saver).
  • »28.10.08 - 21:56
    Profile Visit Website
  • MorphOS Developer
    zukow
    Posts: 645 from 2005/2/9
    From: Poland
    alpha version, a bit unstable :/

    http://brain.umcs.lublin.pl/~rzookol/download/plot.lha
  • »31.10.08 - 16:34
    Profile Visit Website
  • Acolyte of the Butterfly
    Acolyte of the Butterfly
    Kamul
    Posts: 121 from 2004/6/9
    From: Poland, Katowice
    This class is something I needed on Morphos. It looks really tasty. I hope you don't stop working on it to fast. :) Thanks!
  • »11.11.08 - 07:48
    Profile
  • MorphOS Developer
    zukow
    Posts: 645 from 2005/2/9
    From: Poland
    new version with simple OpenOffice ODS format (data & chart) export :)

    http://brain.umcs.lublin.pl/~rzookol/download/plot_161108.lha

    [ Edited by zukow on 2008/11/16 21:56 ]
  • »16.11.08 - 20:55
    Profile Visit Website
  • MorphOS Developer
    zukow
    Posts: 645 from 2005/2/9
    From: Poland
    another new version:
    20.11.2008 line color attribute export added to ODS exporter
    creation date attribute added to ODS exporter
    cleanup code
    22.11.2008 initial locale support


    http://brain.umcs.lublin.pl/~rzookol/download/plot_221108.lha
  • »22.11.08 - 17:55
    Profile Visit Website
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    xyphoid
    Posts: 870 from 2008/7/11
    From: Delaware, USA
    @Zukow how do you install and use it...I would like to
    try it out on some data of mine?
    thanks!
  • »22.11.08 - 19:19
    Profile
  • MorphOS Developer
    zukow
    Posts: 645 from 2005/2/9
    From: Poland
    copy mui/plot.mcc to Your mui classes directory (Sys:classes/mui)

    and run "Test" program. This is simple aplication to make diagram from text file with 2 columns of data (file may have more column but first two are loaded) and save them as ods file. Source code is included.
  • »22.11.08 - 19:49
    Profile Visit Website
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    xyphoid
    Posts: 870 from 2008/7/11
    From: Delaware, USA
    looks great. one more question can it open its own graph to plot/input values, and points?
  • »23.11.08 - 14:11
    Profile
  • MorphOS Developer
    zukow
    Posts: 645 from 2005/2/9
    From: Poland
    Project->Open ?
  • »24.11.08 - 22:11
    Profile Visit Website
  • News Moderator
    News Moderator
    Darth_X
    Posts: 571 from 2003/2/10
    From: Vancouver Isla...
    Quote:


    Krashan wrote:
    I'm currently working on a MUI custom class for creating diagrams. I expect it to be fully usable soon. But well a MUI class alone does not make an application...

    Tell that to Visual Basic devs ;-)
    When you have eliminated all which is impossible,
    then whatever remains, however improbable, must be the truth!!! - Sherlock Holmes
  • »27.11.08 - 01:15
    Profile
  • MorphOS Developer
    zukow
    Posts: 645 from 2005/2/9
    From: Poland
    I made small application to test XML files generated by plot.mcc class. It can be used to view other XML files also.

    http://brain.umcs.lublin.pl/~rzookol/download/xmlviewer.lha

    Screenshot: http://brain.umcs.lublin.pl/~rzookol/pics/xmlviewer.png


    [ Edited by zukow on 2008/12/26 0:02 ]
  • »25.12.08 - 23:01
    Profile Visit Website
  • tom
  • Acolyte of the Butterfly
    Acolyte of the Butterfly
    tom
    Posts: 147 from 2003/7/22
    From: Heesch, The Ne...
    Hi,

    it looks really nice. Is there a way to start things with data directly from Muibase? That ould be very nice......
    (i'm just heavy user of Pagestream, Muibase and Bars&Pipes, no programmer)

    Regards, Tom
  • »26.12.08 - 10:28
    Profile
  • MorphOS Developer
    zukow
    Posts: 645 from 2005/2/9
    From: Poland
    small update:
    xml header & save support
    http://brain.umcs.lublin.pl/~rzookol/download/xmlviewer.lha

    TODO:
    edit+search
  • »10.01.09 - 23:02
    Profile Visit Website
  • MorphOS Developer
    zukow
    Posts: 645 from 2005/2/9
    From: Poland
    another small update:

    NEW: searching

    http://brain.umcs.lublin.pl/~rzookol/download/xmlviewer.lha
  • »29.01.09 - 20:43
    Profile Visit Website
  • MorphOS Developer
    zukow
    Posts: 645 from 2005/2/9
    From: Poland
    yet another update:

    NEW in 0.12beta:
    - Cliboard support (0.12)
    Context menu with Cut Copy Paste was added.
    Paste command is not implemented yet.

    http://brain.umcs.lublin.pl/~rzookol/download/xmlviewer.lha
  • »08.02.09 - 22:06
    Profile Visit Website