Questions tagged [diagrams]

88 questions
0
votes
1 answer

Best Graphdrawing library

I have some data that has X and Y values and i would like to print them in a graph. I don't need anything advanced because the data is very simple but I would like something that looks good and has nice design (which excel hasn't). Thanks for any…
Jonas
  • 1,112
  • 5
  • 17
  • 28
0
votes
1 answer

representing total partial participation in sql / mysql from er diagrams

In an ER diagram, you can represent participation by normal line / thick line from an entity to a relationship. *How do you represent participation when you make an SQL table? *can you have strong entities that require total participation in a…
0
votes
1 answer

Backup SQL Server 2008 diagrams

how can I backup the SQL Server 2008 diagrams ? I need to move some diagrams from data base to another has the same tables and everything but has more stored procedures , functions and so on ?
0
votes
2 answers

class diagram Question(UML)

ok so I want to make a game but am having some difficulty in getting the class diagram sorted. this would be for the Use case of : user Equips weapon. (user can select unlocked weapons only,) what would the class diagram of this look like with 2…
RY4N
  • 1,080
  • 3
  • 14
  • 31
0
votes
2 answers

Understanding UART Timing Diagrams

I'm struggling to understand how this UART timing diagram works. From my understanding C ascii is 43H in hex and in binary it is 0100 0011, so did they put the lower bit first and then the high bit? aka 0011 0100? If that's the case why is it…
Malinator
  • 113
  • 1
  • 1
  • 5
0
votes
1 answer

Rails chartkick how to add names

I am using gem 'chartkick' and have such code: <%= pie_chart question.responses.group(:answer_variant_id).count %> the table responses is connected with table answer_variants through answer_variant_id. Currently my pie chart shows answer…
Neon_10
  • 711
  • 2
  • 7
  • 19
0
votes
1 answer

excel change diagram characteristics with VBA

I have many diagrams in excel and I need to change their look. I wrote this cscript in VBA but it is not working: Sub Makro1() ' ' Makro1 Makro ' ' For i = 1 To 28 ActiveSheet.ChartObjects("Diagramm " & i).Activate …
GeMa
  • 149
  • 1
  • 3
  • 13
0
votes
1 answer

Not exactly following what is depicted on project UML diagrams

This has been confusing me for quite some time. I have an app which is already done, but since the client is looking for a detailed documentation of it, I now have to create diagrams. The point where I get so confused is, whenever I make the…
Glen
  • 79
  • 2
  • 9
0
votes
1 answer

Eclipse: showing an interactive map of your project

Is there a way to get Eclipse to do something like this: It would be SOOOO helpful.
NullVoxPopuli
  • 61,906
  • 73
  • 206
  • 352
0
votes
2 answers

What type of composition would this be?

I have a question regarding on how can I make a diagram by using my code. I have a class Player and inside of this class there are some methods. I have another class called HealthManager which decides how much health would the player have. In my…
0
votes
4 answers

Does the Derived class need diamond link?

If, for example, I have the following requirements: 1. Dog is an Animal 2. Zoo has Animal(s) Do I still need the 2nd diamond connector (the lower one) as shown here:
The_Void
  • 1
  • 1
0
votes
1 answer

Translating mouse-over text in NVD3.js

I'm using some stacked bar diagrams with the excellent nvd3 library (These: http://nvd3.org/examples/multiBar.html) I have a problem though. I want the mouse-over tooltip just as it is, but I need to translate the word 'on' into another language. I…
Christoffer
  • 7,470
  • 9
  • 39
  • 55
0
votes
1 answer

fUML, Papyrus and Basic Operations

We aim to execute fUML specifications written in Papyrus using the fUML reference implementation. This has not been challenging since an UML model containing a single Class diagram and one or more Activity Diagrams can be directly executed by…
AntMor
  • 417
  • 6
  • 18
0
votes
0 answers

How to create a dynamic chart in access

I have one table that is an income distribution. It contains the share of individuals within each quintile. In another table that is created through input via form the income of a indivudal is contained and the corresponding quintile. Now in a form…
Daniel
  • 394
  • 6
  • 15
0
votes
1 answer

use case diagram for social tracking application

That is my first use case diagram. the mobile application have the listed functions as shown in the image these functions are manipulated by a web serves i do not know wither that diagram is right or needed to be changed. use case diagram…
MohamedAbbas
  • 1,149
  • 4
  • 15
  • 31