Added SparkSQL filling: `hist.fill(df)` in PySpark uses Spark to compute increases to histogram bins and then adds them into `hist`.
Tested: all axis types, weights, and some simple expressions.
Implemented but untested: profile plots and `Book.fill`.
Note: no thread safety yet (not just for Spark, but in general).