Software :: Draw The Graphs In Fltk?
Dec 9, 2010iam doing a project in GUI.. inthat i have to draw graph(sine wave)by the obtained values.. iam using fltk2.0 in linux 2.6 kernel.
View 1 Repliesiam doing a project in GUI.. inthat i have to draw graph(sine wave)by the obtained values.. iam using fltk2.0 in linux 2.6 kernel.
View 1 Replieshow-to/info stored somewhere? a bookmark? Problem is easy:[URL]says you need to install fltk2 first.Version in experimental is 1.3.If i pick the download tar.bz of fltk2 i run into: " .... not declared in this scope" during compilation of glut. Error messages of that kind don't give me a clue, and the Web does it neither.The best i could find are some tips at the antix forum, about unpacking a puppy version.I want to make a deb, the problem is not only about running dillo.h3v seems like another option. But a) i ran into similar difficult problems and b) dillo seems to be known by more people.
View 5 Replies View RelatedCant install libfltk1.3.
apt-get install libfltk1.3
root@debian:/# apt-get install libfltk1.3
Reading package lists... Done
Building dependency tree
Reading state information... Done
[code]....
The following packages have unmet dependencies:
libc6-dev : Breaks: gcc-4.4 (< 4.4.6-4) but 4.4.5-8 is to be installed
E: Broken packages
root@debian:/#
I Have debian squeeze but i have install same programs from wheazy and sid reposity.i try to install fltk 1.3 from wheazy, sid and experimental reposity but none of the work.i want to try a program that use the fltk1.3 (dillo3) and cant becouse i cant install fltk 1.3!
I try to compile the fltk but this dosent work, the last text in the terminal was:
configure: error: Configure could not find required X11 libraries
./configure: line 11558: exit: aborting.: numeric argument required
./configure: line 11558: exit: aborting.: numeric argument required
make: *** [makeinclude] Error 255
How i cant install fltk-1.3.0
i have two linux machines i have installed nagios on only one machine and i am getting graph for that one(localhost).but for the second one(host2) i am not getting the graphs so what should i do.. what should i do to get graphs for othe host (remote machine).
View 4 Replies View RelatedI am looking for a router and trying to decide which one to go with based on the firmware I will want to use. I like how Tomato has alot of graphs and can show alot of graphical data. Does DD-WRT or Openwrt have as many graphs available?
View 1 Replies View Relatedmaking My simulation graphs in Ns-2.34 in ubuntu how i can make them. my simualtion is about Home automation lighting control and i wnated to make 6 graphs1) time VS Residaul energy ( remaining enregy of the nodes)like sensors (we have mentioned Insteon sensor and Switchlinc Dimmer)use 9V battery in them. the 9V should be converted in joules and Energy on Y-axis should be in Joules and time on X-axis should be of simulation timeThe graph would be showing after running the simulation 3000 times how much energy is remaining or how much energy is consumed in the nodes after sending 2000 packets.2) Packet size Vs Delay, Delay on Y-axis and Packet size on X-axis with there units and the graph would be showing if Pacjet size increases how much delay is created.3) Throughput Vs Badwidth. througput on Y-axis and Bandwidth on X-axis4) Packets Loss Vs data rate5) Packets sent Vs data rate6) Packets received Vs data rate
View 8 Replies View RelatedI have conky up and running, but today as I was messing around with the colors for the custom theme, the graphs for cpu temp and network up and down aren't displaying anything.
Here's my conky configuration:
./conky-colors --lang=english --theme=custom --color0=000000 --color1=800080 --color2=800080 --cpu=2 --cputemp --swap --updates --hdtemp1=sda --proc=3 --calendar --m --network --rhythmbox=oldvinyl --ubuntu --alllight --unit=F --clock=off
I have a SSH access to some linux servers, is it possible that I can get some graphical report for system utilization (CPU, memory and disk space) for a given time range.
I dont have any graphical access to the system.
Currently I am fetching the records using "sar -r" command , pasting them in a excel sheet to generate the reports.
how graphs can be plotted on a web interface on real time ? I have a web interface coded in PHP mostly and for graphs I have jpgraphs. But the job needs the graphs to be real time not static. As of now there's a server side program that writes onto a csv file. I read data from the file and plot it using jpgraph when the page loads. Is there anyway I can code real-time dynamic graphs on a web interface ?
View 2 Replies View RelatedWhen the memory usage reaches 95% and above I noticed that the disk activity and load graphs go up and some of my applications are killed by the system. In windows, if someone define a pagefile then the OS will try to use it at the expense of very slow response. Why ubuntu does not use SWAP in such a way?
View 12 Replies View RelatedWhile running the command cmake ..in the Build directory within stage-4.0.0, I got an error msg "cannot find fltk-config" aborting, Don't know what to do?
View 1 Replies View RelatedI've been trying to make a bunch of graphs using gnuplot from a bash script. The tricky thing is that I have to divide values from two columns: Code: plot "results.csv" using 1:($4/$6) notitle with lp When this command is called from a bash script, the columns get mixed up with script arguments. how to make it read the column values like in the interactive mode?
View 1 Replies View RelatedI have to write lab reports with charts and graphs on a regular basis. i did the first one in open office recently but the charts did not appear on my teachers screen! it was a broken failed half rendered blank chart area!
The data tables copied fine but the graphs did not. i made both in spreadsheet and copy pasted them over to a writer document.
I was trying to do some graphing of the Disk Usage of the my root partition.
I tried it with rrdtool,but I am not able to create any graph.
I followed the below steps
1. Creating a rrd database file
rrdtool create diskusage.rrd --start N DS:Usage:ABSOLUTE:600:1:100 RRA:AVERAGE:0.5:1:432
I then updated the rrd file with below cron entry code...
Why no data is coming into the rrd file ?
I have Wacom Bamboo Fun Pen & Touch pen tablet and I'd like to use it to draw on the top of the screen.. For example if I have Evolution opened on the screen, I want use my pen tabled to draw with freehand on the top of Evolution. Did you understand? Is there any small application which allows to do that?
View 9 Replies View RelatedDoes anyone know an application that can draw UML graphs automatically from Java code for linux platform. I've tried startuml, but in doesn't work very well.
View 1 Replies View RelatedHow can one draw a circle in c++ without making use of BGI.
View 4 Replies View RelatedI am looking for a way to draw on the screen in X Windows using c++, the GNU g++ compiler. I don't want to mess with requirements so just how to draw in x windows. Can it be done with g++ or is there something else I need to use.
View 8 Replies View RelatedI am very new to Linux and I hope someone on here can provide some help.
Goal:
I am am developing an embedded application on Linux 2.6 that will hopefully run without a GUI. There will be no user input just simply displaying information to the user in a graphical form. I will be drawing the screen in C and outputting this to the display.
Problem:
I don't know how to draw to the display? From reading and talking with others, I think I can write to the frame buffer and that will output to the display, but I am not sure this is rite. If it is correct, can someone explain how this is done? Is there another way to draw to the screen without using the windows API?
Is there a way to draw a picture that will show up in tomboy?
View 4 Replies View Relatedi am using Kubuntu 9.04 with KDE4 installed. I created some bash scripts and used Kdialog to display the graphical items and other things, only the progressbar in Kdialog, I am unable to use. I read the tutorial in KDE's website but still it shows me an error saying "ERROR: Couldn't attach to DCOP server!".
View 1 Replies View RelatedI need a program (to draw or paint patents like the example below
Example:
http://www.google.com./patents?id=-K...page&q&f=false
I remember that the Word version of Windows XP had tools to create drawings but I can not find (or help) equal tools in Ubuntu Ooo.
Also, Windows has the "Paint" program that I used (pasting Word drawings) to erase, create mirror-effects, etc
Can somebody recommend me a good program (not CAD way) for simple drawings for patents?
if this isnt correct place to ask my question, forum seems large and im not familiar with it yet. I would like to draw to windows with conky. I allready have an idea with launching conky ~/. config1 & conky ~/.config2 and this should work but is it possible to have 2 conky windows without launching second instance of conky ?
View 5 Replies View RelatedOpenOffice 3.0 on Ubuntu 9.04
I have a card project in OpenOffice Draw. In this project is a bitmap with the year 2009 embedded in it. I want to change that to read 20 and I can place the current year as a text layer on top of it.
I have a grid laid out on this bitmap, and I have overlaid text information such as date, time and frequency.
I got hold of the bitmap and cut it, leaving my data there but the form behind it missing. I pasted that into gimp and did the editing, saved it as a .bmp file and loaded that into Draw. I copied the bitmap from this bmp file and pasted it back into my card project.
The bitmap is now sitting on top of my data and I want to send it to the rear so my data sits on top of it.
I can not find a single reference to how to send layers to the front or to the back in OpenOffice Draw.
Launchpad.net is a way to get help online, but I am completely lost on that site, so I am asking here on the Ubuntu forum.
How would I make pcmanfm draw the desktop instead of Nautilus?
View 3 Replies View RelatedI would like to know if there is a program such as edraw:
[URL]
that I can use to make directional diagrams in linux. I know about inkscape but I would like a program that has a premade library of shapes. I also know about Dia Diagram but it doesnt have a sheet of shapes that suits me.
Following on from my issues with QSplashScreen, I am wanting to investigate the QPainter class(es) some more.
Code:
How would I best achieve this:
- Draw some shapes and gradients with QPainter/QPen etc
- Create a splash screen out of it
- Display SplashScreen.
I cannot find anything that doesn't involve
Code:
I am comfortable making splash screens out of images, but now I want to try drawing one myself.
I am using Openbox, i would like Nautilus to handle the desktop, which it does nicely, but i would like it so it draws the desktop at startup. So far the only way i have managed to do this is by adding "nautilus &" to the "autostart.sh", however, this, of course, launches an instance of the nautilus file browser.Can anyone help me to get Nautilus to draw the desktop automatically at startup without having to first launch the file manager?
View 2 Replies View RelatedDoes any one know any software or utility that draw the graph or flow chart of an application (if application code is on multiple files)?
View 1 Replies View Relatedthe color from the table I insert? All I want to do is insert a basic table with 6 columns and 3 rows. I get that, but it has a gradient blue color.
View 1 Replies View Related