How to rotate and transform bar graphs without distorsion?

I have a horizontal bar graphic and I want to make it have the same shape than a circular graphic that I have as background.
What I do first is to rotate the graph (after converting it in an image) to the right angle, depending on where it has to be positioned. After that, I use the Effect->Deform->Arc to make it fit in the same shape as the circular graph. But when I do those processes (in any order) I get a distorted image, with lines not describing concentric lines (not as radius, I mean).
I got the perfect shape working on a MAC, but now I am working on PC. How can I achieve the same?
I attach an image descrbing what I am telling.
Thanks a lot

The difference is the shape of the distortion. Arch has straight vertical edges, where Arc does not.
Arc is what you want.
If you do object >> envelope distort >> Release, and compare Arc against Arch, that may help you understand.

Similar Messages

  • How to rotate and transform art board using extended javascript

    1.How  to rotate artboard using extended javascript
    2.way to write code which will work similar to transform feature , in adove illustrator
    Thanks in Advance

    it is not possible to rotate an artboard in the UI, and there don't seem to be any transform commands for it at all in the JS reference, so I'd guess its not possible.

  • How to update and insert the records without using Table_comparison and Map_operation?

    How to update and insert the records without using Table_comparison and Map_operation?

    Use either join or MERGE see this Inserting, Updating, and Deleting Data by Using MERGE

  • Using the report generation toolkit, how do I make a bar graph verticle instead of horizontle?

    The attached vi is similar to what I am using, and it produces an Excel bar chart. I would really like to create the same chart, only vertically instead of horizontly. I have tried all kinds of things that don't work. Is there a way to do this that does work. I want a result similar to rotating the produced chart 90 degrees CCW.
    Thank you!
    Attachments:
    Chart Test.vi ‏20 KB

    you want to use a xy-graph.
    you can right click the plot legend to make a bar graph vertical.
    Harold Timmis
    [email protected]
    Orlando,Fl
    *Kudos always welcome
    Attachments:
    bargraph2.jpg ‏91 KB

  • How to rotate caption (title) bar of CDockablePane

    Dear All
    Is that possible to   rotate caption (title) bar of CDockablePane when it dock.
    I mean to say is that possible to put title bar in the left side or right side with rotate text.
    if possible could some one tell me how.
    Thanks in Advance.

    I think it is hard to rotate caption (title) bar of CDockablePane. Create a non-caption dialog and custom a area as the left caption bar. And You need to make the dialog dockable.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Single Line and Stacked Bar Graph Representation

    Data to be plotted on graph is as follows
    Year and Month               Study               Planned Subject               Study-Site ID #               # Enrolled          
    2001 / 03          AMXN 9374               50     US-001               1          
    2001 / 04               AMXN 9374               50               FR-101               1          
    2001 / 04               AMXN 9374               50               SP-301               1          
    2001 / 04               AMXN 9374               50               US-001               2          
    2001 / 05               AMXN 9374               50               FR-101               1          
    2001 / 05               AMXN 9374               50               US-001               1          
    2001 / 06               AMXN 9374               50               FR-101               2          
    2001 / 06               AMXN 9374               50               SP-301               2          
    2001 / 06               AMXN 9374               50               US-001               1          
    I want to display the above data in line stacked bar graph format where the
    #Enrolled will be in Stacked Bar by Study -Site ( Y axis)
    Planned Subject should represent a single line at 50 ( Y axis)
    Group by Year and Month ( X- Axis)
    Study excluded ( Study will be selected from dashboard prompt)
    I'm getting the stacked view of Study Site ID correctly but I want Single Line for Planned Subject .
    Currently I'm getting multiple line .
    Eg for 2001/03 I'm getting line at 50 in yellow colour
    for 2001/04 I'm getting a line at 150 in different color since it has 3 Study-Site ID's But the desired output is Single Line at 50
    As per 11g doc this is not possible because there is some upgradation in the nature of the graph
    " Stacked line-bar graphs in which 2 or more measures are shown as lines on the same axis and are not stacked in 10g are stacked in 11g."
    Refer - http://docs.oracle.com/cd/E21764_01/bi.1111/e16452/apndx_ui_chngs.htm
    Is there any workaround for it ?

    Did you found any workaround for it ? I am too looking for same scenerio.

  • How to rotate Apache2.2/logs/access_log without restarting AMS 5.0.1 on AWS.

    The Adobe Media Server 5.0.1 docs say that Logging.xml controls rotating of the Apache access_log file but its not rotating and I don't see how to configure it in Logging.xml.
    Logging.xml takes care of the AMS log files like Access.log but it doens't seem to handle the Apache logs. I've seen where you use logrotated to rotate the Apache logs, then issue a "reload" to the service, but AMS controls Apache and the AMS service only supports start, stop, and reload which takes a minimum of 5 to 10 seconds to reload the server. How can I rotate the Apache logs using Logger.xml or how can I issue a reload directly to Apache when the AMS scripts control it?
    http://help.adobe.com/en_US/adobemediaserver/configadmin/WS5b3ccc516d4fbf351e63e3d119f2926 0bd-7ffa.2.3.html

    To rotate the apache logs you need to pipe them through a third party tool (i saying that there may be something in apache I may have read once, however here is a tried and tested solution assuming you are on linux), Logging.xml is only for FMS (well it was for 4.5.5 and before).
    Download cronolog (http://cronolog.org/)
    Change your log directive
    From: CustomLog "logs/access.log" combined
    To: CustomLog "| /mnt/apps/cronolog/sbin/cronolog -S /mnt/fms/Apache2.2/logs/access_log /mnt/fms/Apache2.2/logs/%Y%m%d_access.log" combined
    Restart apache
    You logs will now roll daily on the first time they are written toie the logs dont roll at midnight, but the first time they are written to after midnight (so if no one access your server on a day, there will be no log for that day)
    The above example makes the assumptiosn:
    FMS apache is installed in /mnt/fms/Apache2.2 and you want to use its log dir
    cronolog installed in /mnt/apps/cronolog/

  • How to rotate and translate an object at the same time??

    Hi, I have a problem with rotation and translation of an object at the same time. I wrote a behovior class for my object (a cylinder). When some conditions are true the cylinder is added to a robot arm. Then it is translated so that the cylinder would be very close to the arm (looks like the robot is holding it). And now the behavior should also rotate the cylinder because the angle is 0 and it should be 90. I can translate the object or I can rotate the object but when I'm trying to do it at the same time (I want to combine rotation and translation) it doesn't work.
    Could anyone help me, please :)

    You can used to Matrix3f
    This object is a rotation and translate matrix
    for example:
    private void componerTransformada(){
    Quat4f rot = new Quat4f((float) this.getRotacionSobreX(),(float) this.getRotacionSobreY(),
    (float) this.getRotacionSobreZ(),1.0f);
    Vector3f tras = new Vector3f(-4.0f,-4.0f,(-1)*this.getDistanciaDeLaCamara());
    this.setTransformacion(new Transform3D(new Matrix4f(rot, tras, 1.0f)));
    Quat4f is a matrix of ratation
    vector3f is a direction vector
    Transform3d is building with Quat4f and Vector3f.
    That is work i use this to situe the view of point.
    good locky

  • How to validate and transform large (180M) xml files

    Hi:
    I've been looking at various ways to do this with oracle and am getting a bit lost in the sea of documentation and different ways to go about this. I was hoping that something like the XMLParser class and XMLTransform would be smart enough to handle large files by using SAX when it has to but I'm getting "too many nodes" when trying to transform a really large file. I've gotten oraxsl to handle it if I pass in the proper memory parameters on the command line but a) this will still have limits and b) I was trying to do this in a stored procedure which (I think) means I'm looking at XMLParser?
    I've also seen documentation on something called "Scalable DOM" but I think that's only in 11g? So I'm thinking I have to write a (Java?) stored procedure to loop through the top elements of this XML file (select extract(...)) and transform each node?
    I have the XML, XSD, and XSLT all in clob columns. What's the easiest/quickest path within Oracle to validate the XML against the xsd and translate source XML with XSL?
    I'm using Oracle 10gR2 on RH Linux.
    Thanks.

    So I'm thinking I have to write a (Java?) stored procedure to loop through the top elements of this XML file (select extract(...)) and transform each node? Here's something I've written a while back when I hit the same restrictions ("too many nodes") on 10.2.0.4.
    It takes XMLType as input parameters (but it's easy to adapt for CLOB), and streams the transformed XML directly into a file :
    create or replace and compile java source named ora_xslt_util as
    import oracle.xml.parser.v2.*;
    import oracle.xdb.XMLType;
    import java.io.*;
    import org.w3c.dom.*;
    public class oraXSL
    private static XMLDocument getXMLDocument(XMLType xml) throws Exception
        XMLDocument doc = null;
        DOMParser parser  = new DOMParser();
        parser.setValidationMode(oracle.xml.parser.v2.XMLParser.NONVALIDATING);
        parser.setPreserveWhitespace(true);
        parser.parse(new StringReader(xml.getStringVal()));
        doc = parser.getDocument();
        return doc;
    public static void transform(XMLType doc, XMLType xsl, String filename) throws Exception
        OutputStream os = new FileOutputStream(filename);
        XMLDocument xmldoc = getXMLDocument(doc);
        XMLDocument xsldoc = getXMLDocument(xsl);
        XSLProcessor xsp = new XSLProcessor();
        XSLStylesheet xss = xsp.newXSLStylesheet(xsldoc);
        xsp.processXSL(xss, xmldoc, os);
        os.close();
    }and the PL/SQL wrapper (originally part of a package) :
    PROCEDURE processXSL (
       p_xmldoc IN XMLType
    , p_xsldoc IN XMLType
    , p_filename IN VARCHAR2
    IS
    LANGUAGE JAVA NAME 'oraXSL.transform(oracle.xdb.XMLType,oracle.xdb.XMLType,java.lang.String)'
    ;

  • How it is possible to bar graph. please give me the steps

    Hi ,
    Simple Bar Graph - Show the Actual as a bar on a monthly frequency,Target can be shown as a line.If the bar height exceeds that of the line, please show the bar in red; if it is lower than the line, please color it in green

    Use a stacked bar line combo. Create one column which only give a result if value < line value, create one column which only gives result if value >= line value.Put them in stacked bar.
    regards
    John
    http://www.obiee101.blogspot.com/

  • How to get and delete questionable mail without actually opening it first.

    I am new to Apple again, having bought my first Apple many years ago (an Apple 2C). Does anyone know if I can get mail and delete it without opening it first? If so, I am thinking it is somehow in Preferences but I cannot figure it out. I often get mail from unknown sources (left over from my PC days - ?able viruses on PC) that I don't wish to take the chance to open. In order to delete it, I have to open it first. Any thoughts?? Thanks in advance for your help.

    Actually, there is a risk in viewing certain messages, but only if you have enabled Preferences > Viewing > Display remote images in HTML messages — see How HTML Email Messages Relate to Unsolicited Commercial Email ("spam").
    As long as Display remote images in HTML messages is OFF and you don’t click on any hyperlink or image the message may contain, you can safely view any messages you receive in Mail.
    That said, there are at least three ways to select a message and delete it without displaying its contents:
    (1) You can hide the preview pane by dragging the separator bar between the message list and the preview pane to the bottom of the window, or by just double-clicking within the separator bar, so that the preview pane disappears and only the message list is visible. To make the preview pane visible again, drag the separator bar up from the bottom of the window, or just double-click on the separator bar again.
    (2) If you select the message with the mouse, the message is displayed in the preview pane when the mouse button is released, not when it’s pressed. This allows you to drag the message to the Trash or to any other mailbox without Mail trying to display its contents.
    (3) Ctrl-clicking on a message causes a contextual menu to appear, from which you can usually (but not always, don’t ask me why) choose Delete or Move To, before the contents of the message are displayed in the preview pane.

  • How to rotate an insert in photo without rotating entire photo in Elements 11

    On Adobe Elements 11 can you rotate an insert to a photo without rotatine entire photo?

    Make a selection of the object which you wish to rotate, using one of the selection tools, e.g. selection brush, lasso tool
    Place the selection on its own layer (CTRL+J)
    Press CTRL+T to get the transform tool. Hover the cursor outside the box until you see a curved arrow, then rotate. You can adjust the size of the object with the corner handles of the bounding box, if necessary
    Open a blank layer at the top of the stack of layers in the layers palette, and use the clone tool to touch up any spots that need it after the rotation

  • How hide legends and lines of graph in OBIEE 11 dashboard report

    I have an OBIEE 11.1.1.5 dashboard report that contains Time Series Line graph on the basis of some measures. Some measures are contains 0 values for these measures graph lines are drawn at origin 0 and legends of these measures are also shown.
    I want to hide such kind of lines and their legends from graph any suggestion
    Measures are coming on runtime basis that’s why we are not excluded these measures from table but I only want to hide from graph.

    Hi,
    Hiding the legent in your char.
    go to measure labels --> under Vary Color By (Horizontal Axis and then uncheck box then the LINE and Legends will be removed from your report.
    FYI...without line and legend
    http://imageshare.web.id/images/ajmxp2v9tn3fp5u3mo3.jpg
    Thanks
    deva

  • How to erase and restore an iPhone without using back-up

    This might be a common question, but here it goes...
    I am in need of setting up an iPhone 4S as a new device without restoring it from the back-up. Most of my contents are on iCloud (calendar, contacts, reminders, safari bookmarks, and notes), so I'm not worried about those data. And I am comfortable with downloading apps by hand. I'm also willing to configure all settings again.
    However, I am concerned about other data, such as photos, iMessages and SMS messages, music, voicemail, and such. I've given up on the call history.
    I did transfer purchases from the phone to my iTunes, and I also sync'ed the device. But I'm not sure if it means whether the above types of data are sync'ed to my computer, and how I can restore them back to the phone once I erase the phone.
    Is this possible? Is there a document that details how this can be done? Can this be done purely with iTunes and Finder or do I need a third party app to help me with this?
    Thanks in advance!

    sjlee0 wrote:
    Thanks for the response! As for photos, yes, I can see iPhoto as an option. Would uploading them back to the phone equally easy? Would it be through iPhoto as well?
    It's equally easy, but they won't go back into the Camera Roll. Instead, iPhoto albums are uploaded to the Photo app. You do this with iTunes. Connect the phone, click on its name in iTunes, then the Photos tab, and select the albums you want on the phone. See: http://support.apple.com/kb/HT4236 for more details.

  • How to rotate and save documents in both Reader and Acrobat Pro?

    I am reciving Emails with documents that are attached to them.  They come to me upside down. 
    I rotate them so they are in the correct position and save them to my desk top.
    But, when I re-open them the darn things are upside down again.
    How can I permanently change the rotation of a document?
    Thanks!
    Dunc

    In Reader you can't.
    In Acrobat, you select the pages and use the Rotate tools in the page navigator (the left side panel) - *not* the options on the View menu; those are just temporary.

Maybe you are looking for