You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fromlets_plotimport*LetsPlot.setup_html()
ggplot() +geom_rect(xmin=0, xmax=1, ymin=0, ymax=1) + \
ggtitle('A B C D E F G H I J K L M N O P Q R S T U V W X Y Z''a b c d e f g h i j k l m n o p q r s t u v w x y z')
The problem here is not only that there is not enough space for a long title, but that the title is shifted from the center.
Even with not very long titles we face a similar situation. For example, when we put a few small plots into GGBunch().
Screen from my notebook:
The text was updated successfully, but these errors were encountered:
Look at the following simple example:
The problem here is not only that there is not enough space for a long title, but that the title is shifted from the center.
Even with not very long titles we face a similar situation. For example, when we put a few small plots into
GGBunch()
.Screen from my notebook:
The text was updated successfully, but these errors were encountered: