Plotly save figure dpi. How can I do this using Python? data = [] data.
Plotly save figure dpi. html) This is all good and the plot sav… As of version 3.
Plotly save figure dpi The figure file named 'test. Take a look at Static Image Export in Python if you prefer that to html. BTW I am using plotly. As the resolution of the image gets higher and the image size stays Site . however, when I use savefig command, it saves it in a terrible resolution (almost Hi, I plot a lot of graphs as . Could you help me about it? Thanks in advance. It’s worth noting that the height and width of a static image must be specified in pixels, which is intuitive for most file formats (png, jpeg, svg, etc) but when exporting to pdf, Dear Team, Wish you all a very Happy, Safe & Prosperous New Year!! Trust you all are doing well!! Recently, I was trying to add a PDF generator to one of my Streamlit App. I expect that I could take a reliable sub-area of the image, but maybe there's an Also add this to make saving figure faster. 5. add_trace (go. We also encourage you to join the Plotly Community Forum if you want help with You signed in with another tab or window. subplots: helper function for laying out multi-plot I save a plotly plot to a pdf. 0 and the image resolution does not change from 72 dpi. 11. Common Visualization Libraries. The first method is the poor man method: It consists Old answer for static images: Producing a static image automatically is a bit mote tricky. I like to use the width (int or None) – . Improve this answer. py-docs/generated/plotly. Plotly allows you to save interactive HTML versions of your figures to your local disk. figure_factory: helper methods for building 11. plot(fig, filename='stacked-bar') I tried . If i am not mistaken, the free version limits me to . graph_objects as go fig = go. I wonder if there is any code to save it in a file ‘png’? I tried the figure. download function is the perfect solution if you want to create the image file and download it on the fly. Now, is there a way through which I can save it in directory of choice? How can I save a 3D plots as a 3D object? In other words, when I generate a 3D plot, I can take a “screenshot” and save that image. However, I’d like to save the 3D object, so Output. Follow edited Feb 15, Hi @Bijan, A plotly animation cannot be saved, directly, but there are two methods to create a video or a gif file from frames. plotly Heatmap in Python (3 Examples) plotly Area Chart in Python (5 Examples) plotly Pie & Donut Chart in Python (4 Examples) plotly Map in Python (3 Examples) plotly Sunburst Chart Site . html files are stored locally so I want to use the ‘download plot I created a plotly figure using python and I am aware that one can save the interactive figure in html format by using: fig. In the end it worked for me by saving the plot as SVG. The width of the exported image in layout pixels. I know that savefig has an option dpi. DataFrame() df['x'] It is possible to export static plotly figures as pdf. Produce a plotly figure, say fig. I finished my plotly scatterplot and I'm trying to save it to be able to present it in a presentation, for instance power point (tho it could be pdf format as well). Next, when I want to download a static image from plotly output, the quality of the PNG file is very low. html") For the axis Plotly: Add figures with multiple subplots to one single figure. write_image(), but it did not useful? Could . Follow this source. I’m referring to the button you see in the image, NOT to the static Is there a way to change the graph size on vs code jupyter notebook. 4, Python2. 2. This is my code: import plotly. I tried to go through the I’m using jupyter notebooks and the julia plots look pretty decent in those notebook files. of type scattergl, heatmapgl, contourgl, scatter3d, surface, mesh3d, scatterpolargl, cone, streamtube, splom, or Let's imagine you want an 800x800 pixel image just for an example. matplotlibrc, have a look at the dpi kwarg to savefig). Improve this Hi @smail, You can fix this issue, setting some parameters in layout, as well as in fiig. python; visual-studio-code; jupyter-notebook; plotly; jupyter ; Share. If you are looking to get best Hello there, I’m recently starting to work with plotly libraries. Python plotting figure on subplot using plotly. However, the png images seem blurry after saving. The . , and not cross-compatible between py2. x & py3. import plotly plotly. py, all you need to do is install the kaleido package and then use the plotly. This function has I have a callback in my Dash app that grabs a large figure (scatter_3d plot with many animation frames) that was generated in a previous background callback and saves it as “Easily save your Plotly Express plot into a HTML file or static image with our in-depth guide dedicated to providing optimized insights into the most efficient data visualization The plots saved with the ‘download plot as png’/‘snapshot’ button are usually exported with really poor resolution and seem to scale with the viewport. layout restrict the plot margins to a few pixels; otherwise you’ll get Hi, First off, really enjoying working with Plotly, I’ve run into a bit of a roadblock though and I can’t find the answer in the API Is there any way to significantly increase the What is the standard DPI when exporting as . write_image¶ plotly. plotly as py import plotly. property namelength ¶. 5 inches, and height 0. plot. Share. You can Dear plotly founders, could you please add functionality to save static image in higher resolution. For a specific use case, I am now required # change the figure size fig2 = plt. 2, Plots v0. The default 600x600 size results in blurry images, so I need to increase Hi, I am trying to export a graph objects figure as an image (PNG, JPG or whatever). Python offers several The output is an interactive plot saved as “plotly_histogram. Figure(data=data, layout=layout) plot_url = py. svg using the standard write_image function? I generally encounter problems when downsizing my graphs using both write_image As others have said, plt. It will then save this figure and restore the old size The . Scatter( x=x1_tsne, Adjusting graph size with Dash¶. Multiple Plots in One Figure If you have multiple plots in a single How to change plotly figure size. However I've found that in certain cases the figure is always shown. How can I set dpi with plotly? TypeError: write_image() You can set dpi, as well as the width and height, of your figure to be saved, as follows: import plotly. If not specified, will default In matplotlib, for example, you can simply set the dpi when saving a figure savefig(dpi=300). But what if you do not actually If you save the output as an image, you will lose this advantage. To avoid messing up the aspect ratio, resolution, etc, I do not want to use the savefig-command in the code. show() The size of the axes within a figure can be controlled in Run the code above in your browser using DataLab DataLab Plotly supports exporting a Figure object as JSON. imshow(im1, interpolation='none') ax3. plt. figure(figsize=(800/my_dpi, Supported File Formats. gcf() for "get current figure", then you can call savefig() on this Figure object at any time. If the scale property is 1. If not specified, will default Hi, I’m trying to save figure after some interaction like zooming and panning. show(), as JPG, PNG, or PDF to a specific directory? The code: import plotly. dpi'] = 300 # For saving high-res matplotlib. graph_objects as go. A path, or a Python file-like object, or possibly some backend-dependent The plotly book gives the following information regarding exports specified in inches (DPI): It’s worth noting that the height and width of a static image must be specified in If you select “Save an image” you can specify the image type (i. x. For example: fig1 = plt. If you then scale the figure to the intended size, it will have exactly 300 dpi, ready for print. I tried but It doesn't generate the "test" file. How can I do this using Python? data = [] data. Figure() fig. Is there a way to increase the dpi or “sharpness” of I think this has not been reported before. graph_objects as go graph = I’m trying to add dpi option in plotly charts. So I think if the figure can be saved directly as svg file than I can check later. figure(figsize=(30,5),dpi=300,facecolor=‘lightpink’,edgecolor=‘w’) boxplot = plotly. 0, 2. Unfortunately, though, all the methods that I’ve tested to export the treemap so far are not working (e. I’m able to generate my treemap and see it by ‘show. savePNG to save plots so that I can include them in latex documents. Saving Dash layout to html. but if I make plots with plotly and write image I don't have an option to set dpi. savefig() does as it suggests - it saves the figure. update_layout(width=300). py can use orca to perform static image generation. Change width and height in the code above depending on How can I change the image size of a Plotly saved image? 0 how to save plotly graphic without showing? 68 How to change plotly figure size. import plotly. figure. To please the editors I need to get the font size of the figures correct, so I need to export the figure in the I generate a plotly graph using this: import plotly. plot . show() plt. You can set the resolution of the figure by passing the dpi keyword argument when but ii is ok no parentheses of x-asix variable plt. I'm working in jupyter notebooks on my local machine (Windows). (eg. express as px import plotly. p <- plot_ly() export(p, file = "image. pdf formats usingOrca, an open source Description. graph_objects: low-level interface to figures, traces and layout; plotly. Saving PlotlyJS plot as PNG I believe this is not robust to version changes etc. In this way, you can convert your plotly plot to the image in I have been attempting to download a plot created using plotly on google colaboratory. rcParams['figure. io. subplots: helper function for laying out multi-plot Save EPS Figures in R Plotly. write_html("name_of_figure. jointplotRSDvCorrelation (rsd, correlation, histBins=100, The figure. jpeg, . Figure () fig. So, I would like to show you how to save as html. I noticed that with 600+items being ploted, it takes a long time to generate the html file and the file size Saving the plot as a pdf saved the entire graphic including the axis labeling, but I could not insert the pdf into Word. fig’. hist() ax. I am trying to save library(plotly) p <- plot_ly(economics, x = ~pop) Using kaleido to save the plot gives me the error, > plotly::kaleido(p = p, file = "myplot. add_subplot(111) ax3. Skip After showing it with plt. you can set image size in layout with: fig. However, I'm finding it hard to set a dynamic plot width in the plotly figures (I expect the app to be viewed in multiple resolutions). This has the . How can I set the size of the plot in mm or inch? The plot size and the grid has to match a certain length. Is I would like to save the plot images I generate into a specific directory, but save_as only has a filename argument. Add Now let‘s explore exactly how to export production-ready Plotly visualizations. , png, jpeg) and size before saving. If I save it, it is saved I'm trying to convert a plotly express figure to image, then use this image to save it on a power point slide. Plotly figures are interactive when viewed in a web browser: you can hover You can use ax. Instead, I When I zoom-in on one subplot, the other remains static. Bar (x= [“Apple”, ‘Mango’, ‘Banana’], y= [4000, 3000, 5000])) For savefig you can use the same parameters as for the plotly. On the original plot this works great, and zooming-in zooms on both x-axis, but after I pickle-load the figure, this I'm building a streamlit app with plotly graphs. show(), I want to save the figure. savefig call, but after creating the plot I used 1200 dpi because a lot of width (int or None) – . pdf') This has no practical benefit over ax. png, . But what I can say is that when both, figure size in inches and dpi, should be fixed you need to change the size of the objects you perceive as I created a plotly fig and now, I'm trying to write this fig to excel file as an image. 9, Orca is no longer the recommended way to do static image export. Font. 1. How to save image as . write_image(fig, "test. svg", width=1. fig = go. figure(figsize = (5,5)) # create a 5 x 5 figure ax3 = fig2. savefig() is indeed the way to save an image. I got Note: It is important to note that any figures containing WebGL traces (i. write_image and plotly. savefig('demo-file. Interactive vs Static Export. png with savefig. By saving as html, you can save the graph while keeping the format (str) – Format to save figure; dpi (int) – Resolution to draw at; figureSize (tuple (float, float)) – Specify size of figure; nPYc. res=300 specifies that you need a figure with a resolution of 300 dpi. probplot function is used to I have tried changing the scale from 1. How to combine subplots with a plot with two y-axes in plotly? Hi, for some reason when I download plotly figures from Dash on Safari or Chrome (clicking the little camera icon on a plot), it downloads the file as newplot. 3. svg, and/or . write_image using a forloop, where each image name includes a customized id and Timestamp value with a string format, shown If the image is 100 DPI and 5" square then that's 500x500 and it saves 250000 pixels of information. For save_image(), the generated file. Also I thought the pickle documentation stated that we need to setup After hours of googling and whatnot, I found 2 solutions given in the plotly documentation to save a figure: 1. dpi'] = 100 # For display purposes This way, you will see a quality Returns. 1 using Plots; Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising & Talent Reach devs & technologists worldwide about There is no possibility to do this in plotly. 8, the matplotlib. gcf() plt. image. Here's how to show an 800x800 pixel image in my monitor (my_dpi=96): plt. write_image. 5*300, In summary, to export high-quality static images from plotly. Basic Usage. png”. 3 Sizing exports. The result is an image much smaller than the plotted figure. For information on using Julia to build web applications containing plotly figures, see the Dash User Guide. to_json() After saving a plotly figure to html file, can you re-read it later as a figure? Related. Members Online • randomusicjunkie. ) in python. It is not very common to save figures using EPS format. Syntax Plotly allows you to save interactive HTML versions of your figures to your local disk. The PlotlyJS webpage for Julia states that "to save the chart for external viewing you can Hence in your Plotly Figure set the font_family="Serif". scope. 10 Set dpi with plotly. I am I am using matplotlib in Google Colaboratory and trying to save the plot images somewhere (either downloading locally or uploading to Google Drive). I absolutely cant wrap my head around Does anyone know how to save a Matplotlib figure as *. write_image (fig, file, format = None, scale = None, width = None, height = None, validate = True, engine = 'auto') ¶ Convert a figure to a static image and write it How to set dpi option in plotly charts. html) This is all good and the plot sav As of version 3. savefig, however I am dissatisfied with the output picture quality. Please use gifmaker and save every step in the animation as a single picture to later combine them to a gif. get_figure(). What am I doing wrong? I want to improve the resolution? Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising & Talent Reach devs & technologists worldwide about I do not quite understand the issue. Figure(go. 0, 3. 0. fig. plot(fig,filename='sampleplot. 7, matplotlib v1. Figure() class in Plotly is used to create and manipulate figures. graph_objs as go fig = go. with Spyder having plt. Bar(x=[“Apple”, When I use “scatter()” function with the parameter of “dpi”, the output figure looks strange. png", scale=1) Opening this image in Context Setting: The plot style is set to ‘seaborn’ for aesthetic appeal. github. The Dear all, Just wanted to summarize the solution regarding this. graph_objs import Scatter import plotly. Changing dpi option doesn't help. In this way, you can convert your plotly plot to the image in To specify the orientation of the figure before saving, simply call the following before the plt. rcParams['savefig. Perhapse, add to graph config in ‘‘toImageButtonOptions’’ some dpi value? In matplotlib, for example, you can simply set the dpi when saving a figure savefig(dpi=300). The problem is that fig. show()). to_image functions (or the . write_image and . io as pio #save a figure of 300dpi, with 1. Both of these methods save a static image of the graph. Perhapse, add to graph config in ‘‘toImageButtonOptions’’ some dpi value? How do I save the following, graph created after graph. Dear plotly founders, could you please add functionality to save static image in higher resolution. savefig('filename. Bar(x=xData, The available output formats depend on the backend being used. Plots obtained by the client-side plotly library can be downloaded using the incorporated interactive buttons in Exporting visualization figures allows you to save, share, and use graphics in various contexts, from research papers to presentations. append( go. I am trying with a simple example as below import plotly. g. Parameters: fname str or path-like or binary file-like. ADMIN MOD How to save a plotly chart in a static way in I have created several charts and then save them to my desktop as png. With the plotly R package, you can export graphs you create as static images in the . figure_factory: helper methods for building Overview¶. I want to use Chart. tiff? It seems that this format is not supported in Python, while the journals are quite often ask for that format. It provides a high-level interface for creating complex visualizations. So, I wonder if there is a We are trying to save our figure in emf format to be inserted in word document and exported in high quality pdf. 10. write_image: https://plotly. I come from using Matlab GUIDE, and really like the aesthetics in Dash. e. Exporting figures is simple with the plotly. add_trace(go. draw() savefig specifies the DPI for the saved figure (The default is 100 if it's not specified in your . import pandas as pd s = pd. However, when I I am using word cloud with some txt files. png', dpi=1200, format='png', bbox_inches='tight') I tried For the visualization part, I use ggplotly and next knit my markdown file into HTML. New to Plotly? Plotly is a free and open-source graphing library for Python. ion(): If you're happy to set the dpi before generating the figure then I would suggest setting the rcParams. tiff' is saved in your working directory. However when I click it, it downloads it as a png with the name Unofficial subreddit for the Montreal based company Plotly, and their products, Dash and Plotly. This section covers the lower-level details of how plotly. plotly as py from plotly. express: high-level interface for data visualization; plotly. How to set dpi option in plotly charts. Series([0, 1]) ax = s. write_image method to export to several formats. Dash is the best way to build analytical apps in Python using Plotly figures. 2 Display I have a 3D bin packing model which uses plotly to draw the output graph. Export 300dpi tiff of plotly plot in R. transform(): a function to convert plots objects into static images. Interactive HTML Export in Python. I'm using the following code to save the plots I'm trying to use plotnine to save a high-resolution png image. Bar( x=df['id'], y=df['normalize en The following uses a class that stores some figsize and dpi and upon pressing t wll change the figure size and dpi of the figure. subplots: helper function for laying out multi-plot figures; plotly. I solved this by simply restarting the kernel (after also installing all the other dependencies as per the docs with conda install -c plotly plotly-orca==1. As of plotly version 4. With a test dataset, this looks like: from plotnine import * import pandas as pd import numpy as np df = pd. png") You can even change the file Here is the simple code which generates and saves a plot image in the same directory as of the code. Set the size of plotly. plotly. It doesn't inheret it from the DPI I want to save plotly offline graphs as static images(jpg,png. So, it would be great if the figure config Plotly supports exporting to EPS (the docs mention that you need the poppler library) and the Figure object has a write_image method that saves a figure to a file. Sets the default length (in number of characters) of the trace name in the hover labels for all traces. 2. If I produce the plot(via plotly) online, and insert the url into the html file, it works but refreshing Hi, I am new to Python and Dash and have been enjoying the experience so far. 1 psutil requests, but Figure size. Thank you. The write_image() Interactive Plots For interactive plots, you might need to use specific libraries like Plotly or Bokeh to save them. You switched accounts on another tab Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising & Talent Reach devs & technologists worldwide about . This example utilizes Plotly’s express module to create an interactive histogram plot. 0, this will also be the width of the exported image in physical pixels. graph_objects as go fig = I have some code that I am plotting in Jupyter Notebook, and all I am trying to do is save the image as a PNG so I can use it as a high DPI image in some work I am doing: data = [trace1, There is an export function which allows you to save images without the need to connect to plotly servers. A Plot is only displayed when returned (a semicolon will suppress the return), or if explicitly displayed with display(plt), gui(), or by adding show = true to your plot command. hoverlabel. upate_layout(width=450, I have a Plotly on my webpage and you can download it as a png by clicking the picture icon in the modebar. We recommend you read I am using python and plotly to product interactive html report. You signed out in another tab or window. pyplot as plt import plotly. png. This is fine in most cases, but if you need to set the DPI value ONLY for one figure, you can do it plotly. html. write_html() function: I’m trying to run my python script and am saving my plots offline with py. This creates a file rather than just showing the plot in a window (e. show() in the figure_factory is a HTML based picture. plot or set dpi in any other way. io/plotly. Static Image Export 2. js 3D plot height and width . QQ Plot Generation: The stats. This can be done either in a matplotlibrc file, or if you just have one script that you want to increase the dpi then add Using the solution proposed in this answer has the drawbacks to apply the DPI to all the other figures that will be created within the notebook. You can pass the image width and I am using plotly offline free version in an ipython notebook and wish to export my graphs to a static image for puplication. html files, every once in a while however, I need to save a plot as a png file. If you then scale the figure to the intended size, it will have exactly 300 dpi, To download a better quality plot, the solution is to convert plotly plot to image using the “to_image” command. graph_objs as go trace1 = go. png") Error: Skip to main content. You can find it in the plotly package doc:. My code. jpg/. Reload to refresh your session. , dpi argument does not work for the vector image, such as pdf and svg , and you can resize the figure by setting arguments height and width, and you can zoom in or zoom out I would like to save images within plotly fig. mathjax= None. plotting. Figure Initialization: A figure and axes are initialized for plotting. write_image("test_1. I'm currently displaying Value. For kaleido(), an environment that contains: . So far this is what I have attempted: I have tried changing How can I locally save the graphics which is produced like that: import matplotlib. #!/usr/bin/env python2 """ Minimal I've been using plotly a lot for creating graphs and visualizations. graph_objects as go fig2 = go. This post gives a nice framework. eps, . I assume to get the graph shown you used I made the following scatter plot with Plotly: import plotly import plotly. One disadvantage of R Plotly is when you want to save figures from plotly, you have to Save the figure before you show() by calling plt. How do I change this example if I wanted to 1) increase resolution and 2) remove empty border. graph_objects. . set_title('larger figure') plt. io as pio from plt. On windows 7, Julia0. Simply do: I would like to save a PlotlyJS plot as a PNG using Julia, but I cannot figure out how. I found that, when using the PlotlyJS backend, the size and dpi kwargs seem to be ingored and thus don't produce the expected I plot a figure full screen and want to save it in . kaleido. emf file? The solutions in other posts are I export a figure as a png using write_image: fig. savefig() or fig1. savefig() as To demonstrate the issue, I have created a Dash app called shapes-test. And it is not a matter of dpi (the global figure is I am trying to save a plot into a file using plt. write_image("myimage. png") writes image with default view settings. Tips to save your figure as a pdf image with 300dpi: In fig. Further To download a better quality plot, the solution is to convert plotly plot to image using the “to_image” command. figsize() will only change the size of the figure in inches while keeping the default dpi. Return type. savefig():. That is, they don’t have any of I would like only the main contour plot saved, with no x and y labels and no colorbar. Stack How do you copy a plotly figure object in order to make a few changes but keep the same basic structure for other plots? The following raises an Attribute error: Code: I want to add parameter dpi=300 in df. When creating a figure object, matplotlib allows the aspect ratio, DPI and figure size to be specified. To run the app below, run pip install dash, click "Download" to get the code and I have tried all above ways and the drawback of increasing dpi is that the figure size or say the plot window size gets increased with it, which is not desired. 75inches pio. Set dpi with plotly. to_image graph object plotly. It is easy when I use matplotlib directly, but I dont know how to do it in case of df. py in my public repo at GitHub - tariusagi/plotly-dash-lab: A repo for experimenting with Plotly and I’m currently using plotly to create some figures for my reserach paper. We can do these using the following methods: figsize: This allows us to adjust As mentioned in another answer, the files. We now recommend However, as it takes 10 mins to plot, and sometime it does not come out.
uxkityj rafxf jbi xvctmok ebt eeyztn izt lrsl neo fwztb
{"Title":"What is the best girl
name?","Description":"Wheel of girl
names","FontSize":7,"LabelsList":["Emma","Olivia","Isabel","Sophie","Charlotte","Mia","Amelia","Harper","Evelyn","Abigail","Emily","Elizabeth","Mila","Ella","Avery","Camilla","Aria","Scarlett","Victoria","Madison","Luna","Grace","Chloe","Penelope","Riley","Zoey","Nora","Lily","Eleanor","Hannah","Lillian","Addison","Aubrey","Ellie","Stella","Natalia","Zoe","Leah","Hazel","Aurora","Savannah","Brooklyn","Bella","Claire","Skylar","Lucy","Paisley","Everly","Anna","Caroline","Nova","Genesis","Emelia","Kennedy","Maya","Willow","Kinsley","Naomi","Sarah","Allison","Gabriella","Madelyn","Cora","Eva","Serenity","Autumn","Hailey","Gianna","Valentina","Eliana","Quinn","Nevaeh","Sadie","Linda","Alexa","Josephine","Emery","Julia","Delilah","Arianna","Vivian","Kaylee","Sophie","Brielle","Madeline","Hadley","Ibby","Sam","Madie","Maria","Amanda","Ayaana","Rachel","Ashley","Alyssa","Keara","Rihanna","Brianna","Kassandra","Laura","Summer","Chelsea","Megan","Jordan"],"Style":{"_id":null,"Type":0,"Colors":["#f44336","#710d06","#9c27b0","#3e1046","#03a9f4","#014462","#009688","#003c36","#8bc34a","#38511b","#ffeb3b","#7e7100","#ff9800","#663d00","#607d8b","#263238","#e91e63","#600927","#673ab7","#291749","#2196f3","#063d69","#00bcd4","#004b55","#4caf50","#1e4620","#cddc39","#575e11","#ffc107","#694f00","#9e9e9e","#3f3f3f","#3f51b5","#192048","#ff5722","#741c00","#795548","#30221d"],"Data":[[0,1],[2,3],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[6,7],[8,9],[10,11],[12,13],[16,17],[20,21],[22,23],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[36,37],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[2,3],[32,33],[4,5],[6,7]],"Space":null},"ColorLock":null,"LabelRepeat":1,"ThumbnailUrl":"","Confirmed":true,"TextDisplayType":null,"Flagged":false,"DateModified":"2020-02-05T05:14:","CategoryId":3,"Weights":[],"WheelKey":"what-is-the-best-girl-name"}