Skip to content

Commit

Permalink
fix(plot): update color of the input building settings figure
Browse files Browse the repository at this point in the history
  • Loading branch information
RDWimmers committed Dec 21, 2023
1 parent 5c81914 commit ce0b264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyvibracore/results/vibration_result.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def map_payload(
gdf["category"] == "one",
~np.logical_or(gdf["monumental"], gdf["vibrationSensitive"]),
)
).plot(ax=axes, zorder=2, color=settings["sensitive_cat1"]["color"], aspect=1)
).plot(ax=axes, zorder=2, color=settings["normal_cat1"]["color"], aspect=1)
gdf.where(
np.logical_and(
gdf["category"] == "two",
Expand Down

0 comments on commit ce0b264

Please sign in to comment.