Questions tagged [visualize]

Visualize.js is a javascript library that is used to incorporate Jaspersoft reports inside web applications. It comes bundled with the commercial edition of Jaspersoft,

Using Visualize.js, developers can embed interactive HTML5 visualizations or multi-element reports using standard JavaScript. Developers can quickly and easily call backend JasperReports Server services using REST calls for common functions such as user authentication, data connectivity, repository services and more. Visualize.js can enhance the way data is presented to end users within your web application.

For further information see this link Visualize.js - Getting Started

126 questions
-1
votes
1 answer

A tool to visualize network connections

Currently I'm planning on using dot and it's family. I want to know if there is something more appropriate? I'll need to show several levels, card and network connection(input and output): ---------- |IOIOIOIO| --|------- …
shevski
  • 1,012
  • 1
  • 10
  • 32
-1
votes
1 answer

using R to collate and visualize monthly data held in different excel sheets

How do i collate monthly data held in different excel sheets in R? i want to import only a few sheets of a workbook. and then use R to aggregate and visualize monthly trend?
Nav
  • 1
-1
votes
2 answers

How to visualize a sequence of data from a DataFrame

i have following input: import pandas as pd df = pd.DataFrame(np.array([[1, "A"],[2, "A"],[3, "B"],[4, "C"],[5, "D" ],[6, "A" ],[7, "B" ],[8, "A"], [9, "C" ],[10, "D" ],[11,"A" ], [12, …
ML-ME
  • 33
  • 8
-1
votes
1 answer

Very basic R - I want to write a function that generates two vectors in R^2

I'm new in R. And I want to write a function that generates two vectors in R^2 And this function does the following: 1.It takes these two R^2 vectors as the two arguments. 2.It calculates the distance and angle between the two vectors. 3.It projects…
sunnypy
  • 11
  • 2
-1
votes
4 answers

How do I visualize a 3 dimensional matrix?

How do I visualize a 3 dimensional matrix? first dimension is x-coordinate = different universities second dimension is y-coordinate = disciplines or specialties (Physics, Mathematics, Art ...) third dimension is color = different…
perlatex
  • 37
  • 1
  • 8
-2
votes
1 answer

How can I load a file of thousands of images in html?

Now I have a local folder with 12989 images. The total size is 410MB. On the other hand I have another csv dataset, which has each image's name, main color and some other information. So, how can I visualize all the images without calling one by…
Jess
  • 75
  • 8
1 2 3
8
9