Fix problem by storing plot active area matrix in the window - gsl-shell.git - gsl-shell

index : gsl-shell.git
gsl-shell
summary refs log tree commit diff
path: root/agg-plot/bitmap-plot.cpp
diff options
context:
space:
mode:
authorFrancesco Abbate <francesco.bbt@gmail.com>2012年10月14日 16:46:09 +0200
committerFrancesco Abbate <francesco.bbt@gmail.com>2012年10月15日 00:17:51 +0200
commit5d6496885209bfc7b71c04a0da5d87ed3e081d03 (patch)
tree1bc400408a48c4fe6294516cb68ee8d73d56a0ed /agg-plot/bitmap-plot.cpp
parentfa253d32d9a0c67abad7e1ae852c8d2381c6401d (diff)
downloadgsl-shell-5d6496885209bfc7b71c04a0da5d87ed3e081d03.tar.gz
Fix problem by storing plot active area matrix in the window
Diffstat (limited to 'agg-plot/bitmap-plot.cpp')
-rw-r--r--agg-plot/bitmap-plot.cpp 2
1 files changed, 1 insertions, 1 deletions
diff --git a/agg-plot/bitmap-plot.cpp b/agg-plot/bitmap-plot.cpp
index c3039f15..59ea0ce3 100644
--- a/agg-plot/bitmap-plot.cpp
+++ b/agg-plot/bitmap-plot.cpp
@@ -36,7 +36,7 @@ bitmap_save_image_cpp (sg_plot *p, const char *fn, unsigned w, unsigned h,
agg::rect_base<int> r = rect_of_slot_matrix<int>(mtx);
can.clear_box(r);
- p->draw(can, mtx);
+ p->draw(can, mtx, NULL);
bool success = platform_support_ext::save_image_file (rbuf_tmp, fn, gslshell::pixel_format);
generated by cgit v1.2.3 (git 2.39.1) at 2025年09月14日 14:36:55 +0000

AltStyle によって変換されたページ (->オリジナル) /