Commit 476afccf5ebe8eebdfcd3c18f8533e42a7ad6c93

Authored by Erdogan Furkan
1 parent 2a51d05f

11100 - Minor fix2

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/ParamOutputImpl/Plot/PanelPlotOutput.cc
... ... @@ -1593,7 +1593,7 @@ namespace plot
1593 1593 _pls->fill( 4, x, y );
1594 1594 _pls->lsty( 1);
1595 1595 // Set line thickness.
1596   - _pls->width(5);
  1596 + _pls->width(2);
1597 1597 _pls->line( 4, x, y );
1598 1598  
1599 1599 // Restore color.
... ...