From: laurent B. <Lau...@un...> - 2014-08-14 12:40:32
|
Hi, My program plot histogram using plplot and wxwidgets driver. On my screen plot is nice. When plot is saved in svg format I cannot see histogram with Inkscape. I don't know svg format but If I change all stroke-width="0.000000e+000" with stroke-width="1" svg is OK in Inkscape. In program I have define a width of 2( pls->width( 2 );) so how can I solve this ? Thanks for yours answers In PS file histogram is good but it is a black white plot. |