ksobon / Mandrill

data visualization for Dynamo
30 stars 15 forks source link

Window is empty #35

Closed DanielHurtubise closed 4 years ago

DanielHurtubise commented 7 years ago

Not sure why i get this empty window on a small test file. Basically doing a chart based on department and Area

image

DanielHurtubise commented 7 years ago

Same result if i use Code Blocks image

ksobon commented 7 years ago

try setting the TickMarks value to something like 3 or just feeding in more data points.

DanielHurtubise commented 7 years ago

Nailed it, setting the TickMarks to a Count fixed it :)

kevincarv commented 5 years ago

I'm getting the same problem, but in Grasshopper version there is no TickMarks input. image

ksobon commented 5 years ago

can you post a sample file for me to re-create?

kevincarv commented 5 years ago

In fact, I'm using the sample file uploaded here. I'm not sure if it is because I'm using the CSV file from the Dynamo folder..

The Grasshopper (.gh) file - Folder Samples Grasshopper: https://github.com/BadMonkeysTeam/Mandrill/tree/master/_Samples/Grasshopper/ParallelCoordinates

The CSV file - Folder Samples Dynamo: https://github.com/BadMonkeysTeam/Mandrill/blob/master/_Samples/Dynamo/ParallelCoordinatesChart/parallelCoordinatesData.csv

Anyway, here is the file with my try: parallelCoordinatesSample.zip

Thanks, Kevin

kevincarv commented 4 years ago

Any news? Are there any pre-requisites to run Mandrill on Grasshopper?

ksobon commented 4 years ago

@kevincarv I opened that file you sent me and I am able to render that chart without any issues:

image

Please make sure that you have Rhino6, and latest version of Mandrill installed: https://www.food4rhino.com/app/mandrill-dataviz

Cheers!

kevincarv commented 4 years ago

I tried in my home pc instead of work pc, and it works. Probably is some kind of network filter from the company. I'll try to unblock it. Thank you!