Open superseanyoung opened 1 week ago
Hmmm, I'm not entirely sure what is needed here. Have you tried posting an issue on the DataMapPlot repository? I think there isn't much to do from my end since I'm just calling that package and passing the data.
Can the "visualize_document_datamap()" method set font display parameters?
Have you searched existing issues? 🔎
Desribe the bug
fig = topic_model.visualize_document_datamap( sentences, topics=topics, reduced_embeddings=reduced_embeddings,
custom_labels=custom_labels,
) Even after setting plt.rcParams['font.sans-serif'] = ['SimHei'], I still can't see the characters.
Reproduction
BERTopic Version
0.16.4