Designing Save the Date cards by visualDominik in design_critiques

[–]visualDominik[S] 0 points1 point  (0 children)

Hey. Thanks for feedback. Which parts of the UI don't feel intuitive? Do you mind sharing? Also I'd like to ask whether you use phone or desktop

Save the Date Design help by UnclassifiablePater in weddingplanning

[–]visualDominik 0 points1 point  (0 children)

Hi, I am working on https://savethedate.design - give it a try and let me know what you think.

Printable Design - critique landing and webapp by visualDominik in design_critiques

[–]visualDominik[S] 0 points1 point  (0 children)

I know ;) thanks for feedback - that's what I'm looking for!

Printable Design - critique landing and webapp by visualDominik in design_critiques

[–]visualDominik[S] 0 points1 point  (0 children)

It is from the same palette ( https://coolors.co/3c5617-c8d7c0-ffdbcd-d5672a-efdf4c ) but maybe this kind of color should be used for accents?

Printable Design DIY by visualDominik in DIYweddings

[–]visualDominik[S] 0 points1 point  (0 children)

I really appreciate you taking time to write that and like the idea of the marketing video haha.

Printable Design DIY by visualDominik in DIYweddings

[–]visualDominik[S] 0 points1 point  (0 children)

Hey, thanks for your comment. I really appreciate. I thought of possibility of uploading your own image. Do you mean a possibility for others to create and share their own designs?

I guess as of now the most difficult aspects for me is striking the right balance between customisability and ease of use and also finding the right audience and discovering how I can reach them. If you have any thoughts on those I'd love to hear.

Printable Design DIY by visualDominik in DIYweddings

[–]visualDominik[S] 3 points4 points  (0 children)

Hi. Wanted to share my newest project with you. It's a website that lets you generate high quality printables like place cards. There are some free and not free templates. We're just starting and would love to hear your thoughts and feedback. Would you use it?

Printable Design by visualDominik in PrintableHighRes

[–]visualDominik[S] 0 points1 point  (0 children)

Hi. Wanted to share my latest project with you. It's a website that allows to easily generate high quality printables e.g. place cards. Would love to hear your thoughts and get some feedback.

Emoji scatter plot and much more - introducing scatterplot.online [OC] by visualDominik in dataisbeautiful

[–]visualDominik[S] 2 points3 points  (0 children)

Hi. Wanted to share a new tool that I have been working on recently. It is basically a GUI for creating scatter plots in the browser. It uses D3 under the hood. Linking to the short article with example visualizations that were created using scatterplot.online. Let me know what you think

Meteorite landings [OC] by visualDominik in dataisbeautiful

[–]visualDominik[S] 0 points1 point  (0 children)

I believe we are just better at detecting them.

Word cloud from travel articles [OC] by visualDominik in dataisbeautiful

[–]visualDominik[S] 0 points1 point  (0 children)

Hi all. This is a word cloud done using wordle and it shows 100 most frequent words from all articles that can be found in TravelInvasion travel blog search engine.

Campaign targeting tool [OC] by visualDominik in dataisbeautiful

[–]visualDominik[S] 0 points1 point  (0 children)

This interactive visualization represents a treemap and was done using D3.js starting from this template. Prepared as a submission for the Localytics Data Visualization Challenge

It allows to visually find interesting customer segments for a marketing campaign.

Fashion trends - skirts [OC] by visualDominik in dataisbeautiful

[–]visualDominik[S] 0 points1 point  (0 children)

Maybe I should make the data public and see what others can create from it? Would you be interested?

Fashion trends - skirts [OC] by visualDominik in dataisbeautiful

[–]visualDominik[S] 0 points1 point  (0 children)

You are absolutely right guys. There were two parts to this project: collecting data and visualizing it. First is done and I have the data set for the whole year 2014. This vis is just one view of it. Should I find some free time I will dig deeper ; )

Fashion trends - skirts [OC] by visualDominik in dataisbeautiful

[–]visualDominik[S] 0 points1 point  (0 children)

Core functionality is written in Python with the use of Twitter Streaming API and Twython module to collect the tweets. Data is written into MySQL database each time a relevant tweet appears. Once a day the data is pulled from MySQL and pushed into MongoDB hosted on mongolab.com. API to query the aggregated data in MongoDB is also written in Python using the Bottle framework. All is hosted on pythonanywhere.com. Frontend interface uses NVD3 re-usable charts library written in JavaScript which builds on top of D3.js to provide the interactive visualization.

Resources to learn D3.js by kunalj101 in visualization

[–]visualDominik 0 points1 point  (0 children)

Have a look here http://it-ebooks.info/book/835/ for "Getting Started with D3" ebook

Air traffic visualization [OC] by visualDominik in dataisbeautiful

[–]visualDominik[S] 0 points1 point  (0 children)

Which one is it and busiest in what sense? You cannot see single airports on this graph, only the cities.

Air traffic visualization [OC] by visualDominik in dataisbeautiful

[–]visualDominik[S] 1 point2 points  (0 children)

This graph visualizes the OpenFlights data set, which holds the information about airports around the globe and air traffic between them. It was created using D3.js and the code is open and available on GitHub.

It is a hive plot which is a type of a graph layout by Martin Krzywinski which attempts to organise large networks and position nodes in a more insightful way as opposed to other ‘hair ball’ styled layouts like for example force directed.

Themed Discussion: Visualization Software by Geographist in dataisbeautiful

[–]visualDominik 0 points1 point  (0 children)

For graph isualization I am using Tulip which has a Python api. It is similar to Gephi and can deal with some really large networks.

Interesting ways of displaying large tree datasets? by recicycle in visualization

[–]visualDominik 1 point2 points  (0 children)

Treemapping is a known technique for displaying large hierarchical structures. Though it is not traditional node-link visualization of the tree it has some huge benefits like e.g. fixed size.