Closed supernova4869 closed 2 months ago
Hi, this is now implemented in version 1.7.1. For example:
// set font size of labels and ticks
plot.set_label_x("x axis")
.set_label_y("y axis")
.set_label_x_fontsize(20.0)
.set_label_y_fontsize(30.0)
.set_ticks_x_fontsize(15.0) // ticks
.set_ticks_y_fontsize(8.0); // ticks
Thank you for the update!
Sorry for the basic question, but I did not find the details in the documents and also not found methods like
plot.set_font()
. How could I change the font size in, for example, bar plot?