Visualization Questions
Ad
How to start writing a music visualizer in C++?
I'm interested in learning to use opengl and i had the idea of writing a music visualizer. can anyone give me some pointers of what elements i'll
What is a good platform (environment/language/reuseable component) for data visualization?
I have lots and lots of data in various structures. are there any better platforms other than excel charts which can help me. thanks
How can I set the number of hAxis text in google chart?
I am drawing the line chart which has date type haxis. drawing small chart which has many rows(data) make haxis texts to '...'. i can not
Display empty row using timeline from react-google-charts
I am using the timeline chart from react-google-charts and can't figure out how to display empty rows for which no data is available. in
Pyramid with multiple elements at each level in d3.js
I have to create a pyramid visualization from data using d3.js. a sample view is attached. there are 2 challenges for which i am looking for
How do I specify multiple data sets to an XY-scatter plot using the Google Chart API?
Why doesn't this google chart api url render both data sets on this xy scatter plot?
Is it possible to change font sizes in forecast::autoplot()?
In order to make a time series app with plot for analysis, i want to use the autoplot function of the forecast package, to provide stl
Using Pandas Series of dates(strings) as x ticks on a plot
I have 3 csv's with stock data, all from 2012-01-1 to 2017-01-01. i have used pandas to make dataframes out of them, and am instructed to turn
qqplot and qqline in loop
I am trying to make a loop for each columns in the database. i am getting this error: must use a vector in [, not an object of class
Vertical line annotation in horizontal bar using Google Chart
Just want to ask if it's possible to add multiple line annotation per bar based on date? then if i hover the line, it should display the date.
Ad
set x range in seaborne violinplot by month
I am trying to plot temperature data recorded over the year using a seaborn violinplot. i manage to do the following plot:
how to visualize columns of a dataframe python as a plot?
I have a dataframe that looks like below: datetime id temperature 2019-03-01 18:36:01 3 21
Irregular slider in D3
I'm trying to build a slider in d3. i found a library for this
get the equation of a curve in javascript given a set of x and y coordinates
I have created this graph that simply shows the number of deaths against the
networkx force-directed graphs
I've been looking at using a force-directed graph to represent some of my data and am generating the graph using
Google line chart month label in hAxis not correct
I have an animated line chart with 3 lines. fiddle:
sns barplot of all columns and rows of a dataframe from pd.describe()
I'm trying to compare the differences and similarities between 10 dataframes. i have decided to df.describe() each dataframe in turn and
Which database fits better for a Gymlog app?
In my gym log app you can create an own gymplan. this plan will have a fix amount of exercises where you can note every day your stats for each
Can I pass a parameter to a callback function of Google Charts Load?
I'm trying to dynamically show charts on pdf using google charts, snappypdf and laravel, based initially on
How to generate dynamic data from Google Chart API using PHP and MySQL?
I'm running into an issue and i need help. i'm able to show a horizontal column chart from the google api with dynamic data from a mysql table on
How to fix 'Error: missing: 0' on d3.forceLink
I created a test case where a react component on mount creates link between two nodes. for some strange reason it throws me error error:
Ad
How to create this chart in R or ggplot
Below is the code to create the data frame. df <- data.frame (id = c('c1', 'c2', 'c3', 'c4', 'c5', 'c6', 'c7', 'c8',
Data visualization for geographical map
I am doing a dissertation on data visualization of land prices in tanzania. my intendants want me to use a gis software to map the data on
D3.js Chord Diagram: Avoid overlapping of adjacent (non-crossing) chords
I am developing a d3.js chord diagram to visualize people flows between different areas of an airport. when clicking an an area's outer arch, only
How can I enlarge text size of google bar chart and show x value on each bar?
Good morning everyone, i have a problem about the size of bar chart values. the x values goes like 0,5,10,15,20,23 five by five but i
How to set node size and color in bokeh network graph?
If we take the standard karate club example, how do i change the color and size of the nodes according to their degree? import
In a network graph, how do I highlight the network components when hovering over them?
I have made a network graph. now i want to add 3 functionalities - when hovering over an edge, it should highlight the nodes
Google Bar Chart data.push is not a function
I tried to imply array to datatable that stores hours, value1 and value2. the array's length is 24. so, i need to use loop but i couldn't figure
How to specify color of extension triangle when using ListedColormap
This answer provides an example of how to use listedcolormap to create a
How to plot a horizontal Stacked bar plot using Plotly-Python?
I'm trying to plot the below summary metric plot using plotly.
How to create a legend for a seaborn lineplot with two separately calculated lines
I have the following lineplot and i need to create a legend for the two lines. my problem is that i can't figure out how to use legend() with the
react-google-charts click event not working
According to the documentation,
Ad
Google Visualization API load 2 scripts on the same HTML
Hello im trying to load 2 scripts at the same page but they seem to be overlapping eachother.in the first script im getting a table with a few
Multilevel D3 Pie/Donut-chart doesnt show and no error messages
I am trying to get a multilevel pie/donut-chart. the data doesnt have a numeric value and should be distributed evenly in the rings. thus i gave
Creating completely customized legends in ggplot2
I am wondering if it is possible to create a completely customized legend for a ggplot figure, that does not take into consideration any of the
Auto refresh Google Chart
I have a pie chart and want to auto refresh it every 5 seconds. this is my code: <script
How to add custom content that spans across multiple ticks in highcharts
I have a requirement in our application to develop something like below.
How to change annotation orientation in plotly?
Say i have the following figure: import numpy as np import plotly.graph_objs as go z=np.random.randint(1000, 11000, size=20)
Kotlin JS doesn't add "new" keyword where needed
I am creating interactive infographics using google charts and kotlin js. this is snippet from
Data column(s) for axis #0 cannot be of type string Error with Javascript
When i am try to create my own chart with google charts library, it is giving to me data column(s) for axis #0 cannot be of type string
How to add static text in map using Plotly Choropleth Python
I am plotting an indian map using plotly and geojson file. now what i want to do is show static values on the indian states. currently those
Horizontal Intervals in Google Chart?
I'm using react at work and we've been thinking about trying to draw boxes around points in a scatterplot using built in methods. now, we can use
OnMouseDown fires more than once in Scatterplot
I'm using react at work and we are using google charts to showcase some data. now showing the data works alright. it's a bunch of data points that
Ad
How to plot seaborn lineplot with string variables on x-axis
I am trying to plot a time series chart using seaborn.lineplot() with string variables on x-axis. my data looks like this :
Can't change width when annotating bar
I'm creating a stacked horizontal bar graph with 3 segments using the code below: import matplotlib.pyplot as plt import numpy as
How best to create a simple, interactive, shareable plot with python?
I'm hoping someone can point me in the right direction. the python datavis landscape has now become huge and there are so many options that i'm a
Pasing JSONArray to Google line chart
I want to create a dynamic google line chart, populated with data from a jsonarray. i have the following code: <div
python distplot with color by values
I wany to create a dist plot (preferably using seaborn) with different colors to different range of values. i have the vector:
Issue in populating Google GeoChart Map from a PHP array in Javascript
I have a php array of country names - <?php $countries_array = array("russia", "australia", "chile"); ?>
Print 2 names in Google Charts Bar
I am trying to make sure that in the diagram each line has its own name, as indicated in the second picture. what i did:
How do I create a histogram with a 2D array
I have a 7x2 matrix, the first column being the quantity and the second being the value: [[0.5 3. ] [0.5 4.
D3 radial bar chart adjust radius scaling
If one examines this block:
Passing an array onto google charts
I am trying to plot a donut chart using google charts. i am using an mvc frame work, laravel to be precise. i have an array which i am passing to
How to show regions as different color using Geo-charts?
I have to display each region of florida as a different color. i have used geocharts for the representation. as we know, the
Ad
Line Plot : x-axis values are not exactly same as in the data frame
I have already checked stackoverflow for any similar question but there is no answer to this. recently i started learning
'Dashboard not a constructor' error with Google Charts
I am a naive react developer and facing some difficulty with getting gooogle chart work with react. i am using google charts in a reactjs
Google Visualization API - JQuery - increase spacing every two bars in a ColumnChart
I want to add a larger space between every two columns in a google visualization columnchart and have been using the bar groupwidth property to
Is it possible to add two colors to the graphic area or have two colors in the points?
I created a react component with a graph of the react-google-charts. it is an easy graphic. it has these data and these options.
How can I add a vertical line on the X axis in a Google Chart' chart (Line type)?
I'm working with react and google charts and i just found a problem that i can not find the solution for. i have this component
react-google-charts not displaying on ie11 - 'Cannot draw chart data'
I am using react v16.5 and react-google-charts v3.0.8 i understand ie11 doesnt support svg transitions, the charts are not animated and
Gauge charts with custom ranges
I need to have a sub-value indicator and text in my d3 gauge
How to show the color in the ticks area grid in Google charts library
I want to have different color for each ticks.. tried this but not working. right now we can only change the colour of the entire background area
Set vaxis google line chart min value equal 0 when all data for chart are 0
I am trying to set vaxis google line chart min value equal 0 when all the data for chart are 0. here is the code i use to draw the chart :
How to append properties to geojson file in python?
For example i have geojson file with features as shown below. { "type": "featurecollection", "working_width": 20, "features": [
Drawing a Square
I am trying to draw a square in r: ggplot() + geom_rect(aes(xmin = 1, xmax = sqrt(pi), ymin = 1, ymax = sqrt(pi)))
Ad
charts_flutter: Show y-axis value for corresponding x-axis value flutter
I am trying to display a time series chart in my flutter app. the problem is when i click on a date on the x-axis, the corresponding y-value is
Android visualize PCM data with JTransform library
I am trying to display some visualization effect of some pcm data. the target is to display something like the following:
Altair combining multiple data sets
I just recently found out about vega/vega-lite and altair and see it as a genuine contender for best python
How to show points color according to some range value in scatter-chart in react google chart
I am trying to show scatter-chart in react js using react google charts
getting error: LineChart not a constructor, and chart not displayed in web page
I have an html file that is supposed to display a chart which would show the details of a particular process from the past few minutes. it gives
how to interact with google bar chart from h-axis labels
I'm using google bar charts as a navigational interface to display records with a date range by clicking on the h-axis labels which in my case
Error setting the domain for a grouped bar chart
I'm making a group bar graph though d3.js, but received an error that i cannot figure out the cause. i'm still new to d3.js , and is trying to
How to draw a scatter plot with multiple y values for each x value?
I have data in the following format which i would like to plot using d3: data = [ { x: 0.2, y: [ 1, 2, 4 ] }, { x:
How can I set custom datetime pattern on Bokeh hover formatter?
I'm trying to plot some values respect to the time using a line plot with bokeh. my issue came when i tried to add a hover that shows the concrete
How to automate running of Jupyter Notebook cells periodically
I want to integrate my jupyter notebook with my website, where i have written the code to fetch real-time data from mysql server and
How to scale the Bar chart values beyond 100 in Google Image URL chart
I am using the google image chart api to create a bar chart image url dynamically, to embed the url into the node.js bot card. the
Ad
Assign colors to each points in points3d using mayavi python
I have some points in 3d space. each point has a color which is calculated using the following formulation- // pack r/g/b into rgb
How to show two title in x-axis in Google Charts?
I am using google charts for a simple scatter chart. i have draw two title in haxis, i would like to set the haxis title left and right.
How to move google bar chart to upper region?
I create a google bar chart. however, the bar chart appeared in a very low region of the page. how to solve this problem?
Need to save pandas correlation Highlighted table (cmap Matplotlib) as png image
Used this code to genrate corelation table: df1.drop(['bc dataplus', 'ac glossary'],
How to change the x-axis and y-axis labels in plotly?
How can i change the x and y-axis labels in plotly because in matplotlib, i can simply use plt.xlabel but i am unable to do that
multiple-variable (2d) explorations in pandas
Dears, i have a project from udacity "the data analyst nanodegree" , in this project i am supposed to analyse and explore the imdb data to
How to plot a histogram of one column colored by another in Python?
I have a dataset that contains, among other columns, 3 columns titled gender (either m or f),
Google Charts Add Layer On Top Of Timeline
I am looking to plot on a timeline a series of events with a start and end date. it seems like the google chart library offers that specific
Issue with QR code generated by Google Charts
I am working on generating qr code containing url to my website. along with url, i have to pass some data to the page. as the traditional method,
Google chart api Invalid row index . Should be in the range [0-4]
I am trying to develop report for my organization for that i am using google charts i am using bar chart for my report. is is the java
Echarts : Uncaught Error: Component series.force not exists. Load it first
I want to use the echarts to make a data visualization force layout, when i follow the step to setup all option, it has an error, said
Ad
Use different bar color in seaborn barplot
I am trying to choose a specific color for each bar in the following bar plot:
AttributeError: Unknown property axisbg
Here is a code am trying to run: ax = plt.axes(axisbg='#e6e6e6') ax.set_axisbelow(true) plt.grid(color='w',linestyle='solid') for
How to create horizontal barplot from pandas series using seaborn?
I would like to plot the the following series using seaborn horizontally: fruity -0.380938 hard -0.310382
An alternative way of displaying the negative values on the column chart
I wonder if there's an alternative way of displaying the negative values on the column chart. the bottom most value on the y axis should be
How to give dynamic color to Column-Chart
I have a column google-chart which is displaying on ui perfectly, what i am trying to do is to give them each column
Is there any way to make a timeseries scatterplot with array sizing in Matplotlib?
I'm trying to make a scatterplot with time series data in a pandas dataframe. i would like to make the size of the markers proportional to values
How to reverse the legends of stacked barplot in pandas
I have a dataset with a few records about some crop production by year. so i am visualizing the top produced crop by each year in a stacked bar
Google Pie Chart - images as a labels
I am using regular google pie chart like this one: google.charts.load('current', {'packages':['corechart']});
brush in multiline chart is working for only one line
Am working on multi line chart with two lines and with brush and zoom in d3 v4, when i brush my only one line is moving my another line remains
Create a clickable timeline chart form
At my work, i need to create a timeline chart form using java script / jquery that can give the possibility to
Ad
Google Charts stacked bar/column chart annotation for whole bar
I've made a stacked column/bar chart in google charts, but i have problems with formatting the annotation for the "whole" bar (meaning each bar
What are some alternatives to barplot?
I have the following dataset which consists of several aspects of evaluation for a certain agent for 2014 and 2015 respectively:
Ad
Blog Categories
Ad