PAGE is broken in USColoringBook (Bug #342)

4 views
Skip to first unread message

tod Landis

unread,
Dec 21, 2009, 1:58:36 PM12/21/09
to Entrance
For example, the coloring book example on the blog
will not work in Entrance 1.5.1:

PLOT USCOLORINGBOOK
LAYER, COLOR OVERRIDE
WITH
BACKGROUND GRAY
FOREGROUND WHITE
NO YAXIS
PAGE 0 0 400 200
SELECT
'states_map', 'very light blue'
UNION
SELECT
'pennsylvania', 'light red';

To work-around the problem for now,
delete the PAGE line:

PLOT USCOLORINGBOOK
LAYER, COLOR OVERRIDE
WITH
BACKGROUND GRAY
FOREGROUND WHITE
NO YAXIS
SELECT
'states_map', 'very light blue'
UNION
SELECT
'pennsylvania', 'light red';

- Tod

Reply all
Reply to author
Forward
0 new messages