Plotting band structure with a metagga (hybrid style) KPOINTS file

I have started using the r2scan functional and would like to plot the band structure from the file. Since it is not possible to carry out non-scf calculations with r2scan, it is necessary to use a KPOINTS file with a hybrid functional like approach. A uniform k-grid followed by a high symmetry k-path with high symmetry points labeled as comments at the end of the line (think M, K , \Gamma etc.). How does one plot this hybrid like structure in pymatgen – e.g. how to get pymatgen to ignore the uniform mesh and just plot the high symmetry points?

The Vasprun.get_band_structure() method takes a force_hybrid_mode argument that looks like it will do what you need.