Procs
proc collectScales(p: GgPlot): FilledScales {....raises: [Exception, ValueError, KeyError, FormulaMismatchError, AestheticError], tags: [RootEffect].}
- Collects all scales required to draw the plot. This means comparing each possible aesthetic scale of the GgPlot p itself with its geoms and building the final Scale for each. Source Edit