Update Implementation authored by Richard Schmidt's avatar Richard Schmidt
...@@ -83,7 +83,7 @@ So the software will calculate the baseSize for the given `g, gpad, b, bpad` and ...@@ -83,7 +83,7 @@ So the software will calculate the baseSize for the given `g, gpad, b, bpad` and
In the case of `thickness < minThickness` an exception will be thrown stating that there is not enough space available. In the case of `thickness < minThickness` an exception will be thrown stating that there is not enough space available.
## Adding textures, frames and line styles in the floating dot mode ## Adding textures, frames and line styles to the floating dot mode
### Adding textures to bar charts ### Adding textures to bar charts
To add a new texture to bar charts, first implement a texture function in AbstractBarChartPlotter (e.g. fillFullPattern). Then add a new else-if-statement in plotAndFillRectangle with an incremented value for j and the newly defined function in the body. A comment "new textures are added here" will show you the right spot (line 148). To add a new texture to bar charts, first implement a texture function in AbstractBarChartPlotter (e.g. fillFullPattern). Then add a new else-if-statement in plotAndFillRectangle with an incremented value for j and the newly defined function in the body. A comment "new textures are added here" will show you the right spot (line 148).
... ...
......