Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 75a92d8

Browse files
committed
Improve documentation outputs.
1 parent 95d93d2 commit 75a92d8

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

examples/lines_bars_and_markers/marker_reference.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ def split_list(a_list):
197197
ax.text(x, 2.5, f"{theta}°", horizontalalignment="center")
198198
format_axes(ax)
199199

200+
fig.tight_layout()
200201
plt.show()
201202

202203
###############################################################################

examples/lines_bars_and_markers/multivariate_marker_plot.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,5 @@
4343
ax=ax, label="Normalized Thrust [a.u.]")
4444
ax.set_xlabel("X position [m]")
4545
ax.set_ylabel("Y position [m]")
46+
47+
plt.show()

0 commit comments

Comments
 (0)