mirror of
https://github.com/logos-messaging/research.git
synced 2026-01-03 22:53:09 +00:00
truncate X axis at 14 instead of 15 in message_hops plot
This commit is contained in:
parent
37d788eb77
commit
3ae10e3412
@ -39,7 +39,7 @@ with plt.style.context(['science', 'ieee']):
|
||||
ax2.set(**dict(ylabel='\nBandwidth amplification'))
|
||||
|
||||
# Set the limits of the x-axis and y-axis
|
||||
ax1.set_xlim(2, 15)
|
||||
ax1.set_xlim(2, 14)
|
||||
ax1.set_ylim(2, ax1.get_ylim()[1]) # Ensure that the lower limit is 2
|
||||
|
||||
# Set the limits of the second y-axis to match the first y-axis
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
|
Before Width: | Height: | Size: 74 KiB After Width: | Height: | Size: 73 KiB |
Loading…
x
Reference in New Issue
Block a user