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

Can I create a tree diagrams like the picture below in boostnote #2044

Closed
ghost opened this issue Jun 7, 2018 · 8 comments
Closed

Can I create a tree diagrams like the picture below in boostnote #2044

ghost opened this issue Jun 7, 2018 · 8 comments
Labels
help wanted 🆘 Pull request/issue requires extra help from the community. Check these out if you're new! rewarded on issuehunt 🎁 Issue has been resolved and a contributor has been rewarded.

Comments

@ghost
Copy link

ghost commented Jun 7, 2018

Issuehunt badges

image

I'm not familiar with UML and so I don't know if such a diagram is possible.


IssueHunt Summary

nammn nammn has been rewarded.

Backers (Total: $60.00)

Submitted pull Requests


Tips


IssueHunt has been backed by the following sponsors. Become a sponsor

@Rokt33r Rokt33r added help wanted 🆘 Pull request/issue requires extra help from the community. Check these out if you're new! question ❓ Issue concerns a question. labels Jun 8, 2018
@IssueHuntBot
Copy link

@BoostIO funded this issue with $60. Visit this issue on Issuehunt

@daiyam
Copy link
Contributor

daiyam commented Aug 25, 2018

@OnlineVagrant now with Mermaid you can do a diagram like that with :

	```mermaid
	graph LR
	A(( )) --> |"P(A)"| B(("P(A)"))
	A --> |"P(Ā)"| C(("P(Ā)"))
	B --> |"P(B|A)"| D(("P(B|A)"))
	B --> |"P(B̄|A)"| E(("P(B̄|A)"))
	C --> |"P(B|Ā)"| F(("P(B|Ā)"))
	C --> |"P(B̄|Ā)"| G(("P(B̄|Ā)"))
	```

But the height of the diagram can be problematic. Bug #2335

@ghost
Copy link
Author

ghost commented Sep 28, 2018

@daiyam The mermaid scaling is bad :( I can however achieve it with plantuml :)

Example
46196882-91d53f00-c2de-11e8-98e2-e3f187b7f358

@startuml
left to right direction
( ) --> (R) : .75
( ) --> (R') : .25
R ---> (B) : 0.4
R ---> (B') :0.6
(R')---> (B ) : 0.9
(R')---> (B' ) : 0.1
@enduml

@daiyam
Copy link
Contributor

daiyam commented Dec 25, 2018

@OnlineVagrant I've the PR #2585 which fixes the height of mermaid diagrams.

It gives me that:
screen shot 2018-12-25 at 9 50 00 am

Would that be enough for your usage?

@Flexo013 Flexo013 added funded on issuehunt 💵 Issue has received funding that will be rewarded to the contributor solving this issue. and removed funded on issuehunt 💵 Issue has received funding that will be rewarded to the contributor solving this issue. 💵 Funded on IssueHunt labels Jul 25, 2019
@Flexo013 Flexo013 removed the question ❓ Issue concerns a question. label Jan 2, 2020
@Flexo013 Flexo013 closed this as completed Jan 2, 2020
@Flexo013
Copy link
Contributor

Flexo013 commented Jan 2, 2020

This is solved as of 0.14.0

@issuehunt-oss
Copy link

issuehunt-oss bot commented Jan 3, 2020

@rokt33r has rewarded $54.00 to @nammn. See it on IssueHunt

  • 💰 Total deposit: $60.00
  • 🎉 Repository reward(0%): $0.00
  • 🔧 Service fee(10%): $6.00

@daiyam
Copy link
Contributor

daiyam commented Jan 3, 2020

???

@Flexo013 Flexo013 removed the funded on issuehunt 💵 Issue has received funding that will be rewarded to the contributor solving this issue. label Jan 6, 2020
@Rokt33r
Copy link
Member

Rokt33r commented Jan 6, 2020

@daiyam Please don't forget to submit your pr to IssueHunt.
I've put money again here and rewarded. #3419

@Flexo013 Flexo013 added rewarded on issuehunt 🎁 Issue has been resolved and a contributor has been rewarded. and removed 🎁 Rewarded on Issuehunt labels Feb 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted 🆘 Pull request/issue requires extra help from the community. Check these out if you're new! rewarded on issuehunt 🎁 Issue has been resolved and a contributor has been rewarded.
Projects
None yet
Development

No branches or pull requests

5 participants