From: Lorenzo M. <lor...@ya...> - 2011-10-09 13:31:56
|
Hi all, I modified PlotItem class adding the option "fs", meaning "fill style", an option useful when plotting bar diagrams or histograms (added in gnuplot 4). Theoretically it should be possible to set this option also by "with boxes fs <pattern>", but this seem to lose box width settings ...) I'm sending you the modified PlotItem.py module, and a sample script to make clear when this might come useful (in the example the method I described in my previous mail is also used). Do you think what I did is right? Or is there a better approach? Thank you, lorenzo |