Skip to content
Tavis Ormandy edited this page Dec 21, 2022 · 6 revisions

The original Lotus 1-2-3 for UNIX required an EGA or Hercules card to draw graphs. That isn't going to work today.

The solution we use is replacing the graphics routines with a library called ttydraw, based on libcaca. This is surprisingly effective, and draws graphs using ASCII art.

123-sinewave

Note: If you export your graphs as CGM files, you can use them in your WordPerfect documents!

Using Graphs

The standard shortcut to view a graph is F10. If you don't configure any options, Lotus will try to guess what you want. If you want to change options, such as labels, colors, ranges then use the /Graph menu.

Graph Window

You can view a graph and a worksheet simultaneously, to do this use /Worksheet Window Graph

image

Hatching

Colors

Graph Types

Ranges

Legends

Graph Tips

If you're plotting lots of data points, the labels can get crowded and difficult to read. Set the /Graph Options Scale Skip factor to skip every nth label. This doesn't change what data is graphed, just how the labels are displayed.

Clone this wiki locally