Tagged Questions
5
votes
0answers
323 views
Trying to make an automatic histogram (in pgfplots?)
How can I convert the automatic table generated by the macro, to an automatic histogram?
Is the best way do it using pgfplots?
\documentclass{article}
\RequirePackage{ifthen}
...
6
votes
2answers
418 views
Create a command to draw edges in a bipartite graph
In a document I need to insert several bipartite graphs, each one with different number of nodes and edge composition.
My idea was to create a command with two arguments:
the first one for the ...