Re: XY Plots



Rick Brice wrote:
Greetings. I'm new to this list and to programming for Gnome and GTK+ so
please forgive my ignorance.

After working through several tutorials, I'm working on my first
independent application. For this application I need a simple XY plot.
Would someone please guide me to the right widget for this?

Being a newbie, I don't know what details are important so I'll describe
my application as this. I built the UI in Glade. There are three panes
in the main application window. Pane 1 has input boxes and a button to
press to cause calculations to happen. Pane 2 is a tabular list of the
results. In Pane 3, I want to have an XY plot of the values in Pane 2.

Many thanks for your help.


You may want to look at the "GTK+Extra" set of widgets.

http://gtkextra.sourceforge.net/

I've been using the GtkPlot widget with great success.

The 0.99.17 release has been very stable for me with GTK+ 1.2.10, and was I believe feature-complete, but then GTK+2.0 was released before GtkExtra reached 1.0.

The version of GtkExtra in CVS includes porting to Gtk+2.x, and based on some prior mailing-list traffic I think that some folks are using it, but no 'release' has occurred in some time.

I strongly suspect that for a simple XY plot it would fit your needs.

Eric




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]