How can i get two adjacent rectangle , i managed to get 1 rectangle but i need another rectangle to be in left side and both have vertical common side.And how can i manage the horizontal alignment of the line under "Subjects" word.
http://www.plantuml.com/plantuml/uml/JP11I_j04CNl-oc6_W-5Nh8fVw5AAPM21q4Gub6GwUmsMPlCXjr9gnQ_knCBjdEPUR_t3ezPPy4aGzUQOceoOUkXmmye5zRERgqrqyBaVU0U4tRW-W3_5Lv8Rj35O-0QTjXcV-LiaVPrYWCxYcrC80avg-LPp5MCi9SG6Ku6T1uYo-Ot_i_QctAnCT_694-2N6kpoJA7Btytdw-gOVkkE2-BaQnU-UoKUhtfNFHVO0PFACsudvlF76YyAa49MSxY4GyuxdjtG2Rle8exEMhX4RvuQZWGja2nwmVn2IeANdEJaz6IQyzEd_W3
Edit: I mean same this photo:
https://drive.google.com/file/d/1FVPmchkOjxzwTPke2Qzjo_jaPeMnNIGZ/view?usp=sharing
(--------)
Hello N.,
Here is an attempt using creole, as:
@startuml rectangle r [ |<size:22>Subjects</size>|* Math\n* Physic\n* Statistic\n* Java\n* Advanced Software\n* Technical computer Science| ] @enduml
See also doc. here:
If that can help,Regards.
Thanks for your help, i mean same this photo:
See also this answer:
With that here is a proposal:
@startuml skinparam nodesep 1 skinparam shadowing false skinparam backgroundcolor transparent skinparam caption { FontColor #00518C } rectangle "IT\nAT\nSE" #green rectangle "<size:22>Subjects</size>\n<size:1>\n____\n<size:1></size>\n* Math\n* Physic\n* Statistic\n* Java\n* Advanced Software\n* Technical computer Science" #SkyBlue @enduml
Regards.