aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-02-21 18:45:17 -0800
committerbnewbold <bnewbold@robocracy.org>2016-02-21 18:45:17 -0800
commitba0bb2fc756deaa8f02cc58148fc4ef9095e85ff (patch)
treeeb23e331351ea5ede262c1ef353589bfdf185161 /README.md
parentb24f282bca4af63982937c10835063d3e6e9eb74 (diff)
downloadPyX.jl-ba0bb2fc756deaa8f02cc58148fc4ef9095e85ff.tar.gz
PyX.jl-ba0bb2fc756deaa8f02cc58148fc4ef9095e85ff.zip
add conditional (py3) writeSVGfile function export
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 70af703..031f8cc 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ It is a work in progress, broken, and will set your computer on fire.
using PyX
g = graph.graphxy(width=8)
-plot(graph_data_function("y(x)=sin(x)/x", min=-15, max=15))
+plot(g, graph_data_function("y(x)=sin(x)/x", min=-15, max=15))
writeEPSfile(g, "function")
writePDFfile(g, "function")
writeSVGfile(g, "function")