Currently, _show_geojson, which is used for debugging analyze.height among other things, includes a fontsize parameter that is hard-coded at 10. It would make more sense for it to pull pcv.params.text_size so that it could be changeable.
The other option would be to include kwargs specific to plotting, but I think pulling from params when possible makes sense for now.
Currently,
_show_geojson, which is used for debugginganalyze.heightamong other things, includes a fontsize parameter that is hard-coded at 10. It would make more sense for it to pullpcv.params.text_sizeso that it could be changeable.The other option would be to include kwargs specific to plotting, but I think pulling from params when possible makes sense for now.