-rw-r--r-- | demos/plot.lua | 2 |
diff --git a/demos/plot.lua b/demos/plot.lua index 6b53453d..b0687a57 100644 --- a/demos/plot.lua +++ b/demos/plot.lua @@ -135,7 +135,7 @@ local function legend_demo() p:save_svg('demo.svg', 600, 400) - echo('Plot saved in "demo.svg".') + print('Plot saved in "demo.svg".') end return {'Plotting', { |