r - Overlay contour plots to visualize two different distribution -


i trying visualize how data 2 different processes differ using plotly histogram2dcontour plot. right producing these these plots separately.

plot1 represents distribution of data process 1

enter image description here

plot2 represents distribution of data process 2 enter image description here

is there anyway can overlay these plots on top of each other , @ them simultaneously in 1 plot rather looking @ them 2 different plot? advise appreciated.

below link reproducible dataset using generate these separate plots.

http://www.readsy.co/spritzy/test_df.txt


Comments

Popular posts from this blog

c# - Update a combobox from a presenter (MVP) -

How to understand 2 main() functions after using uftrace to profile the C++ program? -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -