Simple and Sustainable Forums: Graphing with pictures? - Simple and Sustainable Forums

Jump to content

Discussion of off-topic things not related to sustainability in any way. Please direct comments about the forum or help requests to the "help and feedback" forum.

Personal attacks are not tolerated in this forum. It is the "off topic" forum not the "anything goes" forum.
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Graphing with pictures? Rate Topic: -----

#1 User is offline   Max Carnage 

  • Inimitable
  • Group: Moderators
  • Posts: 1,649
  • Joined: 19-July 09
  • LocationRegional VIC

Posted 04 August 2010 - 11:31 PM

Hi,

I've seen this kind of thing done before and was wondering whether anybody knows what kind of software to use. Basically I want to represent a 2 dimensional graph using pictures for the markers. Specifically, I want to have 1 horse per capital city to track/compare progress towards a predefined goal...

Like this only pretty:
Posted Image
0

#2 User is offline   tom 

  • Inimitable
  • Group: Moderators
  • Posts: 3,227
  • Joined: 19-July 09
  • LocationPerth, Australia

Posted 05 August 2010 - 02:31 AM

Visio maybe?

I am useless on it, but after seeing what other people do with it to work out crane radius' truck turning circles etc I demanded I get a copy.

Since then I tried to use it once and gave up in despair things all come out in wonky scales by default, you sit an office desk next to a semi trailer and the desk is bigger! Would be better if the scale was right and you just zoomed in, in my opinion.

Anyway I have gone back to cardboard cutouts and pieces of string for radius, or better still getting a drafty to draw it up in CAD!
0

#3 User is online   tor 

  • Potential Kaptcha Question
  • PipPipPipPipPip
  • Group: Advanced members
  • Posts: 4,690
  • Joined: 25-July 09

Posted 05 August 2010 - 02:57 AM

View PostMax Carnage, on 04 August 2010 - 11:31 PM, said:

Hi,

I've seen this kind of thing done before and was wondering whether anybody knows what kind of software to use. Basically I want to represent a 2 dimensional graph using pictures for the markers. Specifically, I want to have 1 horse per capital city to track/compare progress towards a predefined goal...

I think that is pretty already :)

What I would probably end up doing is whacking a background image onto a form and passing a record set of the coordinates required for each picture and setting them before render. Never done exactly that but even with my crappy VB skills you ought to be able to throw it together in a couple hours pissing about.

If I was a real programmer I would probably have a look at this:

http://code.google.c...amic_icons.html

Not because ti is better, it just seems cooler. Couldn't see a horse but they have bikes. You can probably add your own icons though.
0

#4 User is offline   Max Carnage 

  • Inimitable
  • Group: Moderators
  • Posts: 1,649
  • Joined: 19-July 09
  • LocationRegional VIC

Posted 05 August 2010 - 03:24 AM

Thanks to you both. I hadn't thought of VBA in Excel but it might be the best option. An added bonus would be the ability to animate it!
0

#5 User is online   tor 

  • Potential Kaptcha Question
  • PipPipPipPipPip
  • Group: Advanced members
  • Posts: 4,690
  • Joined: 25-July 09

Posted 05 August 2010 - 03:31 AM

View PostMax Carnage, on 05 August 2010 - 03:24 AM, said:

Thanks to you both. I hadn't thought of VBA in Excel but it might be the best option. An added bonus would be the ability to animate it!

I would have done it in Access as you have the properties of the image available in the top and left values of the form.
0

#6 User is offline   tom 

  • Inimitable
  • Group: Moderators
  • Posts: 3,227
  • Joined: 19-July 09
  • LocationPerth, Australia

Posted 05 August 2010 - 06:50 AM

Visio looks like it is definitely an option for you with:

Quote

Allows users to bring diagrams to life with dynamic, data-driven visuals that are connected to real-time data.


At nearly $1000.00 a throw it is probably not a good option though. Feel guilty now about my license sitting idle...

http://www.officewor...ffice/INMSA6177

http://office.micros...P001018684.aspx
Posted Image
0

#7 User is offline   Max Carnage 

  • Inimitable
  • Group: Moderators
  • Posts: 1,649
  • Joined: 19-July 09
  • LocationRegional VIC

Posted 05 August 2010 - 10:32 AM

Thanks Tom. I had no idea it could be used like that.

Our work has a deal with MS that gives us practically free software for home use, and Visio was available for $27 or something last time I checked (we get the full office suite for under $40!), so I'll look into it.
0

#8 User is offline   staringclown 

  • I am spartacus!
  • PipPipPipPipPip
  • Group: Advanced members
  • Posts: 4,175
  • Joined: 04-October 09
  • LocationCanberra

Posted 05 August 2010 - 11:24 AM

View PostMax Carnage, on 05 August 2010 - 10:32 AM, said:

Thanks Tom. I had no idea it could be used like that.

Our work has a deal with MS that gives us practically free software for home use, and Visio was available for $27 or something last time I checked (we get the full office suite for under $40!), so I'll look into it.


Visio is pretty good for UML, flow diagrams, hybrid models and process diagrams (ITIL even). Pretty diagrams keep business happy. ;)
0

#9 User is offline   Max Carnage 

  • Inimitable
  • Group: Moderators
  • Posts: 1,649
  • Joined: 19-July 09
  • LocationRegional VIC

Posted 24 August 2010 - 05:36 AM

I realised I could do it really, really easily. <_<

Excel stacked bar chart. Variables, with a stacked fixed value on the end (box-shape). Use a picture fill to put a horse in it. Subtract the box value from the variable so the horses' noses match the variables. Make the variable bars invisible. Voila!

Posted Image

Thanks for the help.
0

#10 User is online   tor 

  • Potential Kaptcha Question
  • PipPipPipPipPip
  • Group: Advanced members
  • Posts: 4,690
  • Joined: 25-July 09

Posted 24 August 2010 - 06:03 AM

View PostMax Carnage, on 24 August 2010 - 05:36 AM, said:

I realised I could do it really, really easily.

If it ain't easy it ain't worth doing :)

Of course the real quote is "If it ain't easy you're doing it wrong"
0

#11 User is offline   RumpledElf 

  • Inimitable
  • PipPipPipPipPip
  • Group: Advanced members
  • Posts: 1,678
  • Joined: 20-July 09
  • LocationRural SA

Posted 24 August 2010 - 09:38 AM

View Posttor, on 05 August 2010 - 03:31 AM, said:

I would have done it in Access

Spoken like a DBA.

Me, I'd probably try and do it in Genetica :D
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users