python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Bold Format Suptitle with Mathematical Expression
This line of code:
plt.suptitle("Observed and Predicted $U_{dec,c}$",x=mid,fontweight='bold')
Produces a suptitle like this:
However, I require the entire string to be in bold, including t...
chrisprt
Votes: 0
Answers: 2
ggsurvplot (Survminer) Customising the title (adding italics)
I am looking to customise my ggsurvplot title by making one word in it be in italics.
I have tried the more 'classic' code that words in ggplots, but they don't appear to work in this.
Here is an exam...
Sophieseee
Votes: 0
Answers: 1
How to replace 3 strings in post title?
I have this code:
<?php $wptitle = get_the_title( get_the_ID() ); $wptitle = str_replace(" – word1 word2", "", $wptitle); echo $wptitle; ?>
But it does now work. When I put o...
zecke
Votes: 0
Answers: 2