Top "Draw" questions

A tag for questions about methods of displaying graphical data or images.

How to show x and y axes in a MATLAB graph?

I am drawing a graph using the plot() function, but by default it doesn't show the axes. How do we …

matlab graph draw axes
How to draw a line on an image in matlab?

I have two points lets say: P(x,y) [point lies at the top of image] P'(x',y') [point …

matlab line draw
Android: Drawing a canvas to an ImageView

I'm new to android programming and what I'm trying to figure out is this; In my layout i have a …

android imageview android-canvas draw
Write text on an image in C#

I have the following problem. I want to make some graphics in bitmap image like bond form i can write …

c# image text draw
How to speed up python's 'turtle' function and stop it freezing at the end

I have written a turtle program in python, but there are two problems. It goes way too slow for larger …

python graphics draw turtle-graphics
Measuring text width to be drawn on Canvas ( Android )

Is there a method which returns the width ( in pixels ) of a text to be drawn on an Android canvas …

android text android-canvas draw
How to use android canvas to draw a Rectangle with only topleft and topright corners round?

I found a function for rectangles with all 4 corners being round, but I want to have just the top 2 corners …

android android-canvas draw
Draw solid color triangle using XAML only

Is it possible to draw a filled in triangle using XAML only (not a code behind solution)? Triangle should be …

.net wpf xaml draw
Find and draw the largest contour in opencv on a specific color (Python)

Im trying to get the largest contour of a red book. I've got a little problem with the code because …

python draw contour
Draw text with graphics object on JFrame

I am an avid programmer but today is my first Java lesson. public void Paint (Graphics g) { if(g instanceof …

java swing text jframe draw