Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Linux frame buffer

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
jana
Posts: 1
Joined: 2009-12-04 20:19

Linux frame buffer

#1 Post by jana »

hi

I am new to this new envinorment,

i need a code for plot a line graph by taking x-axis and y axis value using linux frame buffer

In Advance Thanks

User avatar
Tadeas
Posts: 1013
Joined: 2008-09-22 09:11
Location: Prague
Contact:

Re: Linux frame buffer

#2 Post by Tadeas »

Does it really have to be framebuffer? Why can't you use X? Anyway, there is plenty of good tools for making graphs, I suggest you checking gnuplot or (if you like don't mind a little scripting) scipy, numpy and matplotlib libraries for python. It will all produce an image and it's an easier question to display an image using a framebuffer.
Because let’s face it, the unfortunate aspect of software development is that it involves humans. Mewling, disorganized, miserably analog humans. Sometimes they smell bad.

Post Reply