-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ability to set font size in plot (#1879)
* Added a function to process font sizes * Add ability to set font size in plot and test it * formatting with black * correct import order * move arg to be the last and added a docstring * Update folium/folium.py Co-authored-by: Frank Anema <[email protected]> * Change to accept em and px made px the default in line with _parse_size. * correct test units * formatting with black * formatting with black * Update tests/test_utilities.py * Update tests/test_utilities.py --------- Co-authored-by: Frank Anema <[email protected]>
- Loading branch information
Showing
4 changed files
with
43 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters