Skip to main content
Tooling
0 votes
0 replies
86 views

There's a tree data structure with string nodes. Is there a framework/library to draw this structured text tree into graphic context (CGContext)? it's about calculating correct layout to represent it ...
diglan's user avatar
  • 1
1 vote
1 answer
36 views

I'm trying to define a subroutine to draw a sphere to be used inside the draw routines sphere(radius,coords) := block([t], transform = [x+coords[1] , y+coords[2] , z+coords[3], x, y, z], ...
Ross's user avatar
  • 216
Tooling
0 votes
0 replies
46 views

Is it possible to draw simple images and diagrams directly out of ASCII text in Sphinx? Something like AsciiDraw or AsciiFlow but directly visible in the RST file and then rendered automatically to a ...
CeDeROM's user avatar
  • 647
3 votes
1 answer
561 views

I’m working on a React component that uses Excalidraw, and I want to save and load drawings from localStorage so users don’t lose their work after refreshing the page. import { Excalidraw } from "...
mounir abaddah's user avatar
2 votes
2 answers
218 views

I'm writing text into an image and I want this text to be scaled up (like doubled or tripled). import ( "golang.org/x/image/font" "golang.org/x/image/font/basicfont"...
Nil's user avatar
  • 30
3 votes
3 answers
159 views

I'm trying to put together an app, but I've run into problems trying to get data into an IDrawable graph display. The app is just supposed to show a plot of random data from a float[] which is then ...
aardvark2012's user avatar
0 votes
1 answer
114 views

I am working on designing a system in AWS. I need help understanding how to draw or represent a Lambda function with its layers. Is there an icon in draw.io to represent a Lambda function with layers? ...
shukla's user avatar
  • 85
6 votes
0 answers
298 views

I'm trying to draw a rounded rectangle in X11 using the following: #include <X11/Xlib.h> #include <stdlib.h> int main() { Display *display; Window window; GC gc; XEvent ...
Andereoo's user avatar
  • 1,078
0 votes
1 answer
56 views

**I am trying to draw a 2 cm circle in Flutter that remains the same physical size across all mobile devices, regardless of screen resolution or pixel density. Currently, I am using MediaQuery.of(...
Ravindra Dabhi's user avatar
-1 votes
1 answer
2k views

I am trying to show LangChain graph in my python module code. Not Jupiter notebook. However, the following code snippet: from IPython.display import Image, display from langgraph.graph import ...
khteh's user avatar
  • 4,364
0 votes
0 answers
81 views

I'm having trouble drawing my animation to the correct position. I draw my animation from an atlas, and offset the position of the animation by how many pixels have been trimmed when packing the ...
dodgergram's user avatar
0 votes
1 answer
117 views

I am using SwiftyDraw library to draw a path for my app. Drawing the path is working well but there is a problem if user start drawing path and move the finger back and forth in the same position. ...
Sptibo 's user avatar
  • 283
0 votes
1 answer
145 views

I like the 3D plot figure: (load(implicit_plot),plot3d( 1,[theta, 0, %pi], [phi, 0, 2*%pi], same_xyz, [transform_xy, spherical_to_xyz],[grid,20,20],[color,black],palette,[png_file, "transform.png&...
user158293's user avatar
0 votes
1 answer
118 views

I have successfully changed the output from default terminal screen to a *.png by for example. [load(implicit_plot), gnuplot_out_file[png,"gnu.png"], implicit_plot(x^2+y^2-1,[x,-1,1],[y,...
user158293's user avatar
1 vote
1 answer
441 views

I am educating myself by messing around a bit with the canvas in a Composable. The idea I am looking for is to: Have a background color ( in this case just doing a gradient of colors) Black ...
user22239162's user avatar

15 30 50 per page
1
2 3 4 5
236