author | Francesco Abbate <francesco.bbt@gmail.com> | 2010年07月23日 22:59:23 +0200 |
---|---|---|
committer | Francesco Abbate <francesco.bbt@gmail.com> | 2010年07月23日 22:59:23 +0200 |
commit | dbe3ed247ea783b1a8087bf19b9be91c2e246b0b (patch) | |
tree | c9969664f56cc03d8a9be61666c9b4fba602a357 /agg-plot/canvas.h | |
parent | e0c636c5c1e9bb0696ace9ba4d8e39f76843b484 (diff) | |
download | gsl-shell-dbe3ed247ea783b1a8087bf19b9be91c2e246b0b.tar.gz |
-rw-r--r-- | agg-plot/canvas.h | 2 |
diff --git a/agg-plot/canvas.h b/agg-plot/canvas.h index 8ffc3c04..4cffc5d2 100644 --- a/agg-plot/canvas.h +++ b/agg-plot/canvas.h @@ -53,7 +53,7 @@ public: m_width(width), m_height(height) { mtx.scale(width, height); - prof.width(1.0); + prof.width(1.5); }; double width() const { return m_width; }; |