Cannot re-order axes in ggalluvial

I have read through all of the ggalluvial posts that I can find about ordering the axes in an alluvial diagram. Each of my axes is a factor variable and I have set the levels to be in the order I wish for them to appear in the plot. The first of my two axes is correctly ordered per the levels of its factor variable and the order changes as it should when I change the levels. However, the second axis does not reflect the levels of its underlying factor variable. For some reason the second axis appears to mirror the levels of the first axis for all overlapping drug classes and is not responsive to any changes I make to the levels.

Does any one have any suggestions for address this problem?

For refernece, here is my data:

top_transitions <- data.frame(
  last_pre_tx_drug = c("DPP4 inhibitors", "DPP4 inhibitors", "Insulin", "Insulin", "Insulin", "None", "None", "None", "None", "None", "Sulfonylureas", "Sulfonylureas", "Sulfonylureas", "Sulfonylureas"),
  post_transplant_drug = c("Insulin", "Insulin + DPP4 inhibitors", "Insulin", "None", "Insulin + GLP-1 RAs", "DPP4 inhibitors", "Insulin", "None", "Biguanides", "Sulfonylureas", "Insulin + Sulfonylureas", "Insulin", "None", "Sulfonylureas"),
  N = c(1809, 1005, 35053, 4506, 808, 2200, 12087, 36052, 1304, 3303, 1301, 5017, 1302, 1207)
)

top_transitions$last_pre_tx_drug <- factor(top_transitions$last_pre_tx_drug, levels = c("DPP4 inhibitors", "Insulin", "None", "Sulfonylureas"))
top_transitions$post_transplant_drug <- factor(top_transitions$post_transplant_drug, levels = c("DPP4 inhibitors", "Insulin + Sulfonylureas", "Insulin", "Insulin + DPP4 inhibitors", "None", "Insulin + GLP-1 RAs", "Biguanides", "Sulfonylureas"))


And here is the code I’m using for my plot:

# Color palette based on the levels of post_transplant_drug
color_palette <- c(
  "DPP4 inhibitors" = "#4393C3",
  "Insulin + Sulfonylureas" = "#B2182B",
  "Insulin" = "#2166AC",
  "Insulin + DPP4 inhibitors" = "#A6A6A6",
  "None" = "#92C5DE",
  "Insulin + GLP-1 RAs" = "#1B7837",
  "Biguanides" = "#F4A582",
  "Sulfonylureas" = "#D6604D"
)

ggplot(top_transitions, aes(axis1 = last_pre_tx_drug, axis2 = post_transplant_drug, y = N)) +
  geom_alluvium(aes(fill = post_transplant_drug), width = 1/25, knot.pos = 0.1, curve_type = "sigmoid") +
  geom_stratum(width = 1/5, fill = "#F0F0F0", color = "#808080") +
  geom_text(stat = "stratum", aes(label = after_stat(stratum)), size = 3.5, color = "#333333",
            family = "Helvetica Neue", fontface = "bold", hjust = 0.5, vjust = 0.5) +
  scale_x_discrete(limits = c("last_pre_tx_drug", "post_transplant_drug"),
                   labels = c("Last Regimen UsednPre-Transplant", "First Regimen UsednPost-Transplant"),
                   expand = c(.02, .02)) +
  scale_fill_manual(values = color_palette, name = "Post-TransplantnDrug Class") +
  theme_minimal() +
  theme(plot.title = element_text(face = "bold", size = 16, hjust = 0.5, margin = margin(b = 10), family = "Helvetica Neue"),
        plot.subtitle = element_text(size = 12, hjust = 0.5, margin = margin(b = 20), family = "Helvetica Neue"),
        axis.title = element_blank(),
        axis.text = element_text(size = 11, color = "#333333", family = "Helvetica Neue"),
        axis.text.y = element_blank(),
        legend.position = "bottom",
        legend.title = element_text(size = 11, face = "bold", family = "Helvetica Neue"),
        legend.text = element_text(size = 10, family = "Helvetica Neue"),
        panel.grid = element_blank(),
        panel.border = element_blank(),
        plot.margin = margin(20, 20, 20, 20))

No matter what I try, the right most axis always appears as follows:

Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa Dịch vụ tổ chức sự kiện 5 sao Thông tin về chúng tôi Dịch vụ sinh nhật bé trai Dịch vụ sinh nhật bé gái Sự kiện trọn gói Các tiết mục giải trí Dịch vụ bổ trợ Tiệc cưới sang trọng Dịch vụ khai trương Tư vấn tổ chức sự kiện Hình ảnh sự kiện Cập nhật tin tức Liên hệ ngay Thuê chú hề chuyên nghiệp Tiệc tất niên cho công ty Trang trí tiệc cuối năm Tiệc tất niên độc đáo Sinh nhật bé Hải Đăng Sinh nhật đáng yêu bé Khánh Vân Sinh nhật sang trọng Bích Ngân Tiệc sinh nhật bé Thanh Trang Dịch vụ ông già Noel Xiếc thú vui nhộn Biểu diễn xiếc quay đĩa Dịch vụ tổ chức tiệc uy tín Khám phá dịch vụ của chúng tôi Tiệc sinh nhật cho bé trai Trang trí tiệc cho bé gái Gói sự kiện chuyên nghiệp Chương trình giải trí hấp dẫn Dịch vụ hỗ trợ sự kiện Trang trí tiệc cưới đẹp Khởi đầu thành công với khai trương Chuyên gia tư vấn sự kiện Xem ảnh các sự kiện đẹp Tin mới về sự kiện Kết nối với đội ngũ chuyên gia Chú hề vui nhộn cho tiệc sinh nhật Ý tưởng tiệc cuối năm Tất niên độc đáo Trang trí tiệc hiện đại Tổ chức sinh nhật cho Hải Đăng Sinh nhật độc quyền Khánh Vân Phong cách tiệc Bích Ngân Trang trí tiệc bé Thanh Trang Thuê dịch vụ ông già Noel chuyên nghiệp Xem xiếc khỉ đặc sắc Xiếc quay đĩa thú vị
Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa
Thiết kế website Thiết kế website Thiết kế website Cách kháng tài khoản quảng cáo Mua bán Fanpage Facebook Dịch vụ SEO Tổ chức sinh nhật