Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
I am using excel-vba tool and trying to customize it as per below -
I have the below linked chart.
All the characteristics (Color, Bars, …) are good to go. (The user enters dates in another table.) But: the horizontal axis should start on the first of each month.
This Template should fit for all kind of projects – no matter if it’s a 6 month time frame or 3 years.
There should be the same amount of “marks” (means an interval of “every 2 months” wouldn’t work at all, because for an 3 years project, this would black out the whole chart).
Note: not each each month! Each shown month.
The chart can be refreshed every time by a button, so it won't have to run and check for changes all the time.
I’m relatively new to “the art of the vba” and don’t know how to get there at all. Can you help me out?
Related
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 5 years ago.
Improve this question
I have line plots that show the variations of several dependent variables as function of an independent variable and bar plots that show the average value of each of the dependent variables (see figure below). Due to some editorial constraints, I want to present this information in a compact yet clear and visually appealing way (preferably in one plot instead of two). Any ideas how to achieve this using Matplotlib?
You may display the averages as horizontal line in the first plot.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
I was recently asked the following question in an interview.
"How would you design a system to keep track of a million items at xyz.com ?
The xyz.com could update the prices maybe 2-3 times a day or once per month, so no guarentee on frequency.
Your system should show accurate prices for >95% of items at any given point of time and aim for 99%.
Also scale for 1billion items etc..
"
I asnwered along the lines of creating a distributed system app that would categorize items by priority (based on historical price fluctuations and 80/20 % rule etc) and do API calls more frequently for these.
But I was not allowed to use API calls.
I suggested scraping html content. (But the website can block my ip for such high load)
I basically want to know the resources that would help me anwering these type of questions. Prefer full length courses (Distributed systems ?) or books rather than quick-fix blogs.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I'm looking for some guidance here. I primarily am a frontend developer. What I am trying to figure out is how an algorithm can be implemented to count kernels on an ear of corn.
From my initial research it seems there are a couple of different directions to go. Main ones I have seen are a SIRF type of implementation and others call for conversion to the HSV color space or LAB color space in order to then to normalizations and then counting.
For reference usually the corn that will be counted is "dent" corn. Here is an example:
This will be implemented in VB.net, but I can always translate the algorithm if needed.
Thank you for your help!
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
I know Outlook can suggest dates when planning a meeting. However, I would like to write more sophisticated scripts matching my exact requirements. For example: "Find the next available meeting date/time on a Tuesday or Thursday afternoon lasting three hours, where all obligatory participants and at least 50% of the optional participants and at least one of the specified rooms are available".
Is that possible? If so, how?
Call Recipient.FreeBusy or AddressEntry.GetFreeBusy to retrieve f/b data, then pick up the available slot.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I'm trying to make a personal web analyzer site using PHP.. I bought a script to get other seo data... Now I want to have the 3 bar-counters like the one shown at the top of this page: http://www.woorank.com/en/www/cnn.com ... The problem is I don't know what these information are and how these are computed.. This is not included on the script I bought as well.. I've already googled alot, and I mean a lot, of websites also but I can't seem to find any site like this.. Can anyone help me with the computation or direct me to sites that show these 3 bar-counter data just for more information?
I am referring to the link you provided.
The three bars at the top.
Successfully passed 32
Room for improvement 5
Errors to fix 8
These are totals of all the individual points listed.
The ones that are successfully passed are marked with a green tick
eg Traffic Estimations
Room for improvement are marked with the orange exclamation mark.
eg Title
Errors to fixed are marked by a red cross
eg IP Canonicalization
To display these bars is a coding issue.