| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 2 months |
| seen | Jan 21 at 13:52 | |
| stats | profile views | 21 |
|
Apr 23 |
accepted | TeX and TraditionalForm |
|
Apr 23 |
comment |
TeX and TraditionalForm You're correct! Thank you. |
|
Apr 23 |
asked | TeX and TraditionalForm |
|
Apr 20 |
revised |
Coloring edges in GraphPlot added 81 characters in body |
|
Apr 19 |
comment |
Coloring edges in GraphPlot Sure. You can find some info about that here and here. In simple terms: it's an edge set, that covers all the vertices, and there're no two edges, that would contain the same vertex. |
|
Apr 19 |
comment |
Coloring edges in GraphPlot That's one of the first things I've looked into. But I haven't found a way to implement three different EdgeRenderingFunction for the same graph, separating edge groups. |
|
Apr 19 |
comment |
Coloring edges in GraphPlot thanks for your answer, that's another way to look at my problem. Sorry for that formulation; my goal was to color different perfect matchings with different colors. |
|
Apr 19 |
comment |
Coloring edges in GraphPlot Never crossed my mind, I can use the label option of an edge as a color-switcher one! |
|
Apr 19 |
revised |
Coloring edges in GraphPlot answer update with a picture |
|
Apr 19 |
awarded | Supporter |
|
Apr 19 |
accepted | Coloring edges in GraphPlot |
|
Apr 19 |
comment |
Coloring edges in GraphPlot Now it's exactly what I needed! Thanks a lot! |
|
Apr 19 |
comment |
Coloring edges in GraphPlot Thanks for such a quick response! Your example helps me to understand that EdgeRenderingFunction deeper, than earlier. But your way has two disadvantages for me:
1) a have to create some special set to work with, which is quite difficult, since a want to visualize a lot of data
2) in your code there're two matchings that are highlighted with the same color.
You way works with the edge properties, but if there're two same edge sets, that I want to highlight differently, it won't work. I was thinking about coloring them according to their number in the given edge list. |
|
Apr 19 |
awarded | Editor |
|
Apr 19 |
revised |
Coloring edges in GraphPlot added 173 characters in body |
|
Apr 19 |
asked | Coloring edges in GraphPlot |
|
Mar 19 |
awarded | Scholar |
|
Mar 19 |
accepted | RegionPlot3D contour problem |
|
Mar 19 |
comment |
RegionPlot3D contour problem Well, the difference is that 3D set has a range of s values with constant q, while surface doesn't. |
|
Mar 19 |
comment |
RegionPlot3D contour problem Hi, Artes! Thanks a lot for this answer, it's very helpful. Although, would I be able to intersect the contour part with other bool sets? I mean, what if I add another condition, using other equation, would it intersect the contour part with it ass well? |