Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 178 Bytes

File metadata and controls

9 lines (7 loc) · 178 Bytes

Coordinates

using Gadfly
set_default_plot_size(14cm, 8cm)
plot(sin, 0, 20, Coord.cartesian(xmin=2π, xmax=4π, ymin=-2, ymax=2))