UDST / pandana

Pandas Network Analysis by UrbanSim: fast accessibility metrics and shortest paths, using contraction hierarchies :world_map:
http://udst.github.io/pandana
GNU Affero General Public License v3.0
385 stars 84 forks source link

Plotting with Pandana does not render title #180

Open AdrianaCeric opened 2 years ago

AdrianaCeric commented 2 years ago

Description of the bug

PLotting with Pandana/UrbanAccess doesn't properly format title when calling .set_title

GTFS feed or OSM data (optional)

bbox = [43.435966,-80.682529,43.528884,-80.418858]

Environment

Paste the code that reproduces the issue here:

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)

Paste the error message (if applicable):

No error but this happens: image

fillipefeitosa commented 1 year ago

Hey, are you still having this issue?