Illustrator :: Assign X And Y Values To The Axis?
Mar 10, 2013
how to create line graph of y vs. x having to sets of values.
I know how to open the data window and bring the data from external source.
How do I assign x and y values to the axes?
View 4 Replies
ADVERTISEMENT
Oct 14, 2013
Is there any chance to assign values to an artboard?
I've experimented with “tags”, but they only work for pageItems. (if the item which includes the stored data is deleted, the data is also deleted)
It is simple data like v1=true, v2=false, … I want to assign. And it needs to be saved within the illustrator document.
View 4 Replies
View Related
Aug 25, 2010
Is it possible to automatically project the x-axis, z-axis or z-axis onto the sketch plane?
I.e. every time you open a new sketch the corresponding lateral and vertical axis will be projected onto the sketch.
View 9 Replies
View Related
Jul 3, 2012
I was wondering with cs6 whether it would finally be possible to assign gradients on stroke by pen pressure so you can do stuff like darken lines by pressure just like a real pencil for example.
View 4 Replies
View Related
Jun 11, 2013
I have an issue when assigning a profile to an untagged ai-file. When doing so, and choosing "Save" (NOT "Save As") the file remains untagged when reopening it again.
Try it yourself: Create a new file in Illustrator, and select Edit > Assign Profile, and then choose "Dont Color Manage This Document". Choose Save As, select Ai-file, and in Illustrator Option choose NOT to Embed ICC Profile. Close the file, and reopen it again. Now you should be promted with a Missing Profile warming. Assign a profile, and Save** (NOT "Save As") the file. In my opinion the file should now be embedded with a profile, but when reopening the file, your again promed with a missing profile warning.
**This doesnt happen it you instead of "Save" choose "Save As", or if the ai-file you start wih doesn't miss the profile, but just has a wrong profile.
View 2 Replies
View Related
Jan 29, 2013
Is there a way in CS6 to assign shortcuts to palette menus, or would I need something like QuicKeys?
View 5 Replies
View Related
May 23, 2013
I used to use MenuMaster, but they no longer support the latest OSX.
System preferences will not let you add shortcuts to Illustrator.
Illustrator doesn't seem to let you assign shortcuts to items in the script menu.
View 13 Replies
View Related
Aug 7, 2013
Is there a way to assign one of the default layer colors with javascript? like light blue, light red, or green.
View 3 Replies
View Related
Sep 30, 2012
Under the edit tab I can click on the link option and change the colors together at the same time, though this does not work when on the Assign tab.
1. Is there a way to get it to change the colors of different shapes at the same time in the Assign tab?
2. The blue circle in the color wheel is clearly changing the hue of the blue, though with the other two arms, the circle with the black ring around it, when I drag it to darker hues it changes both the star and the polygon while the other circle only changes hues sometimes if I drag it somewhere completely different. How does this process work?.
View 2 Replies
View Related
Mar 25, 2013
i try to make an animation. I create a cylinder and i want to rotate it by longitudinal axis. i click 'components', select the cylinder and after i click 'position' to select the axis that axis system appears in the right side of the cylinder not in the middle. If i continue whit this settings the cylinder will rotate by a circle not by his longitudinal axis. How can i move that axis sistem in the middle of the cylinder? I can drag it but can't place it exactly in the middle.
View 1 Replies
View Related
Jan 25, 2013
I'm rigging a shoulder pad to a biped and I'd like it to only rotate on one axis. Google hasn't been that useful, and I hope I don't need scripting for this kind of minor thing. I'm rather new to 3Ds Max Design but I'm learning fast and liking it so far!
I've attached what I want to effectively accomplish. I'm looking for a way to lock the z-axis of the object with the upper arm's z-axis.
EDIT: Reduced picture size.
View 3 Replies
View Related
Oct 7, 2013
Is there any way I can extract the rotation of a block relative to the yz axis and xy axis. I can extract the insertion point and xy rotation but not the yz and xz.
View 9 Replies
View Related
Mar 5, 2014
In the extend script documentation it says you can assign a name to UI elements at creation like the example given below
dlg.btnPnl.cancelBtn = dlg.btnPnl.add('button', undefined, 'Cancel',
{name:'cancel'});
but when i do it like that, the bject's name comes out as undefined when accessed like this
dlg.btnPnl.cancelBtn.name
or like this:
dlg.btnPnl.children['name']
but adding the object then naming like this works-
dlg.btnPnl.cancelBtn.name = "Cancel";
I'm using illustrator cc and the extendscript guide for cs6 (couldn't find a newer one). Did the syntax change?
View 7 Replies
View Related
May 20, 2010
When I want to move an object up I have to put in a negative number? Is this a preference I am overlooking?
View 20 Replies
View Related
Dec 4, 2012
I'm doing a simple transform action. I want to move an object to a value on the Y axis. First of all, after recording the action, and setting the Y value to 64 px, the action is recorded as 64 pt, not px. This happens regardless of my 'Units' setting. Second, it ADDS the value to the current Y value, instead of just setting the new value, rendering the action useless.
Am I doing something wrong? I don't see a way to specify an absolute value vs a relative one. Is it just a limitation of Actions in Illustrator?
View 1 Replies
View Related
Sep 24, 2009
When turning on rulers, the default for the X axis is the left.
This is as should be and makes sense.
But why is the default for the Y axis the bottom? Shouldn't be the top? After all, other language versions, etc., aside, we're talking lets say :
Left to right, top to bottom flow of content and sight.
So why on earth would the Y axis start from the bottom and go up?
View 25 Replies
View Related
Mar 10, 2013
I have created two images that have gradients applied to them and want to join them together with the gradients.I can't stretch the image because the lighter gradient follows and I just want that on the outside edges of both as shown in the image.
In effect - i want to take a small slice of the darker gradient and continue it on the x-axis to the other image without distorting the gradient effects.
View 2 Replies
View Related
Jan 24, 2013
I have a line graph created in Illustrator with years on the horizontal axis (1998, 1999, 2000, 2001, 2002, etc.). There is data for each year that will be plotted on the line, however I would only like to display every other year (1998, 2000, 2002, 2004, 2006, etc.). Is there a way to show every other year on the horizontal axis.
View 5 Replies
View Related
Jul 18, 2013
I have an attribute blocks and this att block has two tag values , is there a simple code for to change 1st tag values automaticly according to 2nd values ?
for example :
1st tag (50x50) - 2nd tag ( 100 ) ==> 50x50-100
if i enter 201 valuse to 2nd tag then 1 st tag has to change as 100x100
if i enter 501 valuse to 2nd tag then 1 st tag has to change as 150x510
I attached a jpg file for explain much better
View 9 Replies
View Related
Jun 8, 2013
It seems as though the axes in my Illustrator CS4 installation are rotated. Whenever I create a new object, the new object is rotated about -5.2º. When constraining the rotation of objects, the rotation is never square to the document edge. How do I fix this?
View 2 Replies
View Related
Mar 15, 2013
I'm trying to show, using the eyedropper tool, the actual values of pixels in an 8-bit grayscale image (Mode command confirms that's what's there). In the Info panel, the eyedropper tool displays percentages for every type of color information (K, CMYK), while the "8-bit" field remains blank.
View 9 Replies
View Related
Apr 18, 2013
Is there a way to have no layer value set for the description keys. I set all the layers, and now I realize I'd rather set this to no layers (boxes are all unchecked). I'd rather see no value under the layer column, but there doesn't seem like a way to set this.
View 1 Replies
View Related
May 18, 2010
I'm trying to use Illustrator CS5 (as well as Photoshop CS5) on my Lenovo X61 Tablet (running Windows 7 32 bit) in 270° screen rotation (I think this is called secondary portrait mode in windows?), but my X and Y cursor positions are inverted. This means if my stylus is on the left half of the screen, my cursor will be on the right side, the same distance away from the right border as my stylus is from the left. Likewise if my stylus is somewhere in the top half of the screen, the cursor will be somewhere in the bottom half of the screen, the same distance from the bottom border as the stylus is from the top. The only time the cursor and stylus positions match is in the dead center of the screen.
The stylus is working properly in other applications in this screen rotation, including InDesign CS5 (the only other Adobe product I've tried with this), just not in Illustrator or Photoshop.
View 8 Replies
View Related
Sep 24, 2013
Is there a way (plugin?) to add values on top of Illustrator Stacked Bar Graph? In the picture attached the numbers on top of the chart color areas are inserted manually. In powerpoint those can be added automatically.
View 2 Replies
View Related
Jul 6, 2012
With my printer, I need to be able to print colors in CMY, not CMYK. Is there any way to convert Pantone to CMY values without the K?
View 5 Replies
View Related
May 17, 2012
Is it possible to Copy the Hex Code or RGB Values out of Illustrator to the Clipboard?
In Photoshop this is done by selecting the Eyedropper tool and then Right /CTRL clicking to bring up the context menu - is the similar way in Illustrator? I can't find one
View 4 Replies
View Related
Nov 6, 2012
We are introducing a new graph design, but has a problem with not being able to override the tick marks in the category axis in Illustrator CS5. A typical graph (line layout) can have 250 observations, and since we have the tick marks on full width, the graph gets "crowded" with black lines.
In the value axis there is possibilites for overriding the values, but not on the category axis.
Is there any way to script so that the tick marks in the category axis can be reduced/overrided to e.g. 1 in 20?
View 3 Replies
View Related
May 7, 2013
Setup 3 bar graphs (i.e. horizontal bar charts), with some data and text labels. Set them all in Type to Value Axis > Tick Marks > Full widthUnder graph > type, leave one as Value Axis: On Bottom Side. Change one to Value Axis: On Top Side. Change one to Value Axis: On Both SidesChange the stroke width and colour of these tick marks / lines the correct way - clicking twice with the 'plus arrow' Group Selection tool to select the whole group, and applying the formatting to the group.Update the chart, e.g. change the data or go into Object > Graph > Type and hit Okay,
Desired behaviour: The re-drawn tick lines should keep their assigned formatting like other groups in a graph.
What I actually see: The desed behaviour happens but only when the Value Axis is set to On Bottom Side. When the value axis is set to On Top Side, the tick lines are reset to an ugly default - 1pt thickness and pure black. When it is set to Both, the lines associated with the bottom labels keep their formatting, the lines associated with the top labels forget their formatting and revert to the default.
I'm trying to set up some chart templates that need the labels to be on the top side, and that need to be editable without losing their formatting. This bug as it stands is making this simple task impossible.
View 9 Replies
View Related
Jan 24, 2013
I made an illustration to show what I need, I guess it's easier to understand than my explanation below...
QUESTION: I have a circle. I want to make a copy of this circle for, say, 80 % of the original size. I'd like to repeat the duplication so the next copy have the same distance to the second circle as between the first two circles (in other word the percentage would change between tranformations) - and so on.
Hopefully there is some easy way to achieve this so I don't have to do it manually.
(Btw, I use CS5)
View 5 Replies
View Related
Sep 13, 2012
I frequently record Illustrator Actions. My actions are quite long, but they all involve three common steps:
-Assigning Notes to shapes
-Assigning Swatches to shapes
-Selecting shapes that have a specific notes
I often need to re-record my actions to repeat all the steps, but to change the notes/swatches that are selected/assigned during the action.
Illustrator has a re-record command. This command is great for changing the value of the note in number 3 of my list. However, it does not work for items 1 & 2 in my list. For these items I have to delete the old step in the action and then record a new step with the new swatch/note.
I know macros in Microsoft Office have an editor which allow you to change values in actions. Is there anything similar for Illustrator actions?You can save an Illustrator action and open it in Text Edit. However, all the attribute/swatch values are saved as weird strings, so I don't know how to change them.
View 4 Replies
View Related
Mar 26, 2013
I want a script that can convert RGB value to CMYK values.
I've seen this thread which explains a script to round up and down:
[URL].....
but is there a script that i can actually define lets say the colour is yellow and in RGB it looks ok because its in RGB mode so you change it to CMYK and you have 6% - 9% cyan and you only want yellow
is there a script out there that i can say
if
cyan = 6%
yellow = 80%
magenta = 0%
black = 0%
then change to
cyan = 0%
yellow = 80&
mangenta = 0%
black = 0%
I don't mind writting the code for each colour that needs to be converted as it would only need defining once but how would i make this script?
View 8 Replies
View Related