Search found 3 matches
- Thu Jan 07, 2016 11:44 pm
- Forum: Graphics, Figures & Tables
- Topic: TikZ: Custom shape with input and output ports
- Replies: 5
- Views: 12746
Re: TikZ: Custom shape with input and output ports
Looks very good, I will try that. Thank you!
- Thu Jan 07, 2016 4:05 pm
- Forum: Graphics, Figures & Tables
- Topic: TikZ: Custom shape with input and output ports
- Replies: 5
- Views: 12746
TikZ: Custom shape with input and output ports
Hi, thanks for your reply!
As the data is generated by a python3 script, I think I may just create 1 shape definition for each different block. So port counts and sizes will not have to be generated by latex/tikz, alleviating the need for macros? :lol:
Problem is: I can't get a custom shape ...
As the data is generated by a python3 script, I think I may just create 1 shape definition for each different block. So port counts and sizes will not have to be generated by latex/tikz, alleviating the need for macros? :lol:
Problem is: I can't get a custom shape ...
- Mon Jan 04, 2016 5:56 pm
- Forum: Graphics, Figures & Tables
- Topic: TikZ: Custom shape with input and output ports
- Replies: 5
- Views: 12746
TikZ: Custom shape with input and output ports
Dear all!
I'm trying to create some blocks in tikz and create some edges between them. It should look like the attached image. (With more blocks obviously)
goal.png
Each block may have an arbitrary number of inputs on its left hand side, and an arbitrary number of outputs on its right hand side ...
I'm trying to create some blocks in tikz and create some edges between them. It should look like the attached image. (With more blocks obviously)
goal.png
Each block may have an arbitrary number of inputs on its left hand side, and an arbitrary number of outputs on its right hand side ...