Revision: 12885
http://sourceforge.net/p/plplot/code/12885
Author: andrewross
Date: 2013-12-19 11:43:30 +0000 (Thu, 19 Dec 2013)
Log Message:
-----------
cont_width argument for plcolorbar should be PLFLT not PLINT.
Modified Paths:
--------------
trunk/bindings/c++/plstream.cc
trunk/bindings/c++/plstream.h
Modified: trunk/bindings/c++/plstream.cc
===================================================================
--- trunk/bindings/c++/plstream.cc 2013-12-19 01:40:05 UTC (rev 12884)
+++ trunk/bindings/c++/plstream.cc 2013-12-19 11:43:30 UTC (rev 12885)
@@ -1018,7 +1018,7 @@
PLFLT x_length, PLFLT y_length,
PLINT bg_color, PLINT bb_color, PLINT bb_style,
PLFLT low_cap_color, PLFLT high_cap_color,
- PLINT cont_color, PLINT cont_width,
+ PLINT cont_color, PLFLT cont_width,
PLINT n_labels, PLINT *label_opts, const char * const *label,
PLINT n_axes, const char * const *axis_opts,
PLFLT *ticks, PLINT *sub_ticks,
Modified: trunk/bindings/c++/plstream.h
===================================================================
--- trunk/bindings/c++/plstream.h 2013-12-19 01:40:05 UTC (rev 12884)
+++ trunk/bindings/c++/plstream.h 2013-12-19 11:43:30 UTC (rev 12885)
@@ -447,7 +447,7 @@
PLFLT x_length, PLFLT y_length,
PLINT bg_color, PLINT bb_color, PLINT bb_style,
PLFLT low_cap_color, PLFLT high_cap_color,
- PLINT cont_color, PLINT cont_width,
+ PLINT cont_color, PLFLT cont_width,
PLINT n_labels, PLINT *label_opts, const char * const *label,
PLINT n_axes, const char * const *axis_opts,
PLFLT *ticks, PLINT *sub_ticks,
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|