We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PLotting with Pandana/UrbanAccess doesn't properly format title when calling .set_title
.set_title
bbox = [43.435966,-80.682529,43.528884,-80.418858]
Operating system: Windows
Python version: 3.9.7
UrbanAccess version:
n = 1 bmap, fig, ax = network.plot(access[n], bbox=bbox, plot_kwargs=plot_kwargs, fig_kwargs=fig_kwargs, ) ax.set_axis_bgcolor('k') ax.set_title('Walking distance (m) to nearest amenity around Waterloo', fontsize=15)
No error but this happens:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description of the bug
PLotting with Pandana/UrbanAccess doesn't properly format title when calling
.set_title
GTFS feed or OSM data (optional)
Environment
Operating system: Windows
Python version: 3.9.7
UrbanAccess version:
Paste the code that reproduces the issue here:
Paste the error message (if applicable):
No error but this happens:
The text was updated successfully, but these errors were encountered: