Rick Macdonald wrote: > > On Sat, 15 Jan 2000, Blazej Sawionek wrote: > > > I need to create a simple graphics application under X: > > open a window, mark some rectangular areas on it, than draw some curve > > lines among those rectangles and that's all. > > > > Any piece of advice where to begin? > > You might consider using tkpaint or modifying it for your needs. Apparently I wrongly expressed my needs: what I have to do is to visualise a set of data. Visualisation is as simple as I explained above. So my idea was to write by myself a piece of software that would perform the task.
Blazej