Top "Diagram" questions

A diagram is a two-dimensional geometric symbolic representation of information according to some visualization technique.

matplotlib.pyplot How to name different lines in the same plot?

Think about doing this: import matplotlib.pyplot as plt plt.plot(x_A,y_A,'g--') plt.plot(x_B,…

python plot matplotlib diagram
How to export a SQL Server 2008 Database Diagram to another DB?

I use the handy Database Diagramming tool in SQL Server 2008 for creating and managing relationships. I have exported the sourceDB …

sql-server diagram
Is UML practical?

In college I've had numerous design and UML oriented courses, and I recognize that UML can be used to benefit …

uml class-design diagram
How to view database diagram in a Code First using localdb

I have a Code First project with Entity Framework 5.0.0 using localdb created in Visual Studio 2012 Ultimate. Although I can see …

database entity-framework visual-studio-2012 relationship diagram
UML Diagram to Model API

I need to create a diagram to document a RESTFul API that build, which UML diagram should I use? Thanks …

api uml diagram modeling
How to generate SQL tables from ER diagram in Power Designer 15?

I want to generate Sql tables from ER diagram in Powerdesigner ,but ,I don't know how can i do that? …

sql sql-server-2008 diagram entity-relationship powerdesigner
svg diagrams using python

I am looking for a library to generate svg diagrams in python (I fetch data from a sql database). I …

python svg diagram
How is a context diagram different than a level 0 diagram?

What is the difference, if any, between a context diagram and a level 0 diagram?

entity-relationship diagram
What is the correct way to represent template classes with UML?

On a UML diagram, what is the correct way to represent a template class?

templates uml diagram
Common usecase diagram for games

I developed a simple 2D puzzle game (like "bejeweled"). It can be played in two modes - "campaign" and "quick …

diagram use-case 2d-games