I'm using Origin Pro v.9, until one month ago after every fit the graph contained that box with all the data used to calculate the fitting like shown in the following screenshot
Now this box doesn't appear anymore (like in the picture below), why? How can I activate it again?
Related
When I open AGE Viewer there is no option for selecting the edge labels, nor the node labels and even the graphs doesn't appear anymore so I can select which I'm using. Despite that, I am able to query the graph and see what the graphs created store. But I need to do this manually. Can anyone help me get back to the normal state of AGE? Here are some images to show what I'm getting:
There is a little catch you need to select the graph name from the drop-down menu in the top-right corner, so currently no graph is selected. I have attached the screenshot.
Your dropdown:
Working state:
After this you can get the option for selecting the edge labels and the node labels.
Thumbs up if this works
Tip: There is a new version of age-viewer avaliable on Github and it provides some additional features do give it a try.
To select the graph name check the drop-down menu in the top-right corner, you can have all the graphs in your database in that drop-down.
Once you select the required graph you will have nodes and edges labels with their data if they are not empty.
Suppose I ran some edges related query
But if you have created the graph with some nodes but it is empty like you don't have data in it then:
So no relationship will be defined at the edge level so nothing will be displayed.
I'm trying to make a line graph change color on mouse click by using the select.lineStyle.color attribute.
I'm able to trigger a colour change for the points upon mouse click using select.itemStyle.color and I'm expecting the select.lineStyle.color attribute to change the color of the graph but , it doesn't seem to work despite the documentation saying that select should work for all series.
I even programmatically fired the "select" event (not in the sandbox) but no changes were observed in my line graph.
My code sandbox
Extract from the docs
In addition, we've added click to select to all series, an interaction that was previously only available in a few series such as pie charts and maps, allowing developers to set it to single or multiple selection mode, and to listen to the selectchanged event to get all the selected shapes for further processing. As with emphasis and blur, the selection style can also be configured in select.
Please help me. I've been working on this for a week and found no solutions here. Is there something I'm missing?
Got my answer directly via posting an issue on their Github page.
Apparently, select is only applicable for data object, not series objects(or whatever you call it). So this feature is not available.
What I did, like most people, is to listen to the mouseclick event and update the series-line.lineStyle.opacity property in options directly to blur out other lines. Set triggerLineEvent:true so that clicking any part of the line will fire the mouseclick event, instead of just the data points.
I have a page I built to display wind direction/velocity in various locations along a bike trail:
http://microflush.org/cgi-bin/pathInfo.cgi
I have several markers in a legend, with check boxes to enable/disable them from showing up on the map.
My goal is to have NONE of the checkable markers show up on the initial load. However, when the page is loaded for the first time, ALL show up-- even though they're not checked. If I select 1, they all go away except for the one I selected, which will then disappear if I un-check that box.
Is there a way to make them all be invisible at first, and only show up if they're selected?
(You can view the source of the link above to see the code. I wasn't sure if I should post that all, since it's kinda long with all the points I've added.)
Thanks!
Resolved. The 'var map' needed to be defined earlier in the code. Working properly now.
I animated a scatterplot of two variables over time using the pages tool in Tableau.
The x-axis is GDP per capita and y-axis is CO2 per capita.
I want to also show the timeline (years) along the bottom of the chart as the user moves through the pages over time. Is this possible in Tableau?
Thanks!
If you want to do something like the example below then just build a few sheets and apply the date to the pages shelf of each sheet. After that, add the sheets to a dashboard and make sure to show the page control for each sheet that you want to animate (click on the little triangle in the top right of the container on the dashboard).
I am using the Google Chart API to display some game outcomes, however, the highest value always shows up aligned to the edge within the green bar instead of above the bar (or at least with some padding between the top and the text).
I use the following URL to generate the chart:
[http://chart.apis.google.com/chart?cht=bvs&chd=t:14.1,2.1&chp=1.57079633&chs=300x155&chl=|&chco=43A443|D53030|3B74CA|FFDC00&chf=bg,s,00000000&chbh=70&chds=0,14&chm=N*0,FFFFFF,0,-1,20,,ve::15&chp=10][1]
This generates a chart that looks like the following (I need 2 more rep on SO to post images, can someone please edit to include this image?):
![http://chart.apis.google.com/chart?cht=bvs&chd=t:14.1,2.1&chp=1.57079633&chs=300x155&chl=|&chco=43A443|D53030|3B74CA|FFDC00&chf=bg,s,00000000&chbh=70&chds=0,14&chm=N*0,FFFFFF,0,-1,20,,ve::15&chp=10][1]
[1]: http://i.stack.imgur.com/QiE2d.png
There is actually a 2 above the red bar that is aligned correctly, but since the background on SO is white, it's not showing up.
How can I make it appear ABOVE the green bar. I've torn the API a part and tried seemingly every combination with no avail.
The API reference is available here: http://code.google.com/apis/chart/interactive/docs/reference.html
The problem is with "chm".
I removed the color specifications, and now the link works perfectly.
http://chart.apis.google.com/chart?cht=bvs&chd=t:14.1,2.1&chp=1.57079633&chs=300x155&chl=|&chco=43A443|D53030|3B74CA|FFDC00&chf=bg,s,00000000&chbh=70&chds=0,14&chp=10&chm=N,,0,-1,20,,ve::15