Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Boxes and their included text are not aligned properly. #56

Open
awschult opened this issue Oct 16, 2019 · 1 comment
Open

Boxes and their included text are not aligned properly. #56

awschult opened this issue Oct 16, 2019 · 1 comment

Comments

@awschult
Copy link

I am trying to generate a picture for the following diagram:

+-----------------------------------------------+
|15|14|13|12|11|10| 9| 8| 7| 6| 5| 4| 3| 2| 1| 0|
+-----------------------------------------------+

The image that is displayed is the following:
image

This could probably be fixed under issue #38 or something similar.

@dakusui
Copy link

dakusui commented Oct 17, 2019

I'm guessing what you would do is following, with -E option of ditaa.

+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
|15|14|13|12|11|10| 9| 8| 7| 6| 5| 4| 3| 2| 1| 0|
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+

And if you want to center a text in each cell on top of that, it will be a duplicate of #38 , I think.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants