Curved lines pattern - vector

I am a real Illustrator newbie, so I hope someone can help me!
I am tying to achieve a curved pattern, kind of like the image below.
Image
I really don't know how to do it! I prefer the result to be a vector illustration. Is there in Illustrator some kind of smudge tool like the one in Ps? Or any other ideas to achieve the same result? I have tried Effect>Wrap but i never seem to be able to have the result I want.
Thank you so much in advance!

You can try Envelope Distort tool (Illustrator Menu: Object->Envelope Distort -> Make with Mesh). In Envelope Mesh Dialog set rows:4, columns:4 (or other values). Then using Direct Selection Tool (A) select some of mesh nodes and move in various directions.

Related

Removing grid lines in a map and smoothing in maps

I am trying to remove the grids on my map. I used several commands for example: plt.grid(), plt.rcParams["axes.grid"] = False but nothing happens, the map produced as is with the grids. Is there any possible way to remove the grids?
Another thing also, how can I make my plot to be smoothed instead of having the data as blocks (see below a sample of the plot).
enter image description here
Please assist in this regard.
Truly appreciate your time.
Thank you.

How to make blur in Inkscape

I am learning Inkscape and vector graphics in general.
What I am trying to draw is a simple person for my adventure game. This is what I have done:
* basic contours - no problems, path editing is quite intuitive in Inkscape,
* basic colors - I was little bit suprised, that I cannot simple fill the areas, but I get it now.
The main problems are the shadows and the highlights.
How can I get such smooth shading like in http://www.scalablegfx.com/svg/girl-sitting-on-floor?
Is there some way to make the gaussian blur, or something similar? Is there some menu item I have missed?
I have tried to simulate it by gradients, but the effect is not what I want to achieve. Even when I make several layers of gradients, it is not the same.
Thx in advance,
Sylvia
With any object, you can go to the 'Fill and Stroke' panel and modify the 'Blur' parameter. It's just over the 'Opacity'. It blurs all the object with a gaussian function.
I'm using 0.91.
Hope it helps.
You are probably looking for "feather". Try:
Filters > ABCs > Feather.

Extracting boundary line from Image in R

So I got some kind of cross section picture in jpg format I want to work with. For better understanding I just drew a picture, hopefully symbolising well enough kinda how the real pictures will look like:
At the top of the picture is material A, at the bottom material B.
Goal: I want to get the Pixels of the boundary line between both materials.
My way so far:
I already know how to read pictures with package called EBImage
I also know, that this will result in a matrix with a color value for
every pixel.
I thought it would be better to convert the jpeg into a binary picture with only black and white colors.
I thought filling up the black part below (Material B) and reducing the noise would be nice, so I could use column sums (a sum of 1's) to find the row number where material A touches material B, which should be my searched boundary line (right?).
Problems:
I don't find filters which fill up the black parts intelligently, in the real pictures, there will be much more noise, which will complicate things even further...
I am not sure if all this is even necessary, and there is a more efficient way to reach my goal of finding the boundary line
Thank you very much for every tip in advance!
Answers will always be vague when there's no example to work with. I would normally use ImageJ for a task like this but EBImage has the commands that I would use.
From EBImage I would make binary and then erode , dilate, and fill holes (fillHull).
Your picture looks like it might be a candidate for a support vector machine. There are a couple of packages for R with svm functions, one is e1071.

R network.arrow() looks strange when curved

I'm trying to draw some appealing curved arrows on top of a map. The best looking arrows that I can find are network.arrow() from the network package. However, when I make them curved things get weird. Compare the following:
library(maps)
library(network)
map("usa")
network.arrow(-110,37,-85,40,length=5,width=1,angle=20)
map("usa")
network.arrow(-110,37,-85,40,length=5,width=1,angle=20,curve=2)
I find it difficult to believe that network.arrow() would integrate a curve option that inherently makes the arrowheads look bizarre, and yet I cant get it perform properly. How can I fix this?
Note: I am aware of great circle, and no, I'm not trying to get flight paths drawn properly. The data I am trying to visualize is on a much smaller scale than the example presented here.

Dynamic Graph Generator

I need to plot points of a line graph dynamically..(same like an oscilloscope in ecg).. can someone please suggest some tool that contains such a feature!!..
I've used Matplotlib with python.You might also use an script for octave.
What language are you using?
This would be pretty easy with the paths in WPF. Of course, just about any language will let you draw a line on the screen pretty quickly.
What is the input data? Is it from a file, a piece of hardware, something else?

Resources