DOT is both a mathematical graph description language and a particular graph rendering engine (dot). As a graph description language, DOT uses a simple plain text mapping syntax to describe the relationships between nodes and edges (e.g. `nodeA -> nodeB`) , and a plain text markup syntax to add ...
0
votes
2answers
10 views
Make input field auto format number with dot separator using JTextfield in Java (Netbeans)
i'm newbie in Java
In my first Java program (using Netbeans) i want to add input field auto format number with dot "." separator using JTextfield.
Here is my short code :
private void ...
0
votes
0answers
10 views
children order in graphviz tree
I have following tree:
digraph G {
subgraph cluster0{
37[label="+"];
42[label="a"];
44[label="b"];
47[label="*"];
46[label="c"];
49[label="d"];
...
0
votes
1answer
22 views
Vertically aligning a node joining subgraphs in Graphviz
I give the following input to Dot:
digraph G {
subgraph cluster1 {
fontsize = 20;
label = "Group 1";
A -> B -> C -> D;
style = "dashed";
}
subgraph {
O ...
0
votes
3answers
42 views
I need to set a json object property in a object, then reference that property from another object in the same object [duplicate]
I have this issue, I want to be able to change the audio being used based on the browser. What I have is an object seen below, which has a "ext: { sound: '.mp3' }", at some point I will make some ...
1
vote
1answer
36 views
Graph of Graphs in Graphviz
I have a collection of digraphs encoded in the DOT language. I want to construct a graph-of-graphs such that each node in the super-graph is one of these digraphs. Is there a way to do this within ...
0
votes
2answers
39 views
Replace dot to comma jQuery (newbie)
im new in the community, im trying to replace the dot to comma in a simple math operation, i really need help. Many thanks to all.
something like this: jQuery Replace dot to comma and round it
...
0
votes
0answers
64 views
CFA path diagram using Graphviz
Updated:
I am using Graphviz to produce a CFA path diagram. Using previous posts I have almost produced what i want but i need a little bit of help with a couple of refinements please:
I would like ...
0
votes
3answers
44 views
Can someone explain . and -> in objective c?
Help me :( i dont know why?
@interface RootViewController : UITableViewController {
BOOL isSearchOn;
}
self->isSearchOn = NO; ( no error)
self.isSearchOn = NO; ( error)
0
votes
0answers
30 views
htaccess can't access dots (.) in the URL
It's been around 3 days that I am trying to fix this error with my .htaccess but all my research was in vain: No answers were found.
Here is my current .htaccess:
Options +FollowSymlinks
...
1
vote
0answers
30 views
sse2 multiplication vectors X and Y using multithreaded algorithm in cpp
So my code for thread is:
DWORD WINAPI ThreadFunc1(LPVOID lpParam )
{
THREAD_DATA *ptrDat = (THREAD_DATA *)(lpParam);
int loc_N = ptrDat->loc_N ;
int ntimes = ptrDat->ntimes;
__m128d rx0, ...
0
votes
0answers
104 views
add bullets or dots to current jquery slide show
i have a jquery slideshow with below codes,
$(function () {
var current = 0, timer,
$imgs = jQuery('#m_slider .ms1'),
imgAmount = $imgs.length;
$($imgs.css('position', ...
1
vote
2answers
106 views
Haskell function composition, type of (.)(.) and how it's presented
So i know that:
(.) = (f.g) x = f (g x)
And it's type is (B->C)->(A->B)->A->C
But what about:
(.)(.) = _? = _?
How this is represented? I thought of:
(.)(.) = (f.g)(f.g)x = f(g(f(g x))) // this
...
0
votes
0answers
17 views
Dot indicators not showing up Flexslider
Hi I'm pretty new to this but I've manage to get my flexslider showing my images in sequence (on my website) The problem I'm having is I can't get the dot indicators to show up. I've copied the html ...
0
votes
2answers
36 views
File.getCanonicalPath() returns error if directory begins with a dot
Note: Invalid question, issue was caused by a misplaced ! in a parent function. The question is flagged so it can be removed by a moderator.
I've created a function that checks if a ...
0
votes
0answers
25 views
Java Graph Library Support DOT format
I am looking for a java library similar to JUNG (http://jung.sourceforge.net/), but support DOT language.
Grappa which built on top of GraphViz support DOT, but it requires GraphViz binary.
Pure java ...
1
vote
2answers
42 views
Custom Neo4j GraphViz Writer
I have an application which produces a GraphViz dot file for a subgraph of my Neo4j database. It works like a charm, but there is somewhat of an issue.
Right now, the title of each node is the node ...
0
votes
3answers
582 views
How restrict textbox in C# to only receive numbers and (dot “.” or comma “,”), after “.” or “,” only allow 2 number characters
i am trying develop a code to restrict TextBox using C# to only allow numbers entry + comma(",") or dot(".") + only 2 numbers after dot or comma
So this way see possible numbers that can entry:
...
0
votes
1answer
54 views
Graphviz Sharing Attributes between Nodes or Edges
I'm using Graphviz (namely Dot) to draw up a state machine for a Hypermedia API I'm planning on building. In my graph, nodes represent states, while edges represent links. What I'm trying to do is ...
0
votes
1answer
14 views
Keep nodes within specific clusters
I've been looking over the GraphViz docs and stackoverflow for the last hour, but can't find a solution to this problem. I have several clusters in my dot file, and I need certain nodes to stay within ...
0
votes
2answers
43 views
Issue with graphviz never completing
Can someone help me figure out why the following graph never generates in dot? I think the problem has something to do with the headport and tailport. It works if I take those out, but ideally I want ...
1
vote
0answers
67 views
Shorten execution time and file size of SVG graph generation
My program generated a dot file a.dot, then I use dot -Tsvg a.dot > a.svg
But there two problems about using the transformation script:
Is there way to shorten the execution time of the ...
2
votes
1answer
83 views
Graphviz subgraphs looking like record shaped nodes
I'm trying to generate graph for GStreamer applications where are many nested bins. Each bin have some elements but bin for parent bin looks like any other common element that have pads (sinks and ...
0
votes
1answer
37 views
Dote size in pairs plot
I managed to make a plot with the r function "pairs" (the value of the Kendall tau's in the lower panel and pairs-plots in upper panel). Still i have one problem. How do I change the size of the dots ...
2
votes
1answer
77 views
How can I dump an abstract syntax tree generated by gcc into a .dot file?
I think the question's title is self explanatory, I want to dump an abstract syntax tree generated by gcc into a .dot file (Those files generated by Graphviz) because then I want to view it in a .png ...
0
votes
1answer
46 views
How to color point in R with the same scale
I have a data frame in the following form:
Data <- data.frame(X = sample(1:10), Y = sample(1:10))
I would like to color the dots obtained with
plot(Data$X,Data$Y)
using the values from ...
1
vote
1answer
102 views
A function that takes two matrices as input, and returns a matrix with A * B. In Python
I am trying to figure out how to create a dot product matrix. Here is the code I have made so far:
C = [[4,1,9], [6,2,8], [7,3,5]]
D = [[2,9], [5,2], [1,0]]
def prettyPrint(A):
for i in ...
0
votes
2answers
129 views
Find text string or part of text with dot in grepWin
I am using grepWin on Windows 7 64. http://tools.tortoisesvn.net/grepWin.html
I have a folder with files and their duplicate copies.
The original files are named "FILENAME DOT FILETYPE" (without ...
-1
votes
1answer
214 views
Generating a dot plot in R
I have 3 vectors of data in R and would like to produce a plot like the one here:
!(http://r.789695.n4.nabble.com/file/n2134530/Rplot_dotplot.jpg)
For example, say I have the vectors:
A=runif(50)
...
0
votes
3answers
61 views
How to wait for parallelized bash command that itself runs other tasks in threads? (doxygen & dot)
I'm on Mac OS X and use the following bash script to run doxygen on around 10 source code libraries.
Problem is, doxygen runs the most time-consuming task "dot" (creates class diagrams) on separate ...
1
vote
1answer
112 views
Programmatically specifying nodes of the same rank within networkx's wrapper for pygraphviz/dot
Is it possible to alter the following code to put Child_4 at the same horizontal level as Grandchild_0 (thereby pushing Grandchild_4 to its own level)?
import networkx as nx
import matplotlib.pyplot ...
0
votes
0answers
74 views
supersized jquery thumbnail tray overlaps dots nav
Please take a look at vividdreams.ca/vd/ for some odd reason i thumbsnails over lapping my dots nav. It should only show dots on main page and thubnails in fullscreen. very odd . wondering if anyone ...
0
votes
1answer
25 views
Is there a better way to point to a sub graph?
I'd like to point to a sub graph where the line stops on the edge.
From what I understand I can select any of the nodes in the sub graph.
Is there a way to create an invisible node that you can point ...
0
votes
0answers
39 views
correct syntax for Amplitude function
Please see the grab of an Amplitude function. I wanted to know how to write this in javascript or C#? Its the litte dot between the a x that I'm not sure of. Possibly asin or dot product?
Anyway, ...
4
votes
1answer
120 views
Forcing orthogonal (vertical or horizontal) edges with dot
I would like to force dot displaying only vertical or horizontal edges between nodes.
I have found a similar request with the post Family tree layout with Dot/GraphViz, but I am not dealing with ...
0
votes
1answer
48 views
Display nodes below parent without taking ranks to account
I'm making sorta super simplified class diagram in dot language. The diagram contains only simple nodes with class names, inheritance and aggregation.
In order to have a specific style for ...
0
votes
1answer
36 views
Dot in Classpath Declaration
I read that basically in order to activate the searching function in the current folder by using the command line javac -cp it's mandatory to specify a dot(.) as follows javac -cp . File.java.
I ...
0
votes
1answer
42 views
HTML labels with ocamlgraph
Is it possible to make a graph like this one with ocamlgraph? HTML labels have to be delimited with <> instead of "" and I don't see any mention of this functionality in the documentation.
0
votes
2answers
46 views
MATLAB: A .(dot) operator
I have to interpret the following MATLAB code:
load('pmat.mat');
vecP = pmat.pmat;
I have no clue for how 'pmat.mat' looks like. I wonder what the dot(.) operator does. I applied that to a vector, ...
0
votes
1answer
117 views
Get class hierarchy dot file from doxygen
Doxygen generates a nice class hierarchy for my project using graphviz. But I now want to add manual annotations to that graph. For that I need to edit the DOT file. However doxygen doesn't seem to ...
0
votes
0answers
42 views
Are GraphViz dot files deterministic?
I am making some GraphViz dot graphs within my source code using Doxygen.
Question: Are the graphs produced by a specific dot file guaranteed to always produce the same output?
Is this the case for ...
1
vote
1answer
39 views
dot: dash in name
Is it possible to have a dash in the node name? I tried escaping with backslash (searching the web didn't helped either).
Example:
digraph test {
some-name -> other-name;
}
2
votes
1answer
83 views
ANTLR Custom DOT Template
Is there a way to create/extend the default template for generating .dot files in ANTLR?
I have some custom properties in my nodes that I'd like to visualise on my tree, rather than having to print ...
0
votes
0answers
63 views
Layering in Graphviz using Dot Language
I am working on a dot file to present the layering for nodes.
The figure I have is this one.
(sorry, I do not have enough reputation to post images..)
...
3
votes
1answer
81 views
Horizontal Trees in Graphviz
I've made a tree in the dot language, similar to the one here.
Is there any way I could get the tree to expand to the right, instead of downwards (so the root node is on the left and children go ...
0
votes
1answer
84 views
How to render DotML
How do I render DotML into a chart? According to the website here:
Getting graphs from your data is a three-step process. First, generate or manually type a >XHTML (or any other XML) file that ...
-1
votes
3answers
61 views
What does the .= operator mean in PHP?
I have a variable that is being defined as
$var .= "value";
How does the use of the dot equal function?
0
votes
1answer
29 views
How to print a description string near a node?
I have recently started to use the DOT language to describe the structure of a binary tree. The following example allows to draw a binary tree having numbers as labels inside each node.
graph tree {
...
0
votes
1answer
84 views
HLSL Dot Product Returning Unexpected Results
In an effort to spare you all of having to navigate my actual code, I have tried to reduce my problem down to simplest form. I’m unable to produce the expected result while using the dot function ...
5
votes
3answers
151 views
Is there a numpy/scipy dot product, calculating only the diagonal entries of the result?
Imagine having 2 numpy arrays:
> A, A.shape = (n,p)
> B, B.shape = (p,p)
Typically p is a smaller number (p <= 200), while n can be arbitrarily large.
I am doing the following:
result = ...
0
votes
2answers
78 views
Are dots in URL treated as spaces by SE? Does /mr.-john-smith/ have double space? [closed]
From what I gathered from google, dots are treated like dashes (spaces) by the search engine. How should one write an URL if users are searching for Mr. John Smith?
example.com/Mr.-John-Smith
...





